Re: [PATCH] aesni-intel: Merge with fpu.ko

2011-05-15 Thread Herbert Xu
On Sat, May 07, 2011 at 10:22:00PM -0400, Andy Lutomirski wrote: > Loading fpu without aesni-intel does nothing. Loading aesni-intel > without fpu causes modes like xts to fail. (Unloading > aesni-intel will restore those modes.) > > One solution would be to make aesni-intel depend on fpu, but i

[PATCH] aesni-intel: Merge with fpu.ko

2011-05-07 Thread Andy Lutomirski
Loading fpu without aesni-intel does nothing. Loading aesni-intel without fpu causes modes like xts to fail. (Unloading aesni-intel will restore those modes.) One solution would be to make aesni-intel depend on fpu, but it seems cleaner to just combine the modules. This is probably responsible