android_kernel_samsung_msm8976/arch/powerpc
Mathias Krause a659ea97f7 crypto: add missing crypto module aliases
commit 3e14dcf7cb80b34a1f38b55bc96f02d23fdaaaaf upstream.

Commit 5d26a105b5a7 ("crypto: prefix module autoloading with "crypto-"")
changed the automatic module loading when requesting crypto algorithms
to prefix all module requests with "crypto-". This requires all crypto
modules to have a crypto specific module alias even if their file name
would otherwise match the requested crypto algorithm.

Even though commit 5d26a105b5a7 added those aliases for a vast amount of
modules, it was missing a few. Add the required MODULE_ALIAS_CRYPTO
annotations to those files to make them get loaded automatically, again.
This fixes, e.g., requesting 'ecb(blowfish-generic)', which used to work
with kernels v3.18 and below.

Also change MODULE_ALIAS() lines to MODULE_ALIAS_CRYPTO(). The former
won't work for crypto modules any more.

Fixes: 5d26a105b5a7 ("crypto: prefix module autoloading with "crypto-"")
Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-01-29 17:40:57 -08:00
..
boot MMC highlights for 3.10: 2013-05-04 13:45:17 -07:00
configs USB: remove remaining instances of USB_SUSPEND 2013-05-15 13:44:44 -04:00
crypto crypto: add missing crypto module aliases 2015-01-29 17:40:57 -08:00
include powerpc/perf: Fix ABIv2 kernel backtraces 2014-10-05 14:54:14 -07:00
kernel powerpc: 32 bit getcpu VDSO function uses 64 bit instructions 2014-12-16 09:09:43 -08:00
kvm KVM: PPC: e500: Fix bad address type in deliver_tlb_misss() 2014-02-06 11:08:17 -08:00
lib powerpc: fix typo 'CONFIG_PPC_CPU' 2014-07-06 18:54:15 -07:00
math-emu
mm arch: mm: pass userspace fault flag to generic fault handler 2014-11-21 09:22:56 -08:00
net bpf: do not use reciprocal divide 2014-02-06 11:08:16 -08:00
oprofile Merge branch 'merge' into next 2013-01-29 11:33:37 +11:00
perf powerpc/perf: Fix ABIv2 kernel backtraces 2014-10-05 14:54:14 -07:00
platforms powerpc/powernv: Honor the generic "no_64bit_msi" flag 2014-12-06 15:05:49 -08:00
sysdev powerpc/pci: Fix boot panic on mpc83xx (regression) 2013-06-24 16:54:09 -05:00
xmon powerpc/pseries: Fix endiannes issue in RTAS call from xmon 2014-12-06 15:05:47 -08:00
Kconfig locking/mutex: Disable optimistic spinning on some architectures 2014-07-28 08:00:07 -07:00
Kconfig.debug powerpc: Add an in memory udbg console 2013-05-08 06:36:49 +10:00
Makefile powerpc: Fix 64 bit builds with binutils 2.24 2014-06-07 13:25:40 -07:00
relocs_check.pl