aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <[email protected]>2022-11-17 21:42:49 -0500
committerMasami Hiramatsu (Google) <[email protected]>2022-11-24 00:42:18 +0900
commitd5f30a7da8ea8e6450250275cec5670cee3c4264 (patch)
tree97a735066d689fe1ffddf904bdbc002482223012 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent40adaf51cb318131073d1ba8233d473cc105ecbf (diff)
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/all/[email protected]/ Cc: [email protected] Fixes: 7491e2c442781 ("tracing: Add a probe that attaches to trace events") Reported-by: Rafael Mendonca <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions