This is a note to let you know that I've just added the patch titled
Binary file
../stable_patches-DchRW/crypto-crc32c-add-missing-crypto-module-alias.patch
matches
to the 3.14-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.14 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From [email protected] Tue Feb 10 08:32:26 2015
From: Mathias Krause <[email protected]>
Date: Tue, 10 Feb 2015 01:14:07 +0100
Subject: crypto: crc32c - add missing crypto module alias
To: Greg Kroah-Hartman <[email protected]>
Cc: Kees Cook <[email protected]>, Philip Müller <[email protected]>, Rob
McCathie <[email protected]>, Luis Henriques <[email protected]>,
Kamal Mostafa <[email protected]>, Jiri Slaby <[email protected]>, Mathias
Krause <[email protected]>
Message-ID: <[email protected]>
From: Mathias Krause <[email protected]>
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 <[email protected]>
Reported-by: Philip Müller <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Rob McCathie <[email protected]>
Cc: Luis Henriques <[email protected]>
Cc: Kamal Mostafa <[email protected]>
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
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 <[email protected]>");
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 [email protected] are
queue-3.14/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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html