aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mpi/mpicoder.c
diff options
context:
space:
mode:
authorTobias Regnery <[email protected]>2018-04-06 07:25:17 +0000
committerKees Cook <[email protected]>2018-04-06 22:45:33 +0000
commite698aaf37f9fac419ac6c1867137cce83c90c80b (patch)
tree90b83e1acb2f454b6c44e734001c81979cd6002d /lib/mpi/mpicoder.c
parentpstore: fix crypto dependencies (diff)
downloadkernel-e698aaf37f9fac419ac6c1867137cce83c90c80b.tar.gz
kernel-e698aaf37f9fac419ac6c1867137cce83c90c80b.zip
pstore: fix crypto dependencies without compression
Commit 58eb5b670747 ("pstore: fix crypto dependencies") fixed up the crypto dependencies but missed the case when no compression is selected. With CONFIG_PSTORE=y, CONFIG_PSTORE_COMPRESS=n and CONFIG_CRYPTO=m we see the following link error: fs/pstore/platform.o: In function `pstore_register': (.text+0x1b1): undefined reference to `crypto_has_alg' (.text+0x205): undefined reference to `crypto_alloc_base' fs/pstore/platform.o: In function `pstore_unregister': (.text+0x3b0): undefined reference to `crypto_destroy_tfm' Fix this by checking at compile-time if CONFIG_PSTORE_COMPRESS is enabled. Fixes: 58eb5b670747 ("pstore: fix crypto dependencies") Signed-off-by: Tobias Regnery <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions