public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel oops on boot with 2.5.69-mm{5,6}
@ 2003-05-16 23:05 Marek Habersack
  2003-05-17  1:55 ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Habersack @ 2003-05-16 23:05 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 848 bytes --]

Hello all,

2.5.69-mm3 works fine, mm4 wasn't tested. Kernel oopses right after attempting to
initialize agpgart. I've managed to copy only the little data from the oops
that is shown below, enough to locate it (oops happened in the swapper task):

agp_via_probe+0x106/0x180
sysfs_create_dir+0x81/0xb0
pci_device_probe+0x5e/0x70
bus_match+0x45/0xb0
driver_attach+0x5c/0x60
bus_add_driver+0xa8/0xc0
driver_register+0x2f/0x40
pci_register_driver+0x41/0x60
agp_via_init+0x13/0x40
do_initcalls+0x2c/0xa0
init_workqueues+0xf/0x30
init+0x33/0x1b0
init+0x0/0x1b0
kernel_thread_helper+0x5/0x18

Code: 5c 24 0c 85 74 24 10 8b 5c 24 18 8b 43 18 85 c0 0f 84 55 01
      00 00 a1 e4 5d 44 c0 85 c0 0f 85 32 01 00 00 8b 43 04 be 01
      00 00 00 <8b> 10 85 d2 74 2f b8 00 e0 ff ff 21 e0 ff 40 14
      85 3a 02 0f 84

Machine config attached,

regards,

marek

[-- Attachment #1.2: config-2.5.69-mm6.bz2 --]
[-- Type: application/octet-stream, Size: 4924 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Kernel oops on boot with 2.5.69-mm{5,6}
  2003-05-16 23:05 Kernel oops on boot with 2.5.69-mm{5,6} Marek Habersack
@ 2003-05-17  1:55 ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2003-05-17  1:55 UTC (permalink / raw)
  To: Marek Habersack; +Cc: linux-kernel

On Sat, May 17, 2003 at 01:05:26AM +0200, Marek Habersack wrote:
 > Hello all,
 > 
 > 2.5.69-mm3 works fine, mm4 wasn't tested. Kernel oopses right after attempting to
 > initialize agpgart. I've managed to copy only the little data from the oops
 > that is shown below, enough to locate it (oops happened in the swapper task):

patch from Christoph Hellwig attached.
Still waiting for Linus to pull this (and other) agp bits from bkbits.

		Dave


--- 1.39/drivers/char/agp/via-agp.c	Mon Apr 28 03:32:35 2003
+++ edited/drivers/char/agp/via-agp.c	Tue May 13 10:51:00 2003
@@ -402,6 +402,7 @@
 
 	bridge->dev = pdev;
 	bridge->capndx = cap_ptr;
+	bridge->driver = &via_driver; /* might be overriden later */
 
 	switch (pdev->device) {
 	case PCI_DEVICE_ID_VIA_8367_0:
@@ -427,7 +428,6 @@
 		}
 		/*FALLTHROUGH*/
 	default:
-		bridge->driver = &via_driver;
 		break;
 	}
 


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

end of thread, other threads:[~2003-05-17  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 23:05 Kernel oops on boot with 2.5.69-mm{5,6} Marek Habersack
2003-05-17  1:55 ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox