Skip to content
Snippets Groups Projects
Commit b7d11258 authored by David Woodhouse's avatar David Woodhouse
Browse files

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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 168b7173
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment