From: "Ahna, Christopher J" <christopher.j.ahna@intel.com>
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] Common kernel paging error I get
Date: Mon, 30 Oct 2000 23:41:02 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205640@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205637@msgid-missing>
Ken,
I saw something like this a lot when I ran my BigSur with 4GB or more
memory. It turned out that my problem came from some bad memory management
by the USB driver that was messing up other parts of the kernel. You might
want to try the attached patch (made against test9) and see if it solves
your problem. By the way, the fix included in the patch appears in the
latest test releases of 2.4.0-test10. Thanks,
Chris
-----------------------------------------
diff -urN linux-2.4.0-test9-ia64-001004/drivers/usb/hub.c
linux-2.4.0-test9-ia64-001004-patch/drivers/usb/hub.c
--- linux-2.4.0-test9-ia64-001004/drivers/usb/hub.c Thu Sep 28 13:20:48
2000
+++ linux-2.4.0-test9-ia64-001004-patch/drivers/usb/hub.c Mon Oct 30
08:26:50 2000
@@ -592,11 +592,6 @@
info("USB new device connect on bus%d, assigned
device number %d",
dev->bus->busnum, dev->devnum);
- if (portstr)
- kfree(portstr);
- if (tempstr)
- kfree(tempstr);
-
/* Run it through the hoops (find a driver, etc) */
if (!usb_new_device(dev)) {
up(&usb_address0_sem);
@@ -612,6 +607,12 @@
hub->children[port] = NULL;
usb_hub_port_disable(hub, port);
+
+ if (portstr)
+ kfree(portstr);
+ if (tempstr)
+ kfree(tempstr);
+
up(&usb_address0_sem);
}
-----Original Message-----
From: Broadfoot, KenX [mailto:kenx.broadfoot@intel.com]
Sent: Friday, October 27, 2000 9:26 AM
To: linux-ia64@linuxia64.org
Subject: [Linux-ia64] Common kernel paging error I get
Just wondering if you all see this error often:
Unable to handle kernel paging request at virtual address 0000000000000008
I am using 2.4.0-test9 patched + kdb
When this happens I can't even get into the debugger.
This is on a Quad Lion with 2 gigs of Ram
I see this mostly when running fairly heavy network traffic.
If anyone is familiar with this and has found a way to minimize it, or can
explain what it is to me I would appreciate it.
--ken broadfoot
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
prev parent reply other threads:[~2000-10-30 23:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-27 16:26 [Linux-ia64] Common kernel paging error I get Broadfoot, KenX
2000-10-27 16:51 ` Don Dugger
2000-10-30 23:41 ` Ahna, Christopher J [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=marc-linux-ia64-105590678205640@msgid-missing \
--to=christopher.j.ahna@intel.com \
--cc=linux-ia64@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