summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRicardo Robaina <rrobaina@redhat.com>2026-07-28 11:14:24 -0300
committerPaul Moore <paul@paul-moore.com>2026-07-28 15:53:49 -0400
commit5abf1b281d26ad893d24ac8c03099ae97f88c7a7 (patch)
tree0aa1f94c94b10fc2625ee9d00003ee0ab8f07a3c /tools/perf/scripts/python/stackcollapse.py
parent76f7e9ddee5c0da82d2ecec51312047d7b38c015 (diff)
audit: drop BUG_ON() from audit_signal_info_syscall()
The BUG_ON(axp->pid_count >= AUDIT_AUX_PIDS) check in audit_signal_info_syscall() will panic the kernel if the signal target pid array overflows, which is too severe for this situation. Replace it with a WARN_ON_ONCE() and return of -EINVAL, instead. Signed-off-by: Ricardo Robaina <rrobaina@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions