aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs-writeback.c
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <[email protected]>2022-11-18 02:42:49 +0000
committerSteven Rostedt (Google) <[email protected]>2022-11-20 19:05:50 +0000
commit94eedf3dded5fb472ce97bfaf3ac1c6c29c35d26 (patch)
tree233feca1ebea1094b096d6a1378047cd37eaece7 /fs/fs-writeback.c
parenttracing: Fix potential null-pointer-access of entry in list 'tr->err_log' (diff)
downloadkernel-94eedf3dded5fb472ce97bfaf3ac1c6c29c35d26.tar.gz
kernel-94eedf3dded5fb472ce97bfaf3ac1c6c29c35d26.zip
tracing: Fix race where eprobes can be called before the event
The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is enabled. This leads to a race where the eprobe may be triggered at the beginning of the event where the record information is NULL. The eprobe then dereferences the NULL record causing a NULL kernel pointer bug. Test for a NULL record to keep this from happening. Link: https://lore.kernel.org/linux-trace-kernel/[email protected]/ Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Cc: Linux Trace Kernel <[email protected]> Cc: Tzvetomir Stoyanov <[email protected]> Cc: Tom Zanussi <[email protected]> Cc: [email protected] Fixes: 7491e2c442781 ("tracing: Add a probe that attaches to trace events") Acked-by: Masami Hiramatsu (Google) <[email protected]> Reported-by: Rafael Mendonca <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'fs/fs-writeback.c')
0 files changed, 0 insertions, 0 deletions