public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Djeizon Barros <djeizon@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Kernel 2.4.20 Panic Report - Panic + Ksymoops + Config
Date: Fri, 27 Dec 2002 10:42:13 -0800	[thread overview]
Message-ID: <20021227184213.GB12245@kroah.com> (raw)
In-Reply-To: <000901c2adc8$0801df00$ce07b1c8@pentiumii>

On Fri, Dec 27, 2002 at 02:50:10PM -0200, Djeizon Barros wrote:
> Hi
> 
> I never had to fill a kernel bug report in 5 years using linux 
> - so please excuse me if I missed something here.This is kernel 2.4.20
> vanilla and unpatched. Looks like something weird in usb.c.

Ah, here's a patch for this problem.  It's in my list of things to send
to Marcelo next.  If you want to fix this without patching, make the
cpia driver a module.

thanks,

greg k-h


diff -Nru a/Makefile b/Makefile
--- a/Makefile	Fri Dec 27 10:51:55 2002
+++ b/Makefile	Fri Dec 27 10:51:55 2002
@@ -137,8 +137,7 @@
 DRIVERS-y += drivers/char/char.o \
 	drivers/block/block.o \
 	drivers/misc/misc.o \
-	drivers/net/net.o \
-	drivers/media/media.o
+	drivers/net/net.o
 DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o
 DRIVERS-$(CONFIG_DRM_NEW) += drivers/char/drm/drm.o
 DRIVERS-$(CONFIG_DRM_OLD) += drivers/char/drm-4.0/drm.o
@@ -179,6 +178,7 @@
 DRIVERS-$(CONFIG_HAMRADIO) += drivers/net/hamradio/hamradio.o
 DRIVERS-$(CONFIG_TC) += drivers/tc/tc.a
 DRIVERS-$(CONFIG_USB) += drivers/usb/usbdrv.o
+DRIVERS-y +=drivers/media/media.o
 DRIVERS-$(CONFIG_INPUT) += drivers/input/inputdrv.o
 DRIVERS-$(CONFIG_HIL) += drivers/hil/hil.o
 DRIVERS-$(CONFIG_I2O) += drivers/message/i2o/i2o.o

      reply	other threads:[~2002-12-27 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-27 16:50 Kernel 2.4.20 Panic Report - Panic + Ksymoops + Config Djeizon Barros
2002-12-27 18:42 ` Greg KH [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=20021227184213.GB12245@kroah.com \
    --to=greg@kroah.com \
    --cc=djeizon@gmx.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