Prev: trace-cmd: Add to ignore event not found error
Next: tile: remove homegrown L1_CACHE_ALIGN macro
From: Linus Torvalds on 29 Jun 2010 14:10 On Tue, Jun 29, 2010 at 10:52 AM, Linus Torvalds <torvalds(a)linux-foundation.org> wrote: > > Look for "2.6.35-rc3 oops trying to suspend" on lkml, for example. No > guarantee that it's the same thing, but it's "iterate_supers()" > getting an oops [..] Also, "Oops during closedown with 2.6.35-rc3-git3" is an iterate_supers oops (in the jpg) and Chris says it's repeatable for him. Chris - you could try testing current -git now that I've merged Nick's patch. It's commit 57439f878af ("fs: fix superblock iteration race"), and I just pushed it out (so it might take a few minutes to mirror out to the public git trees, but it should be there shortly). Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Chris Clayton on 29 Jun 2010 16:10 On Tuesday 29 June 2010, Linus Torvalds wrote: > On Tue, Jun 29, 2010 at 10:52 AM, Linus Torvalds > > <torvalds(a)linux-foundation.org> wrote: > > Look for "2.6.35-rc3 oops trying to suspend" on lkml, for example. No > > guarantee that it's the same thing, but it's "iterate_supers()" > > getting an oops [..] > > Also, "Oops during closedown with 2.6.35-rc3-git3" is an > iterate_supers oops (in the jpg) and Chris says it's repeatable for > him. > > Chris - you could try testing current -git now that I've merged Nick's > patch. It's commit 57439f878af ("fs: fix superblock iteration race"), > and I just pushed it out (so it might take a few minutes to mirror out > to the public git trees, but it should be there shortly). > Well, it was repeatable this morning, but despite 30+ shutdowns this evening, I haven't had a single oops. Perhaps I'm just not doing enough computing stuff between startup and shutdown to create the conditions under which I got the oopses this morning. Moreover, I've been using this kernel every day with, maybe two or three shutdowns a day, for two weeks or so now (since just after Linus went on vacation) with no oopses. (The kernel is -rc3 + John Fastabend's "net: fix deliver_no_wcard regression on loopback device" patch). I'll spend a couple of hours doing stuff and see if I can generate an oops. Trouble is, of course, that when I pull and build the latest and greatest, I won't know why I'm not getting oopses, assuming I don't. I'll update y'all later. Chris > Linus -- The more I see, the more I know. The more I know, the less I understand. Changing Man - Paul Weller -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nick Piggin on 29 Jun 2010 16:20 On Tue, Jun 29, 2010 at 09:04:33PM +0100, Chris Clayton wrote: > On Tuesday 29 June 2010, Linus Torvalds wrote: > > On Tue, Jun 29, 2010 at 10:52 AM, Linus Torvalds > > > > <torvalds(a)linux-foundation.org> wrote: > > > Look for "2.6.35-rc3 oops trying to suspend" on lkml, for example. No > > > guarantee that it's the same thing, but it's "iterate_supers()" > > > getting an oops [..] > > > > Also, "Oops during closedown with 2.6.35-rc3-git3" is an > > iterate_supers oops (in the jpg) and Chris says it's repeatable for > > him. > > > > Chris - you could try testing current -git now that I've merged Nick's > > patch. It's commit 57439f878af ("fs: fix superblock iteration race"), > > and I just pushed it out (so it might take a few minutes to mirror out > > to the public git trees, but it should be there shortly). > > > > Well, it was repeatable this morning, but despite 30+ shutdowns this evening, I > haven't had a single oops. Perhaps I'm just not doing enough computing stuff > between startup and shutdown to create the conditions under which I got the > oopses this morning. Moreover, I've been using this kernel every day with, > maybe two or three shutdowns a day, for two weeks or so now (since just after > Linus went on vacation) with no oopses. (The kernel is -rc3 + John > Fastabend's "net: fix deliver_no_wcard regression on loopback device" patch). > > I'll spend a couple of hours doing stuff and see if I can generate an oops. > Trouble is, of course, that when I pull and build the latest and greatest, I > won't know why I'm not getting oopses, assuming I don't. Don't worry too much if you can't reproduce. I'd say it is likely to be this bug, and if so, it is going to depend significantly on timing and ordering of mounts/umounts. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Chris Clayton on 29 Jun 2010 16:40 On Tuesday 29 June 2010, Nick Piggin wrote: > On Tue, Jun 29, 2010 at 09:04:33PM +0100, Chris Clayton wrote: > > On Tuesday 29 June 2010, Linus Torvalds wrote: > > > On Tue, Jun 29, 2010 at 10:52 AM, Linus Torvalds > > > > > > <torvalds(a)linux-foundation.org> wrote: > > > > Look for "2.6.35-rc3 oops trying to suspend" on lkml, for example. No > > > > guarantee that it's the same thing, but it's "iterate_supers()" > > > > getting an oops [..] > > > > > > Also, "Oops during closedown with 2.6.35-rc3-git3" is an > > > iterate_supers oops (in the jpg) and Chris says it's repeatable for > > > him. > > > > > > Chris - you could try testing current -git now that I've merged Nick's > > > patch. It's commit 57439f878af ("fs: fix superblock iteration race"), > > > and I just pushed it out (so it might take a few minutes to mirror out > > > to the public git trees, but it should be there shortly). > > > > Well, it was repeatable this morning, but despite 30+ shutdowns this > > evening, I haven't had a single oops. Perhaps I'm just not doing enough > > computing stuff between startup and shutdown to create the conditions > > under which I got the oopses this morning. Moreover, I've been using this > > kernel every day with, maybe two or three shutdowns a day, for two weeks > > or so now (since just after Linus went on vacation) with no oopses. (The > > kernel is -rc3 + John Fastabend's "net: fix deliver_no_wcard regression > > on loopback device" patch). > > > > I'll spend a couple of hours doing stuff and see if I can generate an > > oops. Trouble is, of course, that when I pull and build the latest and > > greatest, I won't know why I'm not getting oopses, assuming I don't. > > Don't worry too much if you can't reproduce. I'd say it is likely to be > this bug, and if so, it is going to depend significantly on timing and > ordering of mounts/umounts. Yes, that makes sense. I did quite a bit of copying files to and from USB storage devices this morning. I've got some more to do, so I'll see what that produces. -- The more I see, the more I know. The more I know, the less I understand. Changing Man - Paul Weller -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Chris Clayton on 30 Jun 2010 03:20 On Tuesday 29 June 2010, Chris Clayton wrote: > On Tuesday 29 June 2010, Nick Piggin wrote: > > On Tue, Jun 29, 2010 at 09:04:33PM +0100, Chris Clayton wrote: > > > > > > I'll spend a couple of hours doing stuff and see if I can generate an > > > oops. Trouble is, of course, that when I pull and build the latest and > > > greatest, I won't know why I'm not getting oopses, assuming I don't. > > > > Don't worry too much if you can't reproduce. I'd say it is likely to be > > this bug, and if so, it is going to depend significantly on timing and > > ordering of mounts/umounts. > > Yes, that makes sense. I did quite a bit of copying files to and from USB > storage devices this morning. I've got some more to do, so I'll see what > that produces. Well, try as I may, these oopses are like London buses - firstly you get three in quick succession when you don't need them and then when you do, none turn up. Oh well! Chris -- The more I see, the more I know. The more I know, the less I understand. Changing Man - Paul Weller -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: trace-cmd: Add to ignore event not found error Next: tile: remove homegrown L1_CACHE_ALIGN macro |