[Bionic][SRU][PATCH 4/4] UBUNTU: [Config] CONFIG_CRYPTO_CFB=m

Connor Kuehl connor.kuehl at canonical.com
Fri Aug 23 22:08:25 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1841264

Ubuntu commit "crypto: testmgr - add AES-CFB tests" added
some new tests to the Crypto test suite. However, these
tests have a dependency on the cfb module and it needs to
be included in order for the test suite to load this module
at runtime.

Signed-off-by: Connor Kuehl <connor.kuehl at canonical.com>
---
 debian.master/config/annotations          | 1 +
 debian.master/config/config.common.ubuntu | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index e8f17ff27e47..b39545925449 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -376,6 +376,7 @@ CONFIG_CRYPTO_CMAC                              policy<{'amd64': 'm', 'arm64': '
 CONFIG_CRYPTO_HMAC                              policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}>
 CONFIG_CRYPTO_XCBC                              policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}>
 CONFIG_CRYPTO_VMAC                              policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}>
+CONFIG_CRYPTO_CFB				 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> note<LP:#1841264>
 CONFIG_CRYPTO_CRC32C                            policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}>
 CONFIG_CRYPTO_CRC32C_INTEL                      policy<{'amd64': 'y', 'i386': 'y'}>
 CONFIG_CRYPTO_CRC32C_VPMSUM                     policy<{'ppc64el': 'm'}>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 67edc5e5eed5..fd422d4c6ca5 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -1801,6 +1801,7 @@ CONFIG_CRYPTO_CAST6_AVX_X86_64=m
 CONFIG_CRYPTO_CAST_COMMON=m
 CONFIG_CRYPTO_CBC=y
 CONFIG_CRYPTO_CCM=m
+CONFIG_CRYPTO_CFB=m
 CONFIG_CRYPTO_CHACHA20=m
 CONFIG_CRYPTO_CHACHA20POLY1305=m
 CONFIG_CRYPTO_CHACHA20_NEON=m
-- 
2.20.1




More information about the kernel-team mailing list