Herbert Valerio Riedel wrote: > I just 'backported' 2.6.0-test3's cryptoloop and while at it, mixed > in the usual loop.c 'service packs'... Herbert, You are breaking stable 2.4 kernel API again. The IV parameter in loop transfer function in 2.4 kernels is of type 'int' not 'u32'. This change breaks all other existing transfer functions that rely on stable API. Please revert that parameter back to 'int' type. Regards, Jari Ruusu <jari.ruusu@xxxxxxxxxx> - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/