From: David Woodhouse Date: Tue, 21 Jun 2005 15:22:01 +0000 (+0100) Subject: AUDIT: Spawn kernel thread to list filter rules. X-Git-Tag: v2.6.14-rc2~49^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a789d19858a951e7ff9e297a44b377c21b6c33;p=pandora-kernel.git AUDIT: Spawn kernel thread to list filter rules. If we have enough rules to fill the netlink buffer space, it'll deadlock because auditctl isn't ever actually going to read from the socket until we return, and we aren't going to return until it reads... so we spawn a kernel thread to spew out the list and then exit. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed