From: Tom Rini <trini@kernel.crashing.org>
To: Andre Noll <noll@mathematik.tu-darmstadt.de>
Cc: linux-kernel@vger.kernel.org, Greg KH <greg@kroah.com>
Subject: Re: [ANNOUNCE] udev 015 release
Date: Fri, 30 Jan 2004 16:06:33 -0700 [thread overview]
Message-ID: <20040130230633.GZ6577@stop.crashing.org> (raw)
In-Reply-To: <slrnc1l72v.9m.noll@localhost.mathematik.tu-darmstadt.de>
[-- Attachment #1: Type: text/plain, Size: 2690 bytes --]
On Fri, Jan 30, 2004 at 06:03:11PM -0000, Andre Noll wrote:
> On Fri, 30 Jan 2004 17:45:41 +0100 you wrote in local.lists.kernel:
> > Unable to handle kernel NULL pointer dereference at virtual address 0000001e
> > printing eip:
> > f9b370cc
> > *pde = 00000000
> > Oops: 0000 [#1]
> > CPU: 0
> > EIP: 0060:[<f9b370cc>] Tainted: PF
> > EFLAGS: 00010282
> > EIP is at disconnect_scanner+0x2c/0x6d [scanner]
> > eax: f685f0c0 ebx: f685f0d4 ecx: f9b370a0 edx: 00000007
> > esi: 00000000 edi: f73194e8 ebp: f9b3abfc esp: f78c3e50
> > ds: 007b es: 007b ss: 0068
> > Process khubd (pid: 983, threadinfo=f78c2000 task=f78da720)
> > Stack: f685f0c0 f9b3ac78 f685f0c0 f9b3ace0 f9a4611b f685f0c0 f685f0c0
> > f685f100
> > f685f0d4 f9b3ad00 c026c214 f685f0d4 f685f100 f73194fc f73194c0
> > f9b36a4f
> > f685f0d4 f685f0c0 f73194fc f9b3ac0c 00000000 00000000 c021cbf8
> > f73194fc
> > Call Trace:
> > [<f9a4611b>] usb_unbind_interface+0x7b/0x80 [usbcore]
> > [<c026c214>] device_release_driver+0x64/0x70
> > [<f9b36a4f>] destroy_scanner+0x4f/0xb0 [scanner]
> > [<c021cbf8>] kobject_cleanup+0x98/0xa0
> > [<f9a4611b>] usb_unbind_interface+0x7b/0x80 [usbcore]
> > [<c026c214>] device_release_driver+0x64/0x70
> > [<c026c345>] bus_remove_device+0x55/0xa0
> > [<c026b27d>] device_del+0x5d/0xa0
> > [<f9a4c6af>] usb_disable_device+0x6f/0xb0 [usbcore]
> > [<f9a46b76>] usb_disconnect+0x96/0xf0 [usbcore]
> > [<f9a492df>] hub_port_connect_change+0x30f/0x320 [usbcore]
> > [<f9a48c13>] hub_port_status+0x43/0xb0 [usbcore]
> > [<f9a495ba>] hub_events+0x2ca/0x340 [usbcore]
> > [<f9a4965d>] hub_thread+0x2d/0xf0 [usbcore]
> > [<c010925e>] ret_from_fork+0x6/0x14
> > [<c011c9e0>] default_wake_function+0x0/0x20
> > [<f9a49630>] hub_thread+0x0/0xf0 [usbcore]
> > [<c0107289>] kernel_thread_helper+0x5/0xc
> >
> > Code: 80 7e 1e 00 75 2e 85 f6 74 17 8d 46 3c 8b 5c 24 08 8b 74 24
>
> Same problem here. Also with Epson Perfection (640U) and kernel
> 2.6.2-rc1:
Greg, I think this now makes 2 distinct bugs in the scanner kernel
driver. Maybe it should be protected with a BROKEN:
--- 1.6/drivers/usb/image/Kconfig Mon Dec 1 06:51:48 2003
+++ edited/drivers/usb/image/Kconfig Fri Jan 30 16:05:24 2004
@@ -19,7 +19,7 @@
config USB_SCANNER
tristate "USB Scanner support (OBSOLETE)"
- depends on USB
+ depends on USB && BROKEN
help
Say Y here if you want to connect a USB scanner to your computer's
USB port. Please read <file:Documentation/usb/scanner.txt> for more
... or simply removed from the kernel.
--
Tom Rini
http://gate.crashing.org/~trini/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-01-30 23:06 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-26 21:50 [ANNOUNCE] udev 015 release Greg KH
2004-01-26 22:15 ` Tomasz Torcz
2004-01-27 5:52 ` Chris Friesen
2004-01-27 22:22 ` Greg KH
2004-01-29 4:52 ` Martin Schlemmer
2004-01-29 21:54 ` Greg KH
2004-01-29 16:52 ` Martin Schlemmer
2004-01-29 21:55 ` Greg KH
2004-01-31 3:17 ` Kay Sievers
2004-01-31 17:54 ` Martin Schlemmer
2004-01-31 18:15 ` Kay Sievers
2004-01-31 18:27 ` Martin Schlemmer
2004-01-31 18:39 ` Kay Sievers
2004-01-31 18:47 ` Martin Schlemmer
2004-01-29 18:30 ` Martin Schlemmer
2004-01-30 4:41 ` Martin Schlemmer
2004-02-02 23:32 ` Greg KH
2004-02-03 4:12 ` Martin Schlemmer
2004-01-30 16:45 ` Prakash K. Cheemplavam
2004-01-30 17:23 ` Greg KH
2004-01-30 17:44 ` Prakash K. Cheemplavam
2004-01-30 17:49 ` Greg KH
2004-01-30 18:17 ` Prakash K. Cheemplavam
2004-02-01 15:24 ` Martin Schlemmer
2004-02-02 8:46 ` Prakash K. Cheemplavam
2004-01-30 17:33 ` Martin Schlemmer
2004-01-30 18:03 ` Andre Noll
2004-01-30 23:06 ` Tom Rini [this message]
2004-02-02 21:43 ` Greg KH
2004-02-05 0:31 ` [2.6 patch] remove USB_SCANNER Adrian Bunk
2004-02-05 1:14 ` Greg KH
2004-02-05 17:20 ` Azog
2004-02-05 17:30 ` Greg KH
2004-02-05 17:50 ` Stian Jordet
2004-02-05 17:57 ` Greg KH
2004-02-05 20:24 ` Leopold Gouverneur
2004-02-05 21:15 ` Stian Jordet
2004-02-05 21:36 ` Leopold Gouverneur
2004-02-06 1:15 ` Gene Heskett
2004-02-06 20:59 ` Bill Davidsen
2004-02-06 21:04 ` Greg KH
2004-02-01 22:52 ` hal daemon and ide-floppy J.A. Magallon
2004-02-02 3:16 ` Greg KH
2004-02-02 22:32 ` udev depends on /usr J.A. Magallon
2004-02-02 22:44 ` Greg KH
2004-02-02 23:01 ` J.A. Magallon
2004-02-03 4:10 ` Martin Schlemmer
2004-02-02 23:08 ` [ANNOUNCE] udev 015 release Prakash K. Cheemplavam
2004-02-02 23:11 ` Greg KH
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=20040130230633.GZ6577@stop.crashing.org \
--to=trini@kernel.crashing.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=noll@mathematik.tu-darmstadt.de \
/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