linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-tes9-bk15 visor causes kernel NULL pointer dereference
@ 2003-11-11 15:45 Ralf Hildebrandt
  2003-11-11 21:08 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Hildebrandt @ 2003-11-11 15:45 UTC (permalink / raw)
  To: linux-kernel

Yes, my kernel is tainted because of the nvdia module.

kpilot tries to access /dev/ttyUSB1, and I get:

Nov 11 15:20:49 hummus2 kernel: visor ttyUSB0: Handspring Visor / Palm OS converter now disconnected from ttyUSB0
Nov 11 15:20:49 hummus2 kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000024
Nov 11 15:20:49 hummus2 kernel:  printing eip:
Nov 11 15:20:49 hummus2 kernel: c0163eb3
Nov 11 15:20:49 hummus2 kernel: *pde = 00000000
Nov 11 15:20:49 hummus2 kernel: Oops: 0002 [#1]
Nov 11 15:20:49 hummus2 kernel: CPU:    0
Nov 11 15:20:49 hummus2 kernel: EIP:    0060:[simple_rmdir+53/77]    Tainted: PF 
Nov 11 15:20:49 hummus2 kernel: EFLAGS: 00010202
Nov 11 15:20:49 hummus2 kernel: EIP is at simple_rmdir+0x35/0x4d
Nov 11 15:20:49 hummus2 kernel: eax: 00000000   ebx: c4795780   ecx: c4795788   edx: ffffffd9
Nov 11 15:20:49 hummus2 kernel: esi: c321f380   edi: c479579c   ebp: 00000000   esp: c28a7e44
Nov 11 15:20:49 hummus2 kernel: ds: 007b   es: 007b   ss: 0068
Nov 11 15:20:49 hummus2 kernel: Process kpilotDaemon (pid: 1782, threadinfo=c28a6000 task=c4642cc0)
Nov 11 15:20:49 hummus2 kernel: Stack: c4795780 c015f363 c2d53280 c4795780 c0174176 c321f380 c4795780 c4795980 
Nov 11 15:20:49 hummus2 kernel:        c4795780 c017422c c4795780 c4795980 c681bea0 c68abccc cbe09c80 c01b25f7 
Nov 11 15:20:49 hummus2 kernel:        c681bea0 c034dc40 c681bea0 c681be78 c01f7886 c681bea0 c681be78 00000000 
Nov 11 15:20:49 hummus2 kernel: Call Trace:
Nov 11 15:20:49 hummus2 kernel:  [iput+85/111] iput+0x55/0x6f
Nov 11 15:20:49 hummus2 kernel:  [remove_dir+76/111] remove_dir+0x4c/0x6f
Nov 11 15:20:49 hummus2 kernel:  [sysfs_remove_dir+145/210] sysfs_remove_dir+0x91/0xd2
Nov 11 15:20:49 hummus2 kernel:  [kobject_del+64/110] kobject_del+0x40/0x6e
Nov 11 15:20:49 hummus2 kernel:  [device_del+112/155] device_del+0x70/0x9b
Nov 11 15:20:49 hummus2 kernel:  [device_unregister+19/35] device_unregister+0x13/0x23
Nov 11 15:20:49 hummus2 kernel:  [_end+292206965/1069745528] destroy_serial+0x182/0x1bb [usbserial]
Nov 11 15:20:49 hummus2 kernel:  [kobject_cleanup+123/125] kobject_cleanup+0x7b/0x7d
Nov 11 15:20:49 hummus2 kernel:  [_end+292202881/1069745528] serial_close+0x8b/0xdf [usbserial]
Nov 11 15:20:49 hummus2 kernel:  [release_dev+1685/1762] release_dev+0x695/0x6e2
Nov 11 15:20:49 hummus2 kernel:  [scheduler_tick+1162/1174] scheduler_tick+0x48a/0x496
Nov 11 15:20:49 hummus2 kernel:  [d_callback+36/57] d_callback+0x24/0x39
Nov 11 15:20:49 hummus2 kernel:  [rcu_do_batch+51/59] rcu_do_batch+0x33/0x3b
Nov 11 15:20:49 hummus2 kernel:  [tty_release+15/21] tty_release+0xf/0x15
Nov 11 15:20:49 hummus2 kernel:  [__fput+227/245] __fput+0xe3/0xf5
Nov 11 15:20:49 hummus2 kernel:  [filp_close+89/134] filp_close+0x59/0x86
Nov 11 15:20:49 hummus2 kernel:  [sys_close+80/95] sys_close+0x50/0x5f
Nov 11 15:20:49 hummus2 kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Nov 11 15:20:49 hummus2 kernel: 
Nov 11 15:20:49 hummus2 kernel: Code: 83 68 24 01 89 34 24 89 5c 24 04 e8 9f ff ff ff 31 d2 83 6e 
Nov 11 15:20:54 hummus2 kernel:  0: NVRM: AGPGART: unable to retrieve symbol table


----- End forwarded message -----

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze -             AIM.  ralfpostfix

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

* Re: 2.6.0-tes9-bk15 visor causes kernel NULL pointer dereference
  2003-11-11 15:45 2.6.0-tes9-bk15 visor causes kernel NULL pointer dereference Ralf Hildebrandt
@ 2003-11-11 21:08 ` Greg KH
  2003-11-12  8:04   ` Ralf Hildebrandt
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2003-11-11 21:08 UTC (permalink / raw)
  To: linux-kernel

On Tue, Nov 11, 2003 at 04:45:58PM +0100, Ralf Hildebrandt wrote:
> Yes, my kernel is tainted because of the nvdia module.

Can you try it without the nvidia module?

Also, can you enable debugging in the visor driver by loading it with:
	modprobe visor debug=1

and try it again and send me the kernel debug log?

thanks,

greg k-h

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

* Re: 2.6.0-tes9-bk15 visor causes kernel NULL pointer dereference
  2003-11-11 21:08 ` Greg KH
@ 2003-11-12  8:04   ` Ralf Hildebrandt
  0 siblings, 0 replies; 3+ messages in thread
From: Ralf Hildebrandt @ 2003-11-12  8:04 UTC (permalink / raw)
  To: linux-kernel

* Greg KH <greg@kroah.com>:
> On Tue, Nov 11, 2003 at 04:45:58PM +0100, Ralf Hildebrandt wrote:
> > Yes, my kernel is tainted because of the nvdia module.
> 
> Can you try it without the nvidia module?

Will do today.

> Also, can you enable debugging in the visor driver by loading it with:
> 	modprobe visor debug=1

OK.

> and try it again and send me the kernel debug log?

Yes.

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   Ralf.Hildebrandt@charite.de
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze -             AIM.  ralfpostfix

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

end of thread, other threads:[~2003-11-12  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-11 15:45 2.6.0-tes9-bk15 visor causes kernel NULL pointer dereference Ralf Hildebrandt
2003-11-11 21:08 ` Greg KH
2003-11-12  8:04   ` Ralf Hildebrandt

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