From f6ab8262195c809bc282c53e64f825e71a268a52 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 25 Apr 2017 22:20:09 +0100 Subject: [PATCH] PCI: Enable PCIE_PTM (except on armel/marvell) --- debian/changelog | 1 + debian/config/armel/config.marvell | 1 + debian/config/config | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 489a85486..fbe2b30c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -332,6 +332,7 @@ linux (4.9.24-1) UNRELEASED; urgency=medium (CVE-2016-9604) * KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings (CVE-2017-7472) + * PCI: Enable PCIE_PTM (except on armel/marvell) [ Salvatore Bonaccorso ] * ping: implement proper locking (CVE-2017-2671) diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index 0dec457ee..e28bb1ae7 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -500,6 +500,7 @@ CONFIG_PCI_MVEBU=y ## file: drivers/pci/pcie/Kconfig ## # CONFIG_PCIE_DPC is not set +# CONFIG_PCIE_PTM is not set ## ## file: drivers/pcmcia/Kconfig diff --git a/debian/config/config b/debian/config/config index 9fd68b503..36b975f3f 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3742,6 +3742,7 @@ CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set CONFIG_PCIE_DPC=y +CONFIG_PCIE_PTM=y ## ## file: drivers/pci/pcie/aer/Kconfig