[linux] 01/09: crypto: Enable CRYPTO_USER, CRYPTO_USER_API_RNG as modules (Closes: #868291)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jul 17 00:38:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 81c2ab92a3bc04f67e65b525ed111638e618b436
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jul 16 22:09:02 2017 +0100

    crypto: Enable CRYPTO_USER, CRYPTO_USER_API_RNG as modules (Closes: #868291)
---
 debian/changelog     | 1 +
 debian/config/config | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d476739..3a495e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -267,6 +267,7 @@ linux (4.11.11-1) UNRELEASED; urgency=medium
   * media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
     (Closes: #868511)
   * [armhf] udeb: Add sunxi_wdt to kernel-image (Closes: #866130)
+  * crypto: Enable CRYPTO_USER, CRYPTO_USER_API_RNG as modules (Closes: #868291)
 
   [ Uwe Kleine-König ]
   * [arm64] enable FB_SIMPLE
diff --git a/debian/config/config b/debian/config/config
index d81eec8..cb4ac37 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -75,6 +75,7 @@ CONFIG_SYSTEM_TRUSTED_KEYS="debian/certs/benh at debian.org.cert.pem"
 CONFIG_CRYPTO=y
 CONFIG_CRYPTO_FIPS=y
 CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_USER=m
 # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
 CONFIG_CRYPTO_GF128MUL=m
 CONFIG_CRYPTO_NULL=m
@@ -145,6 +146,7 @@ CONFIG_CRYPTO_DRBG_MENU=m
 CONFIG_CRYPTO_JITTERENTROPY=m
 CONFIG_CRYPTO_USER_API_HASH=m
 CONFIG_CRYPTO_USER_API_SKCIPHER=m
+CONFIG_CRYPTO_USER_API_RNG=m
 CONFIG_CRYPTO_USER_API_AEAD=m
 
 ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list