From acc71539d49e2410829e209aef414c3ed453fb27 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 4 Jan 2017 00:31:27 +0000 Subject: [PATCH] tcp: Enable TCP_CONG_NV as module --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index aac6df5e6..0d7c184f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ linux (4.8.15-2) UNRELEASED; urgency=medium * PCI: Enable PCIE_DPC (except for armel/versatile) * [amd64] PCI: Enable PCI_HYPERV as module * inet: Enable INET_DIAG_DESTROY + * tcp: Enable TCP_CONG_NV as module [ Salvatore Bonaccorso ] * sg_write()/bsg_write() is not fit to be called under KERNEL_DS diff --git a/debian/config/config b/debian/config/config index 675b02d40..64edd9149 100644 --- a/debian/config/config +++ b/debian/config/config @@ -6130,6 +6130,7 @@ CONFIG_TCP_CONG_HTCP=m CONFIG_TCP_CONG_HSTCP=m CONFIG_TCP_CONG_HYBLA=m CONFIG_TCP_CONG_VEGAS=m +CONFIG_TCP_CONG_NV=m CONFIG_TCP_CONG_SCALABLE=m CONFIG_TCP_CONG_LP=m CONFIG_TCP_CONG_VENO=m