aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2020-05-11 11:29:01 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2020-05-12 12:45:57 +0200
commit5faccaf0252b4130ecb50d369c4ed2ead907aa10 (patch)
tree50ad5a5d5189aa8f4d7127a3806d47765f4995bf /target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch
parent2a9c2c0721629f3e24f4c3d89a703edda6891f77 (diff)
downloadupstream-5faccaf0252b4130ecb50d369c4ed2ead907aa10.tar.gz
upstream-5faccaf0252b4130ecb50d369c4ed2ead907aa10.tar.bz2
upstream-5faccaf0252b4130ecb50d369c4ed2ead907aa10.zip
kernel: bump 4.9 to 4.9.223
Refreshed all patches. Fixes: - CVE-2020-12114 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch')
-rw-r--r--target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch b/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch
index b125e6a60e..7ae3bba264 100644
--- a/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch
+++ b/target/linux/brcm2708/patches-4.9/950-0031-Add-dwc_otg-driver.patch
@@ -696,7 +696,7 @@ Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
}
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
-@@ -5095,7 +5095,7 @@ static void port_event(struct usb_hub *h
+@@ -5109,7 +5109,7 @@ static void port_event(struct usb_hub *h
if (portchange & USB_PORT_STAT_C_OVERCURRENT) {
u16 status = 0, unused;
@@ -707,7 +707,7 @@ Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
msleep(100); /* Cool down */
--- a/drivers/usb/core/message.c
+++ b/drivers/usb/core/message.c
-@@ -1924,6 +1924,85 @@ free_interfaces:
+@@ -1931,6 +1931,85 @@ free_interfaces:
if (cp->string == NULL &&
!(dev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS))
cp->string = usb_cache_string(dev, cp->desc.iConfiguration);