diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-29 14:50:17 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-31 16:51:46 +0200 |
commit | 7228904092d9faddd9b17a3a9aa3aa41406fa890 (patch) | |
tree | 9a9e80b1b82161d0550f24f6c22d60ec5414903f /target/linux/ixp4xx | |
parent | 27df6215053ac6518f964b41db566c09e4861ec4 (diff) | |
download | upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.tar.gz upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.tar.bz2 upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.zip |
kernel: bump 4.9 to 4.9.186
Refreshed all patches.
Fixes:
- CVE-2019-3846
Compile-tested on: none
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch index ed3a40de9c..5f9f5a4b6e 100644 --- a/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch +++ b/target/linux/ixp4xx/patches-4.9/160-delayed_uart_io.patch @@ -105,7 +105,7 @@ case UPIO_AU: p->serial_out(p, offset, value); p->serial_in(p, UART_LCR); /* safe, no side-effects */ -@@ -2759,6 +2779,7 @@ static int serial8250_request_std_resour +@@ -2758,6 +2778,7 @@ static int serial8250_request_std_resour case UPIO_MEM32BE: case UPIO_MEM16: case UPIO_MEM: @@ -113,7 +113,7 @@ if (!port->mapbase) break; -@@ -2797,6 +2818,7 @@ static void serial8250_release_std_resou +@@ -2796,6 +2817,7 @@ static void serial8250_release_std_resou case UPIO_MEM32BE: case UPIO_MEM16: case UPIO_MEM: |