From: Greg Kroah-Hartman Date: Tue, 10 Feb 2015 00:33:45 +0000 (+0800) Subject: 3.14-stable patches X-Git-Tag: v3.10.69~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57260611c720c99b29a1aae7c32b289126343650;p=thirdparty%2Fkernel%2Fstable-queue.git 3.14-stable patches added patches: crypto-crc32c-add-missing-crypto-module-alias.patch --- diff --git a/queue-3.14/crypto-crc32c-add-missing-crypto-module-alias.patch b/queue-3.14/crypto-crc32c-add-missing-crypto-module-alias.patch new file mode 100644 index 00000000000..f5ef5f114ed --- /dev/null +++ b/queue-3.14/crypto-crc32c-add-missing-crypto-module-alias.patch @@ -0,0 +1,34 @@ +From minipli@googlemail.com Tue Feb 10 08:32:26 2015 +From: Mathias Krause +Date: Tue, 10 Feb 2015 01:14:07 +0100 +Subject: crypto: crc32c - add missing crypto module alias +To: Greg Kroah-Hartman +Cc: Kees Cook , Philip Müller , Rob McCathie , Luis Henriques , Kamal Mostafa , Jiri Slaby , Mathias Krause +Message-ID: <1423527247-18942-1-git-send-email-minipli@googlemail.com> + +From: Mathias Krause + +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 +Reported-by: Philip Müller +Cc: Kees Cook +Cc: Rob McCathie +Cc: Luis Henriques +Cc: Kamal Mostafa +Cc: Jiri Slaby +Signed-off-by: Greg Kroah-Hartman + +--- + 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 "); + MODULE_DESCRIPTION("CRC32c (Castagnoli) calculations wrapper for lib/crc32c"); + MODULE_LICENSE("GPL"); ++MODULE_ALIAS_CRYPTO("crc32c"); diff --git a/queue-3.14/series b/queue-3.14/series index 8b34da0f317..32edab29572 100644 --- a/queue-3.14/series +++ b/queue-3.14/series @@ -18,3 +18,4 @@ asoc-sgtl5000-add-delay-before-first-i2c-access.patch alsa-ak411x-fix-stall-in-work-callback.patch smpboot-add-missing-get_online_cpus-in-smpboot_register_percpu_thread.patch x86-kvm-vmx-preserve-cr4-across-vm-entry.patch +crypto-crc32c-add-missing-crypto-module-alias.patch