Re: Kernel oops on boot with 2.5.69-mm{5,6}

From: Dave Jones (davej@codemonkey.org.uk)
Date: Fri May 16 2003 - 20:55:41 EST


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;
         }
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:26 EST