Re: [RFC PATCH 2/7] audit: include auditd's threads in audit_log_start() wait exception

2015-11-04 Thread Paul Moore
On Thursday, October 22, 2015 02:53:15 PM Richard Guy Briggs wrote: > Should auditd spawn threads, allow all members of its thread group to > use the audit_backlog_limit reserves to bypass the queue limits too. > > Signed-off-by: Richard Guy Briggs > --- > kernel/audit.c |2 +- > 1 files cha

[RFC PATCH 2/7] audit: include auditd's threads in audit_log_start() wait exception

2015-10-22 Thread Richard Guy Briggs
Should auditd spawn threads, allow all members of its thread group to use the audit_backlog_limit reserves to bypass the queue limits too. Signed-off-by: Richard Guy Briggs --- kernel/audit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.