From: Jari Ruusu <jariruusu@users.sourceforge.net>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: linux-crypto@nl.linux.org, linux-kernel@vger.kernel.org
Subject: Re: Announce loop-AES-v3.1c file/swap crypto package
Date: Sun, 29 Jan 2006 16:47:29 +0200 [thread overview]
Message-ID: <43DCD581.24581498@users.sourceforge.net> (raw)
In-Reply-To: 20060128225725.GA18727@mars.ravnborg.org
Sam Ravnborg wrote:
> On Sat, Jan 21, 2006 at 06:27:36PM +0200, Jari Ruusu wrote:
> > 2) Try building external module A that exports some function, and then build
> > another external module B (separate package, only knows function
> > prototype) that uses said exported function. And I mean build it cleanly
> > without puking error messages on me. 2.4 and older kernel got that right,
> > but 2.6 is still FUBAR. Serious regression here.
>
> This was always possible using a kbuild file specifying all relevant
> modules. But accepting this is not always doable kbuild now add an
> additional method. build module a. copy Module.symvers from module a to
> module b. Voila, module b has full access to symbols from module a. This
> includes module versioning support. Both methods are documented in
> Documentation/kbuild/modules.txt now.
But that "copy Module.symvers from module A to module B" does not work in
these situations:
1) Module B does not know where module A source is.
2) Automatic package builder box may remove all traces of module A before
module B is built.
3) Automatic package builder box may build module B before module A.
How about this:
make M=/path/to/dir IGNORE_MISSING_SYMVER_ERRORS=1 modules
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Meaning: If symbol version is available, fine, use that. If some info is not
available, that is fine too. Just make it work without symbol versioning.
Killing those damn error messages should be enough.
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
prev parent reply other threads:[~2006-01-29 14:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-18 15:49 Announce loop-AES-v3.1c file/swap crypto package Jari Ruusu
2006-01-20 19:50 ` Sam Ravnborg
2006-01-21 16:27 ` Jari Ruusu
2006-01-21 22:10 ` Sam Ravnborg
2006-01-28 22:57 ` Sam Ravnborg
2006-01-29 14:47 ` Jari Ruusu [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=43DCD581.24581498@users.sourceforge.net \
--to=jariruusu@users.sourceforge.net \
--cc=linux-crypto@nl.linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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