diff --git a/debian/changelog b/debian/changelog index ed1b83164..24c588a62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/debian/config/kernelarch-powerpc/config-arch-64 b/debian/config/kernelarch-powerpc/config-arch-64 index 6389ceeb3..15fc2c09c 100644 --- a/debian/config/kernelarch-powerpc/config-arch-64 +++ b/debian/config/kernelarch-powerpc/config-arch-64 @@ -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 ##