Re: [37/50] Fix inet_diag OOPS.

2007-09-24 Thread Patrick McHardy
Dan Merillat wrote: > On 9/24/07, Greg KH <[EMAIL PROTECTED]> wrote: > >>netlink_run_queue() doesn't handle multiple processes processing the >>queue concurrently. Serialize queue processing in inet_diag to fix >>a oops in netlink_rcv_skb caused by netlink_run_queue passing a >>NULL for the skb. >

Re: [37/50] Fix inet_diag OOPS.

2007-09-24 Thread Dan Merillat
On 9/24/07, Greg KH <[EMAIL PROTECTED]> wrote: > netlink_run_queue() doesn't handle multiple processes processing the > queue concurrently. Serialize queue processing in inet_diag to fix > a oops in netlink_rcv_skb caused by netlink_run_queue passing a > NULL for the skb. I just got this one on 2.

[37/50] Fix inet_diag OOPS.

2007-09-24 Thread Greg KH
From: Patrick McHardy <[EMAIL PROTECTED]> commit 0a9c73014415d2a84dac346c1e12169142a6ad37 in mainline [INET_DIAG]: Fix oops in netlink_rcv_skb netlink_run_queue() doesn't handle multiple processes processing the queue concurrently. Serialize queue processing in inet_diag to fix a oops in netlin