This is a note to let you know that I've just added the patch titled Binary file ../stable_patches-PG0nM/crypto-crc32c-add-missing-crypto-module-alias.patch matches to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: crypto-crc32c-add-missing-crypto-module-alias.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From minipli@xxxxxxxxxxxxxx Tue Feb 10 08:32:26 2015 From: Mathias Krause <minipli@xxxxxxxxxxxxxx> Date: Tue, 10 Feb 2015 01:14:07 +0100 Subject: crypto: crc32c - add missing crypto module alias To: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx>, Philip Müller <philm@xxxxxxxxxxx>, Rob McCathie <rob@xxxxxxxxxxx>, Luis Henriques <luis.henriques@xxxxxxxxxxxxx>, Kamal Mostafa <kamal@xxxxxxxxxxxxx>, Jiri Slaby <jslaby@xxxxxxx>, Mathias Krause <minipli@xxxxxxxxxxxxxx> Message-ID: <1423527247-18942-1-git-send-email-minipli@xxxxxxxxxxxxxx> From: Mathias Krause <minipli@xxxxxxxxxxxxxx> The backport of commit 5d26a105b5a7 ("crypto: prefix module autoloading with "crypto-"") lost the MODULE_ALIAS_CRYPTO() annotation of crc32c.c. Add it to fix the reported filesystem related regressions. Signed-off-by: Mathias Krause <minipli@xxxxxxxxxxxxxx> Reported-by: Philip Müller <philm@xxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Rob McCathie <rob@xxxxxxxxxxx> Cc: Luis Henriques <luis.henriques@xxxxxxxxxxxxx> Cc: Kamal Mostafa <kamal@xxxxxxxxxxxxx> Cc: Jiri Slaby <jslaby@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- crypto/crc32c.c | 1 + 1 file changed, 1 insertion(+) --- a/crypto/crc32c.c +++ b/crypto/crc32c.c @@ -170,3 +170,4 @@ module_exit(crc32c_mod_fini); MODULE_AUTHOR("Clay Haapala <chaapala@xxxxxxxxx>"); MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c"); MODULE_LICENSE("GPL"); +MODULE_ALIAS_CRYPTO("crc32c"); Patches currently in stable-queue which might be from minipli@xxxxxxxxxxxxxx are queue-3.10/crypto-crc32c-add-missing-crypto-module-alias.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html