From: David Woodhouse Date: Thu, 19 May 2005 09:56:58 +0000 (+0100) Subject: AUDIT: Send netlink messages from a separate kernel thread X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d1125817c9a46cc46f57db89d9c195e7af22f8;p=pandora-kernel.git AUDIT: Send netlink messages from a separate kernel thread netlink_unicast() will attempt to reallocate and will free messages if the socket's rcvbuf limit is reached unless we give it an infinite timeout. So do that, from a kernel thread which is dedicated to spewing stuff up the netlink socket. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed