From: Greg KH <greg@kroah.com>
To: Andrew Morton <akpm@linux-foundation.org>, jkosina@suse.cz
Cc: Mariusz Kozlowski <m.kozlowski@tuxland.pl>,
linux-kernel@vger.kernel.org,
linux-usb-devel@lists.sourceforge.net
Subject: Re: 2.6.21-rc3-mm1
Date: Sat, 10 Mar 2007 01:18:20 -0800 [thread overview]
Message-ID: <20070310091820.GB30495@kroah.com> (raw)
In-Reply-To: <20070310005828.0ab608b1.akpm@linux-foundation.org>
On Sat, Mar 10, 2007 at 12:58:28AM -0800, Andrew Morton wrote:
> > On Sat, 10 Mar 2007 09:33:35 +0100 Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
> > Hello,
> >
> > > - The wireless changes in here need a lot of testers, please. It is major
> > > rework.
> >
> > Works for me ... so far ;-) Anyway to the point:
> >
> > When moving my laptop I reattached the usb mouse. Then I found this in syslog:
> >
> > usb 2-1: new low speed USB device using uhci_hcd and address 3
> > usb 2-1: new device found, idVendor=046d, idProduct=c00e
> > usb 2-1: new device strings: Mfr=1, Product=2, SerialNumber=0
> > usb 2-1: Product: USB-PS/2 Optical Mouse
> > usb 2-1: Manufacturer: Logitech
> > usb 2-1: configuration #1 chosen from 1 choice
> > khubd: page allocation failure. order:5, mode:0xd0
> > [<c01045c4>] show_trace_log_lvl+0x1a/0x30
> > [<c0104d50>] show_trace+0x12/0x14
> > [<c0104e07>] dump_stack+0x16/0x18
> > [<c014acc6>] __alloc_pages+0x2e4/0x303
> > [<c01604df>] cache_alloc_refill+0x2e4/0x516
> > [<c01608e4>] kmem_cache_zalloc+0x78/0x7c
> > [<c0341343>] hid_parse_report+0xce/0x26b
> > [<c032d99b>] hid_probe+0x264/0xdba
> > [<c030feb9>] usb_probe_interface+0x5a/0x89
> > [<c02bf74f>] driver_probe_device+0x86/0x178
> > [<c02bf849>] __device_attach+0x8/0xa
> > [<c02beadc>] bus_for_each_drv+0x4a/0x68
> > [<c02bfb39>] device_attach+0x8b/0xd2
> > [<c02bea4e>] bus_attach_device+0x40/0x84
> > [<c02bd835>] device_add+0x5d0/0x6c8
> > [<c030e8bd>] usb_set_configuration+0x2d6/0x4c6
> > [<c03158ab>] generic_probe+0x15c/0x251
> > [<c030fb87>] usb_probe_device+0x36/0x3c
> > [<c02bf74f>] driver_probe_device+0x86/0x178
> > [<c02bf849>] __device_attach+0x8/0xa
> > [<c02beadc>] bus_for_each_drv+0x4a/0x68
> > [<c02bfb39>] device_attach+0x8b/0xd2
> > [<c02bea4e>] bus_attach_device+0x40/0x84
> > [<c02bd835>] device_add+0x5d0/0x6c8
> > [<c030a078>] usb_new_device+0x128/0x196
> > [<c030aedd>] hub_thread+0x28a/0xb4a
> > [<c0126c75>] kthread+0xa2/0xc9
> > [<c010422f>] kernel_thread_helper+0x7/0x18
> > =======================
>
> hid_parse_report() is doing kmalloc(128k kbytes). We canot sanely support
> that and the code shold be rewritten to not do that. A simple though
> somewhat lame fix would be to switch to vmalloc().
>
> It's been this way for some time, so it's odd that the failures have just
> popped up now.
Jiri is the person to ask about this now. Jiri, any thoughts about
this?
thanks,
greg k-h
next prev parent reply other threads:[~2007-03-10 9:21 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-08 4:18 2.6.21-rc3-mm1 Andrew Morton
2007-03-08 9:59 ` ext4, wireless (was Re: 2.6.21-rc3-mm1) Jeff Garzik
2007-03-08 14:50 ` 2.6.21-rc3-mm1 John W. Linville
2007-03-08 16:37 ` 2.6.21-rc3-mm1 Dave Jones
2007-03-08 17:56 ` 2.6.21-rc3-mm1 Valdis.Kletnieks
2007-03-08 18:34 ` 2.6.21-rc3-mm1 John W. Linville
2007-03-08 20:27 ` 2.6.21-rc3-mm1 Valdis.Kletnieks
2007-03-08 20:50 ` 2.6.21-rc3-mm1 Michal Piotrowski
2007-03-10 2:18 ` 2.6.21-rc3-mm1 Andrew Morton
2007-03-10 15:45 ` 2.6.21-rc3-mm1 Paul E. McKenney
[not found] ` <6bffcb0e0703111002t75a8ac51vcce7d52684e04a9d@mail.gmail.com>
2007-03-12 4:41 ` 2.6.21-rc3-mm1 Paul E. McKenney
2007-03-09 11:40 ` 2.6.21-rc3-mm1 Frederik Deweerdt
2007-03-15 9:22 ` ipw2200: can't load firmware (was Re: 2.6.21-rc3-mm1) Frederik Deweerdt
2007-03-10 8:33 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-10 8:48 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-10 8:58 ` 2.6.21-rc3-mm1 Andrew Morton
2007-03-10 9:18 ` Greg KH [this message]
2007-03-10 12:43 ` 2.6.21-rc3-mm1 Jiri Kosina
2007-03-10 15:36 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-10 16:00 ` [linux-usb-devel] 2.6.21-rc3-mm1 Alan Stern
2007-03-10 16:36 ` Mariusz Kozlowski
2007-03-10 19:02 ` Alan Stern
2007-03-12 20:50 ` Mariusz Kozlowski
2007-03-12 20:53 ` Jiri Kosina
2007-03-10 13:32 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-12 18:14 ` 2.6.21-rc3-mm1 Radoslaw Szkodzinski
2007-03-14 19:06 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-15 1:07 ` 2.6.21-rc3-mm1 Andrew Morton
2007-03-15 6:09 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-15 10:16 ` 2.6.21-rc3-mm1 Mel Gorman
2007-03-15 15:37 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-15 19:59 ` 2.6.21-rc3-mm1 Mel Gorman
2007-03-16 6:43 ` 2.6.21-rc3-mm1 Mariusz Kozlowski
2007-03-16 10:03 ` 2.6.21-rc3-mm1 Mel Gorman
2007-03-17 18:26 ` [PATCH] Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocks Mel Gorman
2007-03-18 8:22 ` Andrew Morton
2007-03-18 11:35 ` Mel Gorman
2007-03-18 18:12 ` Andrew Morton
2007-03-18 19:05 ` Mel Gorman
2007-03-18 19:28 ` Andrew Morton
2007-03-18 20:08 ` Mel Gorman
2007-03-18 20:45 ` Andrew Morton
2007-03-18 22:21 ` Mel Gorman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070310091820.GB30495@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=m.kozlowski@tuxland.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox