From: Greg Kroah-Hartman Date: Tue, 10 Feb 2015 00:33:19 +0000 (+0800) Subject: 3.10-stable patches X-Git-Tag: v3.10.69~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed5c0dc8682ce5da1b0064b16c9c1d811c0e05b7;p=thirdparty%2Fkernel%2Fstable-queue.git 3.10-stable patches added patches: crypto-crc32c-add-missing-crypto-module-alias.patch --- diff --git a/queue-3.10/crypto-crc32c-add-missing-crypto-module-alias.patch b/queue-3.10/crypto-crc32c-add-missing-crypto-module-alias.patch new file mode 100644 index 00000000000..f5ef5f114ed --- /dev/null +++ b/queue-3.10/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.10/series b/queue-3.10/series index c54bb21e8d3..35aa983c523 100644 --- a/queue-3.10/series +++ b/queue-3.10/series @@ -15,3 +15,4 @@ alsa-ak411x-fix-stall-in-work-callback.patch smpboot-add-missing-get_online_cpus-in-smpboot_register_percpu_thread.patch kvm-vmx-handle-invvpid-vm-exit-gracefully.patch x86-kvm-vmx-preserve-cr4-across-vm-entry.patch +crypto-crc32c-add-missing-crypto-module-alias.patch