aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.9/220-gc_sections.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-12-13 11:43:25 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-12-14 13:04:54 +0100
commit85f42a74d3fb745422b5338aa370ee414a632b32 (patch)
tree390f60952ebd125cd972a0432c4e53d16e293749 /target/linux/generic/hack-4.9/220-gc_sections.patch
parent6f74e269c86c7aaec44edb5de0e122bebf54c71f (diff)
downloadupstream-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/hack-4.9/220-gc_sections.patch')
-rw-r--r--target/linux/generic/hack-4.9/220-gc_sections.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.9/220-gc_sections.patch b/target/linux/generic/hack-4.9/220-gc_sections.patch
index ea80509035..e326412d0e 100644
--- a/target/linux/generic/hack-4.9/220-gc_sections.patch
+++ b/target/linux/generic/hack-4.9/220-gc_sections.patch
@@ -33,7 +33,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
-@@ -671,11 +676,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni
+@@ -673,11 +678,6 @@ KBUILD_CFLAGS += $(call cc-disable-warni
KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context)
KBUILD_CFLAGS += $(call cc-disable-warning, attribute-alias)