netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
       [not found] <bug-14749-10286@http.bugzilla.kernel.org/>
@ 2009-12-07 21:53 ` Andrew Morton
  2009-12-08  0:19   ` Chris Rankin
                     ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Andrew Morton @ 2009-12-07 21:53 UTC (permalink / raw)
  To: netdev; +Cc: bugzilla-daemon, bugme-daemon, rankincj, stable, Eric Dumazet


(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Sun, 6 Dec 2009 13:40:18 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:

> http://bugzilla.kernel.org/show_bug.cgi?id=14749
> 
>            Summary: Kernel locks up after a few minutes of heavy surfing
>            Product: Networking
>            Version: 2.5
>     Kernel Version: 2.6.31.6
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: high
>           Priority: P1
>          Component: IPV4
>         AssignedTo: shemminger@linux-foundation.org
>         ReportedBy: rankincj@yahoo.com
>         Regression: Yes
> 
> 
> Created an attachment (id=24049)
>  --> (http://bugzilla.kernel.org/attachment.cgi?id=24049)
> Warnings found in kernel, relating to network corruption.
> 
> This bug is new as of 2.6.31.x kernels. After a short period of heavy surfing
> (e.g. lots of tabs open in Firefox), the kernel will suddenly stop responding.
> Nothing is written to the serial console, and the machine stops responding to
> pings. My only clue so far has been a warning which I found once in my dmesg
> log (attached).
> 
> I have already tried manually applying this patch from the upcoming -stable
> queue:
> 
> net-fix-sk_forward_alloc-corruption.patch
> 
> to no effect.
> 
> I am currently switching back to Fedora's 2.6.31.6-145.fc12.i686 kernel to see
> if it is more stable. (I cannot trust 2.6.31.6 any more.)
> 

Thanks.

A regression in the latest 2.6.31 -stable tree.

Are you really really sure that you applied that patch, recompiled,
reinstalled, etc?

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-07 21:53 ` [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing Andrew Morton
@ 2009-12-08  0:19   ` Chris Rankin
  2009-12-08  3:03     ` Eric Dumazet
  2009-12-08  0:31   ` Chris Rankin
  2009-12-08  0:38   ` Chris Rankin
  2 siblings, 1 reply; 17+ messages in thread
From: Chris Rankin @ 2009-12-08  0:19 UTC (permalink / raw)
  To: netdev, Andrew Morton; +Cc: bugzilla-daemon, bugme-daemon, stable, Eric Dumazet

--- On Mon, 7/12/09, Andrew Morton <akpm@linux-foundation.org> wrote:
> A regression in the latest 2.6.31 -stable tree.
> 
> Are you really really sure that you applied that patch,
> recompiled, reinstalled, etc?

Yup, 'fraid so. And because you asked so nicely, I've just managed to reproduce the problem having first done "make distclean" and "make oldconfig", followed by "make" :-). (This was with F12's latest compiler gcc 4.4.2 20091027, BTW.) The symptom was the same - a complete system freeze without anything written to the serial console. So it's just a *guess* that it's network-related, but it does always seem to happen while I'm waiting for a web page to load in my browser...

I saw something interesting in 2.6.31.7 about a crash due to fragmentation:

ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS

I'll try applying that patch too, to see if it makes any difference. Along with that other UDP-related thing I noticed:

udp: Fix udp_poll() and ioctl()

Cheers,
Chris


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-07 21:53 ` [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing Andrew Morton
  2009-12-08  0:19   ` Chris Rankin
@ 2009-12-08  0:31   ` Chris Rankin
  2009-12-08  0:44     ` Andrew Morton
  2009-12-08  0:38   ` Chris Rankin
  2 siblings, 1 reply; 17+ messages in thread
From: Chris Rankin @ 2009-12-08  0:31 UTC (permalink / raw)
  To: netdev, Andrew Morton; +Cc: stable, Eric Dumazet

--- On Mon, 7/12/09, Andrew Morton <akpm@linux-foundation.org> wrote:
> (switched to email.  Please respond via emailed reply-to-all, not via the
> bugzilla web interface).

Hmm, I think "reply-to-all" was a mistake when the bugzilla address was listed *twice* amongst the CCs... ;-).


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-07 21:53 ` [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing Andrew Morton
  2009-12-08  0:19   ` Chris Rankin
  2009-12-08  0:31   ` Chris Rankin
@ 2009-12-08  0:38   ` Chris Rankin
  2 siblings, 0 replies; 17+ messages in thread
From: Chris Rankin @ 2009-12-08  0:38 UTC (permalink / raw)
  To: netdev, Andrew Morton; +Cc: bugme-daemon, stable, Eric Dumazet

One other point that seems worth mentioning: Fedora's 2.6.31.6-162.fc12.i686 kernel does *not* seem to have this problem, and neither did 2.6.31.6-145.fc12.i686 before it. (Fedora kernels have had KMS problems, but nothing that has stopped SysRq from working.)

Cheers,
Chris


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  0:31   ` Chris Rankin
@ 2009-12-08  0:44     ` Andrew Morton
  0 siblings, 0 replies; 17+ messages in thread
From: Andrew Morton @ 2009-12-08  0:44 UTC (permalink / raw)
  To: Chris Rankin; +Cc: netdev, stable, Eric Dumazet

On Mon, 7 Dec 2009 16:31:48 -0800 (PST)
Chris Rankin <rankincj@yahoo.com> wrote:

> --- On Mon, 7/12/09, Andrew Morton <akpm@linux-foundation.org> wrote:
> > (switched to email.  Please respond via emailed reply-to-all, not via the
> > bugzilla web interface).
> 
> Hmm, I think "reply-to-all" was a mistake when the bugzilla address was listed *twice* amongst the CCs... ;-).

That's OK - I can never remember which of those addresses is the one which works, so
I cc both.  It's an age thing :)

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  0:19   ` Chris Rankin
@ 2009-12-08  3:03     ` Eric Dumazet
  2009-12-08  9:03       ` Chris Rankin
  2009-12-08  9:17       ` Chris Rankin
  0 siblings, 2 replies; 17+ messages in thread
From: Eric Dumazet @ 2009-12-08  3:03 UTC (permalink / raw)
  To: Chris Rankin
  Cc: netdev, Andrew Morton, bugzilla-daemon, bugme-daemon, stable,
	Neil Horman

Chris Rankin a écrit :
> 
> I saw something interesting in 2.6.31.7 about a crash due to fragmentation:
> 
> ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS
> 
> I'll try applying that patch too, to see if it makes any difference. Along with that other UDP-related thing I noticed:
> 
> udp: Fix udp_poll() and ioctl()
> 

Its all two years old UDP bugs (I spot another one some hours ago), and very rare.
I run heavy duty servers with lot of UDP trafic and never caught a _single_ error,
I am quite suprised it could happen on your machine on demand.

1) Do you have another NIC adapter to try ? It might be a buggy driver.
  (Neil Horman found an error on Intel drivers some hours ago, that can corrupt skbs)

2) Could you add following debugging aid ?

3) Any chance you can do a git bisect ?

Thanks


diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c
index 7d12c6a..5a7a456 100644
--- a/net/ipv4/af_inet.c
+++ b/net/ipv4/af_inet.c
@@ -147,10 +147,15 @@ void inet_sock_destruct(struct sock *sk)
 		return;
 	}
 
-	WARN_ON(atomic_read(&sk->sk_rmem_alloc));
-	WARN_ON(atomic_read(&sk->sk_wmem_alloc));
-	WARN_ON(sk->sk_wmem_queued);
-	WARN_ON(sk->sk_forward_alloc);
+	WARN((atomic_read(&sk->sk_rmem_alloc) | atomic_read(&sk->sk_wmem_alloc) |
+	     sk->sk_wmem_queued | sk->sk_forward_alloc) != 0,
+	     "%s socket sk_rmem_alloc=%d sk_wmem_alloc=%d "
+	     "sk_wmem_queued=%d sk_forward_alloc=%d\n",
+	     sk->sk_prot->name,
+	     atomic_read(&sk->sk_rmem_alloc),
+	     atomic_read(&sk->sk_wmem_alloc),
+	     sk->sk_wmem_queued,
+	     sk->sk_forward_alloc);
 
 	kfree(inet->opt);
 	dst_release(sk->sk_dst_cache);

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  3:03     ` Eric Dumazet
@ 2009-12-08  9:03       ` Chris Rankin
  2009-12-08 11:21         ` Eric Dumazet
  2009-12-08 12:00         ` Neil Horman
  2009-12-08  9:17       ` Chris Rankin
  1 sibling, 2 replies; 17+ messages in thread
From: Chris Rankin @ 2009-12-08  9:03 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev, Andrew Morton, bugme-daemon, stable, Neil Horman

--- On Tue, 8/12/09, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> Its all two years old UDP bugs (I spot another one some
> hours ago), and very rare.

> I am quite suprised it could happen on your machine on
> demand.

Who said anything about "on demand"? It took about 30 minutes to freeze last time; I was starting to think that a complete recompile had fixed it!

For the record: I've only seen that dmesg warning I've reported *once*, and that didn't kill the machine immediately (hence I was able to report it in the first place).

> 1) Do you have another NIC adapter to try ? It might be a
> buggy driver. (Neil Horman found an error on Intel drivers some
> hours ago, that can corrupt skbs)

I can test any patches for a e1000 that apply to 2.6.31.x. But the e1000 is an on-board device and I don't have another. But Fedora's 2.6.31.x kernels seem OK.

> 2) Could you add following debugging aid ?

Not a problem; I do have a serial console attached.

> 3) Any chance you can do a git bisect ?

How do you git-bisect a bug that you can't reproduce on demand? A negative is easy to spot, but a positive would be not experiencing a random freeze. As I said, I *almost* thought that I'd resolved the issue by recompiling last night.

Cheers,
Chris



      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  3:03     ` Eric Dumazet
  2009-12-08  9:03       ` Chris Rankin
@ 2009-12-08  9:17       ` Chris Rankin
  1 sibling, 0 replies; 17+ messages in thread
From: Chris Rankin @ 2009-12-08  9:17 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: netdev, Andrew Morton, bugzilla-daemon, bugme-daemon, stable,
	Neil Horman

One other thing: this is an SMP machine with 2 physical hyper-threaded CPUs in. And all its IP traffic is routed through a UP 200MHz Pentium MMX machine that is also running 2.6.31.6 via an e100 card.

The Pentium MMX machine has been rock-solid so far.

Cheers,
Chris


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  9:03       ` Chris Rankin
@ 2009-12-08 11:21         ` Eric Dumazet
  2009-12-08 11:36           ` Jarek Poplawski
  2009-12-08 12:00         ` Neil Horman
  1 sibling, 1 reply; 17+ messages in thread
From: Eric Dumazet @ 2009-12-08 11:21 UTC (permalink / raw)
  To: Chris Rankin; +Cc: netdev, Andrew Morton, bugme-daemon, stable, Neil Horman

Chris Rankin a écrit :
> --- On Tue, 8/12/09, Eric Dumazet <eric.dumazet@gmail.com> wrote:
>> Its all two years old UDP bugs (I spot another one some
>> hours ago), and very rare.
> 
>> I am quite suprised it could happen on your machine on
>> demand.
> 
> Who said anything about "on demand"? It took about 30 minutes to freeze last time; 
> I was starting to think that a complete recompile had fixed it!
> 

30 minutes is pretty fast, this is why I said 'on demand'...

> For the record: I've only seen that dmesg warning I've reported *once*, and that didn't kill the machine immediately (hence I was able to report it in the first place).
> 
>> 1) Do you have another NIC adapter to try ? It might be a
>> buggy driver. (Neil Horman found an error on Intel drivers some
>> hours ago, that can corrupt skbs)
> 
> I can test any patches for a e1000 that apply to 2.6.31.x. But the e1000 is an on-board device and I don't have another. But Fedora's 2.6.31.x kernels seem OK.
> 
>> 2) Could you add following debugging aid ?
> 
> Not a problem; I do have a serial console attached.
> 
>> 3) Any chance you can do a git bisect ?
> 
> How do you git-bisect a bug that you can't reproduce on demand? A negative is easy to spot, but a positive would be not experiencing a random freeze. As I said, I *almost* thought that I'd resolved the issue by recompiling last night.
> 

Please fold your lines length to < 70 

If Fedora kernel works, either its just pure luck, or they found
a bug and they didnt sent the fix to mainline (unlikely)



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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 11:21         ` Eric Dumazet
@ 2009-12-08 11:36           ` Jarek Poplawski
  2009-12-08 13:35             ` Chris Rankin
  0 siblings, 1 reply; 17+ messages in thread
From: Jarek Poplawski @ 2009-12-08 11:36 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Chris Rankin, netdev, Andrew Morton, bugme-daemon, stable,
	Neil Horman

On 08-12-2009 12:21, Eric Dumazet wrote:
> If Fedora kernel works, either its just pure luck, or they found
> a bug and they didnt sent the fix to mainline (unlikely)

Is it the same .config?

Jarek P.

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08  9:03       ` Chris Rankin
  2009-12-08 11:21         ` Eric Dumazet
@ 2009-12-08 12:00         ` Neil Horman
  2009-12-08 13:39           ` Chris Rankin
  1 sibling, 1 reply; 17+ messages in thread
From: Neil Horman @ 2009-12-08 12:00 UTC (permalink / raw)
  To: Chris Rankin; +Cc: Eric Dumazet, netdev, Andrew Morton, bugme-daemon, stable

On Tue, Dec 08, 2009 at 01:03:15AM -0800, Chris Rankin wrote:
> --- On Tue, 8/12/09, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> > Its all two years old UDP bugs (I spot another one some
> > hours ago), and very rare.
> 
> > I am quite suprised it could happen on your machine on
> > demand.
> 
> Who said anything about "on demand"? It took about 30 minutes to freeze last time; I was starting to think that a complete recompile had fixed it!
> 
> For the record: I've only seen that dmesg warning I've reported *once*, and that didn't kill the machine immediately (hence I was able to report it in the first place).
> 
30 minutes isn't too long to wait for an error to appear, I think.

> > 1) Do you have another NIC adapter to try ? It might be a
> > buggy driver. (Neil Horman found an error on Intel drivers some
> > hours ago, that can corrupt skbs)
> 
> I can test any patches for a e1000 that apply to 2.6.31.x. But the e1000 is an on-board device and I don't have another. But Fedora's 2.6.31.x kernels seem OK.
> 
Those patches I posted for the intel drivers will apply cleanly pretty far back
in git, as that code hasn't changed much.  You might also consider turning on
slab debugging.  Many of the errors I encountered leading up to a fatal oops
werent themselves fatal, and were hidden until such time as we used slab
debugging to catch a bunch of redzone violations.

> > 2) Could you add following debugging aid ?
> 
> Not a problem; I do have a serial console attached.
> 
> > 3) Any chance you can do a git bisect ?
> 
> How do you git-bisect a bug that you can't reproduce on demand? A negative is easy to spot, but a positive would be not experiencing a random freeze. As I said, I *almost* thought that I'd resolved the issue by recompiling last night.
Well, it sounds like your longest time to failure is about 30 minutes.  Why not
write a script that runs your test for an hour at a stretch, and plug that inot
git bisect, and walk away?  You should have results in a day or so.

Regards
Neil


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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 11:36           ` Jarek Poplawski
@ 2009-12-08 13:35             ` Chris Rankin
  2009-12-08 13:47               ` Jarek Poplawski
  2009-12-15  7:54               ` Jarek Poplawski
  0 siblings, 2 replies; 17+ messages in thread
From: Chris Rankin @ 2009-12-08 13:35 UTC (permalink / raw)
  To: Eric Dumazet, Jarek Poplawski
  Cc: netdev, Andrew Morton, bugme-daemon, stable, Neil Horman

--- On Tue, 8/12/09, Jarek Poplawski <jarkao2@gmail.com> wrote:
> Is it the same .config?

Similar, but no. I'll attach the .config to the bug tonight.

Chris


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 12:00         ` Neil Horman
@ 2009-12-08 13:39           ` Chris Rankin
  2009-12-08 13:41             ` Neil Horman
  0 siblings, 1 reply; 17+ messages in thread
From: Chris Rankin @ 2009-12-08 13:39 UTC (permalink / raw)
  To: Neil Horman; +Cc: Eric Dumazet, netdev, Andrew Morton, bugme-daemon, stable

--- On Tue, 8/12/09, Neil Horman <nhorman@tuxdriver.com> wrote:
> 30 minutes isn't too long to wait for an error to appear, I think.

Except it's a very "busy" waiting process with me actively surfing the web. I can't automate that. I'm still not entirely sure what the trigger condition is.

Chris


      

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 13:39           ` Chris Rankin
@ 2009-12-08 13:41             ` Neil Horman
  2009-12-08 14:39               ` Eric Dumazet
  0 siblings, 1 reply; 17+ messages in thread
From: Neil Horman @ 2009-12-08 13:41 UTC (permalink / raw)
  To: Chris Rankin; +Cc: Eric Dumazet, netdev, Andrew Morton, bugme-daemon, stable

On Tue, Dec 08, 2009 at 05:39:28AM -0800, Chris Rankin wrote:
> --- On Tue, 8/12/09, Neil Horman <nhorman@tuxdriver.com> wrote:
> > 30 minutes isn't too long to wait for an error to appear, I think.
> 
> Except it's a very "busy" waiting process with me actively surfing the web. I can't automate that. I'm still not entirely sure what the trigger condition is.
> 
Sure you can, generate a list of sites that you visited and access them all with
a curl or wget script.  I would imagine thats a reasonable test to trigger the
reproducer.

Neil


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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 13:35             ` Chris Rankin
@ 2009-12-08 13:47               ` Jarek Poplawski
  2009-12-15  7:54               ` Jarek Poplawski
  1 sibling, 0 replies; 17+ messages in thread
From: Jarek Poplawski @ 2009-12-08 13:47 UTC (permalink / raw)
  To: Chris Rankin
  Cc: Eric Dumazet, netdev, Andrew Morton, bugme-daemon, stable,
	Neil Horman

On Tue, Dec 08, 2009 at 05:35:40AM -0800, Chris Rankin wrote:
> --- On Tue, 8/12/09, Jarek Poplawski <jarkao2@gmail.com> wrote:
> > Is it the same .config?
> 
> Similar, but no. I'll attach the .config to the bug tonight.

...And a diff to Fedora's .config, plus if possible try if this
difference could matter.

Jarek P.

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 13:41             ` Neil Horman
@ 2009-12-08 14:39               ` Eric Dumazet
  0 siblings, 0 replies; 17+ messages in thread
From: Eric Dumazet @ 2009-12-08 14:39 UTC (permalink / raw)
  To: Neil Horman; +Cc: Chris Rankin, netdev, Andrew Morton, bugme-daemon, stable

Neil Horman a écrit :
> On Tue, Dec 08, 2009 at 05:39:28AM -0800, Chris Rankin wrote:
>> --- On Tue, 8/12/09, Neil Horman <nhorman@tuxdriver.com> wrote:
>>> 30 minutes isn't too long to wait for an error to appear, I think.
>> Except it's a very "busy" waiting process with me actively surfing the web. I can't automate that. I'm still not entirely sure what the trigger condition is.
>>
> Sure you can, generate a list of sites that you visited and access them all with
> a curl or wget script.  I would imagine thats a reasonable test to trigger the
> reproducer.

Yes, but I suspect a multi threading bug, or vm , or X11, or something.

Andi posted a futex patch that is worth to try, if machine is swaping a bit.

Chris, please provide as much information as you can

# cat /proc/cpuinfo
# cat /proc/meminfo
# ps aux
# scripts/ver_linux

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

* Re: [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing
  2009-12-08 13:35             ` Chris Rankin
  2009-12-08 13:47               ` Jarek Poplawski
@ 2009-12-15  7:54               ` Jarek Poplawski
  1 sibling, 0 replies; 17+ messages in thread
From: Jarek Poplawski @ 2009-12-15  7:54 UTC (permalink / raw)
  To: Chris Rankin
  Cc: Eric Dumazet, netdev, Andrew Morton, bugme-daemon, stable,
	Neil Horman

On Tue, Dec 08, 2009 at 05:35:40AM -0800, Chris Rankin wrote:
> --- On Tue, 8/12/09, Jarek Poplawski <jarkao2@gmail.com> wrote:
> > Is it the same .config?
> 
> Similar, but no. I'll attach the .config to the bug tonight.

I can see quite a lot of differences, and some could matter here, e.g.
like these:

-# CONFIG_PREEMPT_RCU is not set
+# CONFIG_TREE_RCU is not set
+CONFIG_PREEMPT_RCU=y
...
-CONFIG_PREEMPT_VOLUNTARY=y
-# CONFIG_PREEMPT is not set
+# CONFIG_PREEMPT_VOLUNTARY is not set
+CONFIG_PREEMPT=y

It's hard to guess, but at least this second patch mentioned by you
(ipv4: additional update of dev_net(dev) to struct *net in
ip_fragment.c) shouldn't matter here. Anyway, now 2.6.32.1 should be
preferred for testing (if possible).

Jarek P.

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

end of thread, other threads:[~2009-12-15  7:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-14749-10286@http.bugzilla.kernel.org/>
2009-12-07 21:53 ` [Bugme-new] [Bug 14749] New: Kernel locks up after a few minutes of heavy surfing Andrew Morton
2009-12-08  0:19   ` Chris Rankin
2009-12-08  3:03     ` Eric Dumazet
2009-12-08  9:03       ` Chris Rankin
2009-12-08 11:21         ` Eric Dumazet
2009-12-08 11:36           ` Jarek Poplawski
2009-12-08 13:35             ` Chris Rankin
2009-12-08 13:47               ` Jarek Poplawski
2009-12-15  7:54               ` Jarek Poplawski
2009-12-08 12:00         ` Neil Horman
2009-12-08 13:39           ` Chris Rankin
2009-12-08 13:41             ` Neil Horman
2009-12-08 14:39               ` Eric Dumazet
2009-12-08  9:17       ` Chris Rankin
2009-12-08  0:31   ` Chris Rankin
2009-12-08  0:44     ` Andrew Morton
2009-12-08  0:38   ` Chris Rankin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).