[powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as module (Closes: #813640)

This commit is contained in:
Ben Hutchings 2016-02-06 20:15:55 +00:00
parent 455507d34b
commit 2e76aafc84
2 changed files with 12 additions and 0 deletions

2
debian/changelog vendored
View File

@ -132,6 +132,8 @@ linux (4.3.5-1) UNRELEASED; urgency=medium
* SCSI: fix crashes in sd and sr runtime PM (Closes: #801925)
* rt2x00: fix monitor mode regression (regression in 4.2)
* pipe: limit the per-user amount of pages allocated in pipes (CVE-2013-4312)
* [powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as
module (Closes: #813640)
[ Salvatore Bonaccorso ]
* netfilter: nf_nat_redirect: add missing NULL pointer check (CVE-2015-8787)

View File

@ -59,6 +59,16 @@ CONFIG_PATA_AMD=m
# CONFIG_MAC_FLOPPY is not set
CONFIG_BLK_DEV_RSXX=m
##
## file: drivers/crypto/Kconfig
##
CONFIG_CRYPTO_DEV_VMX=y
##
## file: drivers/crypto/vmx/Kconfig
##
CONFIG_CRYPTO_DEV_VMX_ENCRYPT=m
##
## file: drivers/gpu/drm/ast/Kconfig
##