lkml.org 
[lkml]   [2002]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: problem with modules (modutils) and 2.5.31 kernel
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.031 / U:3.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site