linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.25-rc2-mm1] Oops in __kmalloc
@ 2008-02-26 15:18 Jiri Slaby
  2008-02-26 18:09 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2008-02-26 15:18 UTC (permalink / raw)
  To: Andrew Morton, Linux kernel mailing list, linux-ext4, Jan Sonnek

Hi,

while booting up a notebook on 32 bit, this oopses appeared on the console
after ext3 fsck:
http://www.fi.muni.cz/~xslaby/sklad/mem_oops/

It's 2.6.25-rc2-mm1, I can't find similar reports, is this known or hardware
issue (unlikely, 2.6.24.2 seems to be OK)?

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

* Re: [2.6.25-rc2-mm1] Oops in __kmalloc
  2008-02-26 15:18 [2.6.25-rc2-mm1] Oops in __kmalloc Jiri Slaby
@ 2008-02-26 18:09 ` Andrew Morton
  2008-03-04 10:41   ` Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2008-02-26 18:09 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Linux kernel mailing list, linux-ext4, Jan Sonnek

On Tue, 26 Feb 2008 16:18:55 +0100 Jiri Slaby <jirislaby@gmail.com> wrote:

> Hi,
> 
> while booting up a notebook on 32 bit, this oopses appeared on the console
> after ext3 fsck:
> http://www.fi.muni.cz/~xslaby/sklad/mem_oops/
> 
> It's 2.6.25-rc2-mm1, I can't find similar reports, is this known or hardware
> issue (unlikely, 2.6.24.2 seems to be OK)?

I don't recall seeing a similar report and yes, it'll be a kernel bug.

We've fixed a few things and it could be that this will just go away in
next -mm.  If it doesn't, a bisection search would be good, thanks.


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

* Re: [2.6.25-rc2-mm1] Oops in __kmalloc
  2008-02-26 18:09 ` Andrew Morton
@ 2008-03-04 10:41   ` Jiri Slaby
  2008-03-04 12:51     ` Pekka Enberg
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2008-03-04 10:41 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux kernel mailing list, linux-ext4, Jan Sonnek

Andrew Morton napsal(a):
> On Tue, 26 Feb 2008 16:18:55 +0100 Jiri Slaby <jirislaby@gmail.com> wrote:
> 
>> Hi,
>>
>> while booting up a notebook on 32 bit, this oopses appeared on the console
>> after ext3 fsck:
>> http://www.fi.muni.cz/~xslaby/sklad/mem_oops/
>>
>> It's 2.6.25-rc2-mm1, I can't find similar reports, is this known or hardware
>> issue (unlikely, 2.6.24.2 seems to be OK)?
> 
> I don't recall seeing a similar report and yes, it'll be a kernel bug.
> 
> We've fixed a few things and it could be that this will just go away in
> next -mm.  If it doesn't, a bisection search would be good, thanks.

Well, next -mm is out. Could you test, Jan? [our -mm git is up-to-date]

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

* Re: [2.6.25-rc2-mm1] Oops in __kmalloc
  2008-03-04 10:41   ` Jiri Slaby
@ 2008-03-04 12:51     ` Pekka Enberg
  2008-03-04 12:55       ` Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Pekka Enberg @ 2008-03-04 12:51 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Andrew Morton, Linux kernel mailing list, linux-ext4, Jan Sonnek,
	Christoph Lameter

On Tue, Mar 4, 2008 at 12:41 PM, Jiri Slaby <jirislaby@gmail.com> wrote:
>  >> while booting up a notebook on 32 bit, this oopses appeared on the console
>  >> after ext3 fsck:
>  >> http://www.fi.muni.cz/~xslaby/sklad/mem_oops/
>  >>
>  >> It's 2.6.25-rc2-mm1, I can't find similar reports, is this known or hardware
>  >> issue (unlikely, 2.6.24.2 seems to be OK)?
>  >
>  > I don't recall seeing a similar report and yes, it'll be a kernel bug.
>  >
>  > We've fixed a few things and it could be that this will just go away in
>  > next -mm.  If it doesn't, a bisection search would be good, thanks.
>
>  Well, next -mm is out. Could you test, Jan? [our -mm git is up-to-date]

I don't see your config but if you have CONFIG_SLUB enabled, this is
probably the same problem as:

http://bugzilla.kernel.org/show_bug.cgi?id=10015

which is fixed since 2.6.25-rc2 in mainline.

                              Pekka

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

* Re: [2.6.25-rc2-mm1] Oops in __kmalloc
  2008-03-04 12:51     ` Pekka Enberg
@ 2008-03-04 12:55       ` Jiri Slaby
  2008-03-04 12:57         ` Pekka Enberg
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2008-03-04 12:55 UTC (permalink / raw)
  To: Pekka Enberg
  Cc: Andrew Morton, Linux kernel mailing list, linux-ext4, Jan Sonnek,
	Christoph Lameter

Pekka Enberg napsal(a):
> On Tue, Mar 4, 2008 at 12:41 PM, Jiri Slaby <jirislaby@gmail.com> wrote:
>>  >> while booting up a notebook on 32 bit, this oopses appeared on the console
>>  >> after ext3 fsck:
>>  >> http://www.fi.muni.cz/~xslaby/sklad/mem_oops/
>>  >>
>>  >> It's 2.6.25-rc2-mm1, I can't find similar reports, is this known or hardware
>>  >> issue (unlikely, 2.6.24.2 seems to be OK)?
>>  >
>>  > I don't recall seeing a similar report and yes, it'll be a kernel bug.
>>  >
>>  > We've fixed a few things and it could be that this will just go away in
>>  > next -mm.  If it doesn't, a bisection search would be good, thanks.
>>
>>  Well, next -mm is out. Could you test, Jan? [our -mm git is up-to-date]
> 
> I don't see your config but if you have CONFIG_SLUB enabled, this is
> probably the same problem as:
> 
> http://bugzilla.kernel.org/show_bug.cgi?id=10015
> 
> which is fixed since 2.6.25-rc2 in mainline.

Yeah, slub armed. We'll see. Thanks.

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

* Re: [2.6.25-rc2-mm1] Oops in __kmalloc
  2008-03-04 12:55       ` Jiri Slaby
@ 2008-03-04 12:57         ` Pekka Enberg
  0 siblings, 0 replies; 6+ messages in thread
From: Pekka Enberg @ 2008-03-04 12:57 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Andrew Morton, Linux kernel mailing list, linux-ext4, Jan Sonnek,
	Christoph Lameter

Jiri Slaby wrote:
> > I don't see your config but if you have CONFIG_SLUB enabled, this is
> > probably the same problem as:
> >
> > http://bugzilla.kernel.org/show_bug.cgi?id=10015
> >
> > which is fixed since 2.6.25-rc2 in mainline.
> 
> Yeah, slub armed. We'll see. Thanks.

Sorry for the typo, it's fixed in 2.6.25-rc3.

			Pekka

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

end of thread, other threads:[~2008-03-04 12:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-26 15:18 [2.6.25-rc2-mm1] Oops in __kmalloc Jiri Slaby
2008-02-26 18:09 ` Andrew Morton
2008-03-04 10:41   ` Jiri Slaby
2008-03-04 12:51     ` Pekka Enberg
2008-03-04 12:55       ` Jiri Slaby
2008-03-04 12:57         ` Pekka Enberg

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).