Revision 2e85d32b1c865bec703ce0c962221a5e955c52c2 authored by SeongJae Park on 14 December 2020, 09:04:18 UTC, committed by Juergen Gross on 14 December 2020, 09:04:18 UTC
Some code does not directly make 'xenbus_watch' object and call
'register_xenbus_watch()' but use 'xenbus_watch_path()' instead.  This
commit adds support of 'will_handle' callback in the
'xenbus_watch_path()' and it's wrapper, 'xenbus_watch_pathfmt()'.

This is part of XSA-349

Cc: stable@vger.kernel.org
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Reported-by: Michael Kurth <mku@amazon.de>
Reported-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent fed1755
History
File Mode Size
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 823 bytes
alarmtimer.c -rw-r--r-- 23.5 KB
clockevents.c -rw-r--r-- 19.6 KB
clocksource.c -rw-r--r-- 33.5 KB
hrtimer.c -rw-r--r-- 60.8 KB
itimer.c -rw-r--r-- 10.2 KB
jiffies.c -rw-r--r-- 3.1 KB
namespace.c -rw-r--r-- 10.6 KB
ntp.c -rw-r--r-- 26.3 KB
ntp_internal.h -rw-r--r-- 605 bytes
posix-clock.c -rw-r--r-- 5.6 KB
posix-cpu-timers.c -rw-r--r-- 42.4 KB
posix-stubs.c -rw-r--r-- 5.5 KB
posix-timers.c -rw-r--r-- 37.1 KB
posix-timers.h -rw-r--r-- 1.9 KB
sched_clock.c -rw-r--r-- 7.7 KB
test_udelay.c -rw-r--r-- 3.7 KB
tick-broadcast-hrtimer.c -rw-r--r-- 3.2 KB
tick-broadcast.c -rw-r--r-- 26.9 KB
tick-common.c -rw-r--r-- 14.6 KB
tick-internal.h -rw-r--r-- 6.8 KB
tick-oneshot.c -rw-r--r-- 3.2 KB
tick-sched.c -rw-r--r-- 35.5 KB
tick-sched.h -rw-r--r-- 3.3 KB
time.c -rw-r--r-- 22.9 KB
timeconst.bc -rw-r--r-- 3.0 KB
timeconv.c -rw-r--r-- 3.6 KB
timecounter.c -rw-r--r-- 2.5 KB
timekeeping.c -rw-r--r-- 70.0 KB
timekeeping.h -rw-r--r-- 926 bytes
timekeeping_debug.c -rw-r--r-- 1.3 KB
timekeeping_internal.h -rw-r--r-- 921 bytes
timer.c -rw-r--r-- 59.7 KB
timer_list.c -rw-r--r-- 8.9 KB
vsyscall.c -rw-r--r-- 4.9 KB

back to top