From bfee12cec638eed9b2197e3a12570a678839a1eb Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 21 Feb 2020 15:07:19 +0100 Subject: kernel: bump 4.9 to 4.9.214 Refreshed all patches. Fixes: - CVE-2013-1798 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- .../patches-4.9/817-usb-support-layerscape.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/layerscape') diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch index 4958c0b7fd..525170a9c8 100644 --- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch @@ -87,7 +87,7 @@ Signed-off-by: Yangbo Lu pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; if (pkt_len < ETH_ZLEN) break; -@@ -4519,6 +4524,7 @@ static struct usb_device_id rtl8152_tabl +@@ -4520,6 +4525,7 @@ static struct usb_device_id rtl8152_tabl {REALTEK_USB_DEVICE(VENDOR_ID_LENOVO, 0x304f)}, {REALTEK_USB_DEVICE(VENDOR_ID_LINKSYS, 0x0041)}, {REALTEK_USB_DEVICE(VENDOR_ID_NVIDIA, 0x09ff)}, @@ -315,8 +315,8 @@ Signed-off-by: Yangbo Lu /* Adjust Frame Length */ dwc3_frame_length_adjustment(dwc); -@@ -938,11 +1052,117 @@ static void dwc3_core_exit_mode(struct d - } +@@ -941,11 +1055,117 @@ static void dwc3_core_exit_mode(struct d + dwc3_set_mode(dwc, DWC3_GCTL_PRTCAP_DEVICE); } +static void dwc3_get_properties(struct dwc3 *dwc) @@ -433,7 +433,7 @@ Signed-off-by: Yangbo Lu struct resource *res; struct dwc3 *dwc; u8 lpm_nyet_threshold; -@@ -974,6 +1194,11 @@ static int dwc3_probe(struct platform_de +@@ -977,6 +1197,11 @@ static int dwc3_probe(struct platform_de dwc->xhci_resources[0].flags = res->flags; dwc->xhci_resources[0].name = res->name; @@ -445,7 +445,7 @@ Signed-off-by: Yangbo Lu res->start += DWC3_GLOBALS_REGS_START; /* -@@ -1016,6 +1241,12 @@ static int dwc3_probe(struct platform_de +@@ -1019,6 +1244,12 @@ static int dwc3_probe(struct platform_de dwc->usb3_lpm_capable = device_property_read_bool(dev, "snps,usb3_lpm_capable"); @@ -458,7 +458,7 @@ Signed-off-by: Yangbo Lu dwc->disable_scramble_quirk = device_property_read_bool(dev, "snps,disable_scramble_quirk"); dwc->u2exit_lfps_quirk = device_property_read_bool(dev, -@@ -1060,6 +1291,8 @@ static int dwc3_probe(struct platform_de +@@ -1063,6 +1294,8 @@ static int dwc3_probe(struct platform_de dwc->hird_threshold = hird_threshold | (dwc->is_utmi_l1_suspend << 4); @@ -467,7 +467,7 @@ Signed-off-by: Yangbo Lu platform_set_drvdata(pdev, dwc); dwc3_cache_hwparams(dwc); -@@ -1083,6 +1316,11 @@ static int dwc3_probe(struct platform_de +@@ -1086,6 +1319,11 @@ static int dwc3_probe(struct platform_de if (ret < 0) goto err1; -- cgit v1.2.3