/[packages]/updates/6/kernel/current/PATCHES/patches/stable-crypto-chelsio-select-crypto_gf128mul.patch
ViewVC logotype

Contents of /updates/6/kernel/current/PATCHES/patches/stable-crypto-chelsio-select-crypto_gf128mul.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1190848 - (show annotations) (download)
Sat Jan 6 13:15:18 2018 UTC (6 years, 3 months ago) by tmb
File size: 1199 byte(s)
- update to 4.14.12
- add current -stable queue
- add BFQ performance updates from upstream
- enable PAGE_TABLE_ISOLATION on all x86_64 kernels
 (can be disabled at boot time with pti=off on kernel command line)
- iwlwifi: pcie: fix DMA memory mapping / unmapping
- update conflicts on microcode


1 From d042566d8c704e1ecec370300545d4a409222e39 Mon Sep 17 00:00:00 2001
2 From: Arnd Bergmann <arnd@arndb.de>
3 Date: Tue, 5 Dec 2017 11:10:26 +0100
4 Subject: crypto: chelsio - select CRYPTO_GF128MUL
5
6 From: Arnd Bergmann <arnd@arndb.de>
7
8 commit d042566d8c704e1ecec370300545d4a409222e39 upstream.
9
10 Without the gf128mul library support, we can run into a link
11 error:
12
13 drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak':
14 chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble'
15
16 This adds a Kconfig select statement for it, next to the ones we
17 already have.
18
19 Fixes: b8fd1f4170e7 ("crypto: chcr - Add ctr mode and process large sg entries for cipher")
20 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
21 Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
22 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23
24 ---
25 drivers/crypto/chelsio/Kconfig | 1 +
26 1 file changed, 1 insertion(+)
27
28 --- a/drivers/crypto/chelsio/Kconfig
29 +++ b/drivers/crypto/chelsio/Kconfig
30 @@ -5,6 +5,7 @@ config CRYPTO_DEV_CHELSIO
31 select CRYPTO_SHA256
32 select CRYPTO_SHA512
33 select CRYPTO_AUTHENC
34 + select CRYPTO_GF128MUL
35 ---help---
36 The Chelsio Crypto Co-processor driver for T6 adapters.
37

  ViewVC Help
Powered by ViewVC 1.1.30