commit | b7d1125817c9a46cc46f57db89d9c195e7af22f8 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@shinybook.infradead.org> | Thu May 19 10:56:58 2005 +0100 |
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | Thu May 19 10:56:58 2005 +0100 |
tree | c1096ff7ae35b77bf8108c3a60b856551c50a9d7 | |
parent | 168b7173959f80d20720dd1f7ec909a88ef2689d [diff] |
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 <dwmw2@infradead.org>