linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.22-rc2 BUG: at include/linux/slub_def.h:77 kmalloc_index()
@ 2007-05-21  6:22 Soeren Sonnenburg
  2007-05-21  8:09 ` Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-05-21  6:22 UTC (permalink / raw)
  To: Linux Kernel

a regression (well I switched to slub) happens on boot...

...
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004040
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-4: new high speed USB device using ehci_hcd and address 3
BUG: at include/linux/slub_def.h:77 kmalloc_index()
 [<c0176448>] get_slab+0x1c8/0x250
 [<c02f18f4>] usb_get_configuration+0x854/0xfa0
 [<c01778ec>] __kmalloc_track_caller+0x1c/0x80
 [<c0162e2a>] __kzalloc+0x1a/0x50
 [<c02f18f4>] usb_get_configuration+0x854/0xfa0
 [<c02ee560>] usb_start_wait_urb+0x70/0xb0
 [<c02e9250>] hub_port_init+0x90/0x5f0
 [<c02ea2e4>] usb_new_device+0x14/0x100
 [<c02eae2b>] hub_thread+0x5ab/0xc30
 [<c013f710>] autoremove_wake_function+0x0/0x50
 [<c02ea880>] hub_thread+0x0/0xc30
 [<c013f432>] kthread+0x42/0x70
 [<c013f3f0>] kthread+0x0/0x70
 [<c0104df3>] kernel_thread_helper+0x7/0x14
 =======================
usb 1-4: configuration #1 chosen from 1 choice
usb 2-2: new full speed USB device using uhci_hcd and address 2
usb 2-2: configuration #1 chosen from 1 choice
usb 4-2: new full speed USB device using uhci_hcd and address 2
...
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Re: 2.6.22-rc2 BUG: at include/linux/slub_def.h:77 kmalloc_index()
  2007-05-21  6:22 2.6.22-rc2 BUG: at include/linux/slub_def.h:77 kmalloc_index() Soeren Sonnenburg
@ 2007-05-21  8:09 ` Jiri Slaby
  2007-05-21  8:34   ` Soeren Sonnenburg
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2007-05-21  8:09 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: Linux Kernel, linux-usb-devel

Soeren Sonnenburg napsal(a):
> a regression (well I switched to slub) happens on boot...
> 
> ...
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
> PCI: Setting latency timer of device 0000:00:1d.3 to 64
> uhci_hcd 0000:00:1d.3: UHCI Host Controller
> uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
> uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004040
> usb usb5: configuration #1 chosen from 1 choice
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 2 ports detected
> usb 1-4: new high speed USB device using ehci_hcd and address 3
> BUG: at include/linux/slub_def.h:77 kmalloc_index()
>  [<c0176448>] get_slab+0x1c8/0x250
>  [<c02f18f4>] usb_get_configuration+0x854/0xfa0
>  [<c01778ec>] __kmalloc_track_caller+0x1c/0x80
>  [<c0162e2a>] __kzalloc+0x1a/0x50
>  [<c02f18f4>] usb_get_configuration+0x854/0xfa0
>  [<c02ee560>] usb_start_wait_urb+0x70/0xb0
>  [<c02e9250>] hub_port_init+0x90/0x5f0
>  [<c02ea2e4>] usb_new_device+0x14/0x100
>  [<c02eae2b>] hub_thread+0x5ab/0xc30
>  [<c013f710>] autoremove_wake_function+0x0/0x50
>  [<c02ea880>] hub_thread+0x0/0xc30
>  [<c013f432>] kthread+0x42/0x70
>  [<c013f3f0>] kthread+0x0/0x70
>  [<c0104df3>] kernel_thread_helper+0x7/0x14
>  =======================
> usb 1-4: configuration #1 chosen from 1 choice
> usb 2-2: new full speed USB device using uhci_hcd and address 2
> usb 2-2: configuration #1 chosen from 1 choice
> usb 4-2: new full speed USB device using uhci_hcd and address 2
> ...

Could you try this patch:
http://lkml.org/lkml/2007/5/19/171

thanks,
-- 
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E

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

* Re: 2.6.22-rc2 BUG: at include/linux/slub_def.h:77 kmalloc_index()
  2007-05-21  8:09 ` Jiri Slaby
@ 2007-05-21  8:34   ` Soeren Sonnenburg
  2007-05-21  8:38     ` Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77] Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-05-21  8:34 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Linux Kernel, linux-usb-devel

On Mon, 2007-05-21 at 10:09 +0200, Jiri Slaby wrote:
> Soeren Sonnenburg napsal(a):
> > a regression (well I switched to slub) happens on boot...

> > BUG: at include/linux/slub_def.h:77 kmalloc_index()
> >  [<c0176448>] get_slab+0x1c8/0x250
[...]
> Could you try this patch:
> http://lkml.org/lkml/2007/5/19/171

yes, that does fix the issue (at least I don't see the BUG: anymore on
boot). however I can no longer s2ram on 22rc2. 

Soeren
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77]
  2007-05-21  8:34   ` Soeren Sonnenburg
@ 2007-05-21  8:38     ` Jiri Slaby
  2007-05-21  9:55       ` Soeren Sonnenburg
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2007-05-21  8:38 UTC (permalink / raw)
  To: Soeren Sonnenburg; +Cc: Linux Kernel, Rafael J. Wysocki, linux-pm, Pavel Machek

Played with Cc list.

Soeren Sonnenburg napsal(a):
> On Mon, 2007-05-21 at 10:09 +0200, Jiri Slaby wrote:
>> Soeren Sonnenburg napsal(a):
>>> a regression (well I switched to slub) happens on boot...
> 
>>> BUG: at include/linux/slub_def.h:77 kmalloc_index()
>>>  [<c0176448>] get_slab+0x1c8/0x250
> [...]
>> Could you try this patch:
>> http://lkml.org/lkml/2007/5/19/171
> 
> yes, that does fix the issue (at least I don't see the BUG: anymore on
> boot). however I can no longer s2ram on 22rc2. 

Whit what kind of error or what happens?

regards,
-- 
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E

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

* Re: Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77]
  2007-05-21  8:38     ` Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77] Jiri Slaby
@ 2007-05-21  9:55       ` Soeren Sonnenburg
  2007-05-21 11:04         ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-05-21  9:55 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: Linux Kernel, Rafael J. Wysocki, linux-pm, Pavel Machek

On Mon, 2007-05-21 at 10:38 +0200, Jiri Slaby wrote:
> Played with Cc list.
> 
> Soeren Sonnenburg napsal(a):
> > On Mon, 2007-05-21 at 10:09 +0200, Jiri Slaby wrote:
> >> Soeren Sonnenburg napsal(a):
> >>> a regression (well I switched to slub) happens on boot...
> > 
> >>> BUG: at include/linux/slub_def.h:77 kmalloc_index()
> >>>  [<c0176448>] get_slab+0x1c8/0x250
> > [...]
> >> Could you try this patch:
> >> http://lkml.org/lkml/2007/5/19/171
> > 
> > yes, that does fix the issue (at least I don't see the BUG: anymore on
> > boot). however I can no longer s2ram on 22rc2. 
> 
> Whit what kind of error or what happens?

pci_device_suspend(): usb_hcd_pci_suspend+0x0/0x170() returns -16
suspend_device(): pci_device_suspend+0x0/0x60() returns -16
Could not suspend device 0000:00:1d.0: error -16

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)

lspci/dmesg are in this mail:
http://marc.info/?l=linux-kernel&m=117973679209855&w=2

Soeren
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Re: Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77]
  2007-05-21  9:55       ` Soeren Sonnenburg
@ 2007-05-21 11:04         ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-05-21 11:04 UTC (permalink / raw)
  To: Soeren Sonnenburg
  Cc: Jiri Slaby, Linux Kernel, linux-pm, Pavel Machek, Alan Stern

On Monday, 21 May 2007 11:55, Soeren Sonnenburg wrote:
> On Mon, 2007-05-21 at 10:38 +0200, Jiri Slaby wrote:
> > Played with Cc list.
> > 
> > Soeren Sonnenburg napsal(a):
> > > On Mon, 2007-05-21 at 10:09 +0200, Jiri Slaby wrote:
> > >> Soeren Sonnenburg napsal(a):
> > >>> a regression (well I switched to slub) happens on boot...
> > > 
> > >>> BUG: at include/linux/slub_def.h:77 kmalloc_index()
> > >>>  [<c0176448>] get_slab+0x1c8/0x250
> > > [...]
> > >> Could you try this patch:
> > >> http://lkml.org/lkml/2007/5/19/171
> > > 
> > > yes, that does fix the issue (at least I don't see the BUG: anymore on
> > > boot). however I can no longer s2ram on 22rc2. 
> > 
> > Whit what kind of error or what happens?
> 
> pci_device_suspend(): usb_hcd_pci_suspend+0x0/0x170() returns -16
> suspend_device(): pci_device_suspend+0x0/0x60() returns -16
> Could not suspend device 0000:00:1d.0: error -16
> 
> 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
> 
> lspci/dmesg are in this mail:
> http://marc.info/?l=linux-kernel&m=117973679209855&w=2

Well, I think Alan should have a look at this too.

Greetings,
Rafael

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

end of thread, other threads:[~2007-05-21 10:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21  6:22 2.6.22-rc2 BUG: at include/linux/slub_def.h:77 kmalloc_index() Soeren Sonnenburg
2007-05-21  8:09 ` Jiri Slaby
2007-05-21  8:34   ` Soeren Sonnenburg
2007-05-21  8:38     ` Can't s2ram 22-rc2 [Was: 2.6.22-rc2 BUG: at slub_def.h:77] Jiri Slaby
2007-05-21  9:55       ` Soeren Sonnenburg
2007-05-21 11:04         ` Rafael J. Wysocki

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