The patch titled geode-aes: use unsigned long for spin_lock_irqsave has been added to the -mm tree. Its filename is geode-aes-use-unsigned-long-for-spin_lock_irqsave.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: geode-aes: use unsigned long for spin_lock_irqsave From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/crypto/geode-aes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN drivers/crypto/geode-aes.c~geode-aes-use-unsigned-long-for-spin_lock_irqsave drivers/crypto/geode-aes.c --- a/drivers/crypto/geode-aes.c~geode-aes-use-unsigned-long-for-spin_lock_irqsave +++ a/drivers/crypto/geode-aes.c @@ -99,9 +99,8 @@ do_crypt(void *src, void *dst, int len, static unsigned int geode_aes_crypt(struct geode_aes_op *op) { - u32 flags = 0; - int iflags; + unsigned long iflags; if (op->len == 0 || op->src == op->dst) return 0; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are geode-aes-use-unsigned-long-for-spin_lock_irqsave.patch git-parisc.patch megaraid-fix-warnings-when-config_proc_fs=n.patch x86_64-shut-up-vm862.patch reiserfs-shrink-superblock-if-no-xattrs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html