Re: [RFC PATCH 4/7] audit: wake up threads if queue switched from limited to unlimited

2015-11-05 Thread Paul Moore
On Thursday, October 22, 2015 02:53:17 PM Richard Guy Briggs wrote: > If the audit_backlog_limit is changed from a limited value to an > unlimited value (zero) while the queue was overflowed, wake up the > audit_backlog_wait queue to allow those processes to continue. > > Signed-off-by: Richard Gu

[RFC PATCH 4/7] audit: wake up threads if queue switched from limited to unlimited

2015-10-22 Thread Richard Guy Briggs
If the audit_backlog_limit is changed from a limited value to an unlimited value (zero) while the queue was overflowed, wake up the audit_backlog_wait queue to allow those processes to continue. Signed-off-by: Richard Guy Briggs --- kernel/audit.c |3 ++- 1 files changed, 2 insertions(+), 1