diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 11:46:02 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-14 13:04:54 +0100 |
commit | 40e1450f59199ee3a0b7398cd4c3298d90df6591 (patch) | |
tree | f9ba244e3af7fbfc04f9eeea66d867834aab8bb4 /target/linux/mediatek/patches-4.14 | |
parent | 85f42a74d3fb745422b5338aa370ee414a632b32 (diff) | |
download | upstream-40e1450f59199ee3a0b7398cd4c3298d90df6591.tar.gz upstream-40e1450f59199ee3a0b7398cd4c3298d90df6591.tar.bz2 upstream-40e1450f59199ee3a0b7398cd4c3298d90df6591.zip |
kernel: bump 4.14 to 4.14.88
Refreshed all patches.
Altered patches:
- 180-usb-xhci-add-support-for-performing-fake-doorbell.patch
Fixes CVE:
- CVE-2018-14625
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek/patches-4.14')
-rw-r--r-- | target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch b/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch index d28993ae38..2a6f5f25d4 100644 --- a/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch +++ b/target/linux/mediatek/patches-4.14/0191-usb-xhci-allow-imod-interval-to-be-configurable.patch @@ -86,7 +86,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> if (!xhci->shared_hcd) { --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c -@@ -273,6 +273,9 @@ static int xhci_pci_setup(struct usb_hcd +@@ -277,6 +277,9 @@ static int xhci_pci_setup(struct usb_hcd if (!xhci->sbrn) pci_read_config_byte(pdev, XHCI_SBRN_OFFSET, &xhci->sbrn); |