Hmm. Well I'm not really well-versed in compiling kernel modules, but I managed to get my
xts.ko module by downloading the Linode kernel sources and changing in
.config to:
Code:
CONFIG_CRYPTO_XTS=m
then:
Code:
make modules
make modules_install
BUT:
Code:
# modprobe xts
FATAL: Module xts not found.
# insmod /lib/modules/2.6.32.16-linode28/kernel/crypto/xts.ko
insmod: error inserting '/lib/modules/2.6.32.16-linode28/kernel/crypto/xts.ko': -1 Invalid module format
Code:
# dmesg
xts: no symbol version for module_layout
I'd appreciate any help. Thanks all.
Would be nice if XTS mode was enabled in the stock Linode kernels.