3.13.11-ckt16 -stable review patch.  If anyone has any objections, please let 
me know.

------------------

From: Mathias Krause <mini...@googlemail.com>

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 <mini...@googlemail.com>
Reported-by: Philip Müller <ph...@manjaro.org>
Cc: Kees Cook <keesc...@chromium.org>
Cc: Rob McCathie <r...@manjaro.org>
Cc: Luis Henriques <luis.henriq...@canonical.com>
Cc: Kamal Mostafa <ka...@canonical.com>
Cc: Jiri Slaby <jsl...@suse.cz>
Signed-off-by: Kamal Mostafa <ka...@canonical.com>
---
 crypto/crc32c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/crc32c.c b/crypto/crc32c.c
index 06f7018..238f0e6 100644
--- a/crypto/crc32c.c
+++ b/crypto/crc32c.c
@@ -170,3 +170,4 @@ module_exit(crc32c_mod_fini);
 MODULE_AUTHOR("Clay Haapala <chaap...@cisco.com>");
 MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS_CRYPTO("crc32c");
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to