aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-01-06 02:08:42 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-01-07 13:37:04 +0100
commit7f5a040359cf227bc54d2ef553d469f85ed413e2 (patch)
treec0d693d96a58dd0c7b41f829f72f27a30de5d3d1 /target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch
parentddedcb19e52909b9de851bcdad500656069046b5 (diff)
downloadupstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.tar.gz
upstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.tar.bz2
upstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.zip
kernel: update kernel 4.4 to version 4.4.110
This fixes: CVE-2017-5754 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch')
-rw-r--r--target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch b/target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch
index c34108ebad..ee56eb34eb 100644
--- a/target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch
+++ b/target/linux/apm821xx/patches-4.4/802-usb-xhci-force-msi-renesas-xhci.patch
@@ -13,8 +13,8 @@ produce a noisy warning.
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
-@@ -188,7 +188,7 @@ static void xhci_pci_quirks(struct devic
- }
+@@ -191,7 +191,7 @@ static void xhci_pci_quirks(struct devic
+ xhci->quirks |= XHCI_TRUST_TX_LENGTH;
if (pdev->vendor == PCI_VENDOR_ID_RENESAS &&
pdev->device == 0x0015)
- xhci->quirks |= XHCI_RESET_ON_RESUME;