public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] audit: fix soft lockup
@ 2013-09-03  4:48 Luiz Capitulino
  2013-09-03  4:48 ` [PATCH 1/2] audit: flush_hold_queue(): don't drop queued SKBs Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-09-03  4:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: viro, eparis, dan.duval, akpm, rgb, oleg, chuck.anderson

The second patch fixes a softlockup which is fully described and now is
100% reproducible with simple steps. The first patch fixes a bug I found
while working on the second patch.

Chuck Anderson just posted a different solution for the same problem.
I was about to post this solution when he posted his version, so I'm
posting it anyway.

Luiz capitulino (2):
  audit: flush_hold_queue(): don't drop queued SKBs
  audit: kaudit_send_skb(): make non-blocking call to netlink_unicast()

 kernel/audit.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-05 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  4:48 [PATCH 0/2] audit: fix soft lockup Luiz Capitulino
2013-09-03  4:48 ` [PATCH 1/2] audit: flush_hold_queue(): don't drop queued SKBs Luiz Capitulino
2013-09-03  4:48 ` [PATCH 2/2] audit: kaudit_send_skb(): make non-blocking call to netlink_unicast() Luiz Capitulino
2013-09-05 12:44 ` [PATCH 0/2] audit: fix soft lockup Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox