[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loop-aes with loop=m in kernel?
Iain wrote:
> I was just wondering why you can't use loop-aes with a kernel that has been
> compiled with loopback support as a module in the kernel. Couldn't you just
> replace the loop module with the loop-aes module?
Actually, loop-AES' Makefile removes kernel's loop.o module. And it works OK
until one does "make modules_install" in kernel source directory. Then you
have two loop.o drivers, and you can't expect that to work OK.
If you _always_ build loop-AES' loop.o _after_ "make modules_install" in
kernel source directory, then you can use CONFIG_BLK_DEV_LOOP=m in your
kernel .config
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/