From: Andrew Morton <akpm@digeo.com>
To: Ed Tomlinson <tomlins@cam.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.5.59-mm7
Date: Fri, 31 Jan 2003 17:45:22 -0800 [thread overview]
Message-ID: <20030131174522.25b5f46c.akpm@digeo.com> (raw)
In-Reply-To: <200301312018.02020.tomlins@cam.org>
Ed Tomlinson <tomlins@cam.org> wrote:
>
> Looks like something got missed... I get this with mm7
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.59-mm7; fi
> WARNING: /lib/modules/2.5.59-mm7/kernel/arch/i386/kernel/apm.ko needs unknown symbol xtime_lock
>
aww, that's not fair.
xtime_lock was _always_ referenced by apm.c, and never exported to modules.
The only reason it ever worked was that apm does not compile for SMP, and
write/read_lock() are no-ops on uniprocessor.
ho hum, thanks, I shall add the export.
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@digeo.com>
To: Ed Tomlinson <tomlins@cam.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.5.59-mm7
Date: Fri, 31 Jan 2003 17:45:22 -0800 [thread overview]
Message-ID: <20030131174522.25b5f46c.akpm@digeo.com> (raw)
In-Reply-To: <200301312018.02020.tomlins@cam.org>
Ed Tomlinson <tomlins@cam.org> wrote:
>
> Looks like something got missed... I get this with mm7
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.59-mm7; fi
> WARNING: /lib/modules/2.5.59-mm7/kernel/arch/i386/kernel/apm.ko needs unknown symbol xtime_lock
>
aww, that's not fair.
xtime_lock was _always_ referenced by apm.c, and never exported to modules.
The only reason it ever worked was that apm does not compile for SMP, and
write/read_lock() are no-ops on uniprocessor.
ho hum, thanks, I shall add the export.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
next prev parent reply other threads:[~2003-02-01 1:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-31 8:17 2.5.59-mm7 Andrew Morton
2003-01-31 8:17 ` 2.5.59-mm7 Andrew Morton
2003-02-01 1:18 ` 2.5.59-mm7 Ed Tomlinson
2003-02-01 1:18 ` 2.5.59-mm7 Ed Tomlinson
2003-02-01 1:45 ` Andrew Morton [this message]
2003-02-01 1:45 ` 2.5.59-mm7 Andrew Morton
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=20030131174522.25b5f46c.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=tomlins@cam.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.