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/brcm2708 | |
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/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.9/950-0028-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.9/950-0028-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch b/target/linux/brcm2708/patches-4.9/950-0028-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch index 28f337b0e3..8e7002436b 100644 --- a/target/linux/brcm2708/patches-4.9/950-0028-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch +++ b/target/linux/brcm2708/patches-4.9/950-0028-kbuild-Ignore-dtco-targets-when-filtering-symbols.patch @@ -9,7 +9,7 @@ Subject: [PATCH] kbuild: Ignore dtco targets when filtering symbols --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include -@@ -295,7 +295,7 @@ ksym_dep_filter = +@@ -296,7 +296,7 @@ ksym_dep_filter = $(CPP) $(call flags_nodeps,c_flags) -D__KSYM_DEPS__ $< ;; \ as_*_S|cpp_s_S) \ $(CPP) $(call flags_nodeps,a_flags) -D__KSYM_DEPS__ $< ;; \ |