[arch-general] Name change on crypto modules for kernel26-2.6.24?
Hi, I run encrypted swap on my i686 system and thought I would give kernel26-2.6.24 a try. During the encrypted swap setup phase of boot I noticed a couple of errors relating to loading of the aes and sha256 crypto modules. Too me, it looks like these modules have undergone a name change in 2.6.24. I think the required modules are actually being loaded but cryptsetup complains about missing modules. I don't see an updated cryptsetup in testing. Should there be one or am I way off-base here? Regards, Neil Darlow
Hi, To clarify. Neil Darlow wrote:
Too me, it looks like these modules have undergone a name change in 2.6.24. I think the required modules are actually being loaded but cryptsetup complains about missing modules.
It appears the following name changes have occurred: * padlock_aes.ko --> padlock-aes.ko * padlock_sha.ko --> padlock-sha.ko Regards, Neil Darlow
On Thu, 2008-01-31 at 11:46 +0000, Neil Darlow wrote:
Hi,
To clarify.
Neil Darlow wrote:
Too me, it looks like these modules have undergone a name change in 2.6.24. I think the required modules are actually being loaded but cryptsetup complains about missing modules.
It appears the following name changes have occurred:
* padlock_aes.ko --> padlock-aes.ko * padlock_sha.ko --> padlock-sha.ko
Regards, Neil Darlow
Same issue here. If possible, can one of the developers please take a look at this?
Hi, Hussam Al-Tayeb wrote:
Same issue here. If possible, can one of the developers please take a look at this?
My name change analysis was wrong. It seems that cryptsetup is triggering the loading of padlock-aes.ko and padlock-sha.ko even on hardware that doesn't work with them. I ignored them in /etc/modprobe.conf with: install padlock_aes /bin/true install padlock_sha /bin/true Regards, Neil Darlow
participants (2)
-
Hussam Al-Tayeb
-
Neil Darlow