[linux] 01/01: usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed hubs

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jan 28 18:54:42 UTC 2018


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

benh pushed a commit to branch sid
in repository linux.

commit f01c4e1f91b0d0ac9993a72cc5b035ac7f1f05d5
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jan 28 18:53:45 2018 +0000

    usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed hubs
    
    Closes: #878866
    
    The limits in Kconfig are simply wrong.
---
 debian/changelog                    | 2 ++
 debian/config/kernelarch-x86/config | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b3c7fdd..829967e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -205,6 +205,8 @@ linux (4.14.15-1) UNRELEASED; urgency=medium
 
   [ Ben Hutchings ]
   * bpf: Avoid ABI change in 4.14.14
+  * usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed
+    hubs (Closes: #878866)
 
   [ Riku Voipio ]
   * [arm64] build in reset drivers
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 94215d3..ad810bc 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -1728,7 +1728,7 @@ CONFIG_USB_SL811_CS=m
 ##
 CONFIG_USBIP_CORE=m
 CONFIG_USBIP_VHCI_HCD=m
-CONFIG_USBIP_VHCI_HC_PORTS=31
+CONFIG_USBIP_VHCI_HC_PORTS=15
 CONFIG_USBIP_VHCI_NR_HCS=8
 CONFIG_USBIP_HOST=m
 # CONFIG_USBIP_DEBUG is not set

-- 
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