Re: [PATCH] audit: fix endless wait in audit_log_start()

2013-09-18 Thread Richard Guy Briggs
On Wed, Sep 18, 2013 at 01:48:17PM +0400, Konstantin Khlebnikov wrote: > After commit 829199197a430dade2519d54f5545c4a094393b8 audit emiters will block > forever if userspace daemon cannot handle backlog. After the timeout waiting > loop turns into busy loop and runs until daemon dies or returns ba

[PATCH] audit: fix endless wait in audit_log_start()

2013-09-18 Thread Konstantin Khlebnikov
After commit 829199197a430dade2519d54f5545c4a094393b8 audit emiters will block forever if userspace daemon cannot handle backlog. After the timeout waiting loop turns into busy loop and runs until daemon dies or returns back to work. This is minimal patch for that bug. Signed-off-by: Konstantin Kh