aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorToshiyuki Okajima <[email protected]>2013-12-05 16:15:23 +0900
committerEric Paris <[email protected]>2014-01-13 22:32:22 -0500
commit6dd80aba90639d1765396aa5e5f55e34dc3356e5 (patch)
tree5198fe1e1c3fe0bd4a1235414a93e108ce451c74 /tools/perf/scripts/python/event_analyzing_sample.py
parent1b7b533f65db9b31f76972b2899ec7ec6433ae77 (diff)
audit: audit_log_start running on auditd should not stop
The backlog cannot be consumed when audit_log_start is running on auditd even if audit_log_start calls wait_for_auditd to consume it. The situation is the deadlock because only auditd can consume the backlog. If the other process needs to send the backlog, it can be also stopped by the deadlock. So, audit_log_start running on auditd should not stop. You can see the deadlock with the following reproducer: # auditctl -a exit,always -S all # reboot Signed-off-by: Toshiyuki Okajima <[email protected]> Reviewed-by: [email protected] Signed-off-by: Richard Guy Briggs <[email protected]> Signed-off-by: Eric Paris <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions