public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: Marek Habersack <grendel@caudium.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel oops on boot with 2.5.69-mm{5,6}
Date: Sat, 17 May 2003 02:55:41 +0100	[thread overview]
Message-ID: <20030517015541.GA26464@suse.de> (raw)
In-Reply-To: <20030516230526.GA1527@thanes.org>

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


      reply	other threads:[~2003-05-17  1:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20030517015541.GA26464@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=grendel@caudium.net \
    --cc=linux-kernel@vger.kernel.org \
    /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