From: Andrew Rodland <arodland@noln.com>
To: moret@cs.umn.edu
Cc: linux-kernel@vger.kernel.org
Subject: Re: problem with modules (modutils) and 2.5.31 kernel
Date: Wed, 21 Aug 2002 14:16:42 -0400 [thread overview]
Message-ID: <20020821141642.5eab2a42.arodland@noln.com> (raw)
In-Reply-To: <7675.1029905417@kao2.melbourne.sgi.com>
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
On Wed, 21 Aug 2002 14:50:17 +1000
Keith Owens <kaos@ocs.com.au> wrote:
> On Tue, 20 Aug 2002 20:25:19 -0600,
> moret@cs.unm.edu wrote:
> >I searched for, but could not find references to, a problem
> >I have with 2.5.31 and modutils.
> > insmod, depmod, update-modules all fail with the message:
> >
> >=> kernel: QM_SYMBOLS: Bad address
>
> Disable CONFIG_PREEMPT and rebuild the kernel.
or, as per a previous thread on the same issue, change line 181 of
arch/i386/mm/fault.c from:
if (preempt_count() || !mm)
to:
if (in_interrupt() || !mm)
and rebuild.
Sorry, no time to fool around with diff right now. Hope it was helpful.
--hobbs
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2002-08-21 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-21 2:25 moret
2002-08-21 4:50 ` Keith Owens
2002-08-21 18:16 ` Andrew Rodland [this message]
2002-08-21 7:44 ` Heinz Diehl
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=20020821141642.5eab2a42.arodland@noln.com \
--to=arodland@noln.com \
--cc=linux-kernel@vger.kernel.org \
--cc=moret@cs.umn.edu \
/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
all inboxes | Powered by JetHome®