From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Jari Ruusu <jari.ruusu@pp.inet.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Announce loop-AES-v1.4d file/swap crypto package
Date: Tue, 04 Sep 2001 06:56:09 +1000 [thread overview]
Message-ID: <3B93EE69.5674035F@eyal.emu.id.au> (raw)
In-Reply-To: <3B93B32A.69D25916@pp.inet.fi>
Jari Ruusu wrote:
> In short: If file and swap crypto is all you need, this package is a hassle
> free replacement for international crypto patch and HVR's crypto-api.
Some comments about the packaging (which I made once before).
1) It claims to allow you to specify the kernel sources dir, but it then
runs 'depmod' without a nominated version which is only valid if you
are building for the running kernel. I now have it doing
depmod -ae $(KERNELRELEASE)
2) 'make' will also install the module. It would be nice to have an
explicit 'make install' instead.
3) The module is installed as loop.o, same as the standard kernel
module. I prefer to use different names for added modules.
Also, it ends up in
/lib/modules/VERSION/block/loop.o
which is fine for 2.2, but 2.4 uses
/lib/modules/VERSION/kernel/drivers/block/loop.o
so you now have two loop.o - do you know which one will be loaded?
I changed it to install as loop-aes.o:
cp -p loop.o $(ML)/kernel/drivers/block/loop-aes.o
and I can now select a module in the modules config.
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
next prev parent reply other threads:[~2001-09-03 21:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-03 16:43 Jari Ruusu
2001-09-03 20:56 ` Eyal Lebedinsky [this message]
2001-09-03 22:22 ` Jari Ruusu
2001-09-04 12:27 ` Eyal Lebedinsky
2001-09-04 17:56 ` Jari Ruusu
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=3B93EE69.5674035F@eyal.emu.id.au \
--to=eyal@eyal.emu.id.au \
--cc=jari.ruusu@pp.inet.fi \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®