diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 11:43:25 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-14 13:04:54 +0100 |
commit | 85f42a74d3fb745422b5338aa370ee414a632b32 (patch) | |
tree | 390f60952ebd125cd972a0432c4e53d16e293749 /target/linux/generic/pending-4.9/201-extra_optimization.patch | |
parent | 6f74e269c86c7aaec44edb5de0e122bebf54c71f (diff) | |
download | upstream-85f42a74d3fb745422b5338aa370ee414a632b32.tar.gz upstream-85f42a74d3fb745422b5338aa370ee414a632b32.tar.bz2 upstream-85f42a74d3fb745422b5338aa370ee414a632b32.zip |
kernel: bump 4.9 to 4.9.145
Refreshed all patches.
Fixes CVE:
- CVE-2018-14625
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.9/201-extra_optimization.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/201-extra_optimization.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/201-extra_optimization.patch b/target/linux/generic/pending-4.9/201-extra_optimization.patch index 6cc23a261c..7a9d131995 100644 --- a/target/linux/generic/pending-4.9/201-extra_optimization.patch +++ b/target/linux/generic/pending-4.9/201-extra_optimization.patch @@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/Makefile +++ b/Makefile -@@ -678,12 +678,12 @@ endif +@@ -680,12 +680,12 @@ endif ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE KBUILD_CFLAGS += $(call cc-option,-Oz,-Os) |