diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-13 11:52:59 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-12-14 13:01:45 +0100 |
commit | fd918b413a0dfe933c61f4d52823fee4caebf0f6 (patch) | |
tree | 4600a43827915c126850c5f3b8b204909a9f0671 /target/linux/generic/hack-4.9 | |
parent | 2bc4af1770e17ecd58b0167c77b70e1a12d51f24 (diff) | |
download | upstream-fd918b413a0dfe933c61f4d52823fee4caebf0f6.tar.gz upstream-fd918b413a0dfe933c61f4d52823fee4caebf0f6.tar.bz2 upstream-fd918b413a0dfe933c61f4d52823fee4caebf0f6.zip |
kernel: bump 4.9 to 4.9.145
Refreshed all patches.
Fixes CVE:
- CVE-2018-14625
Compile-tested on: brcm2708
Runtime-tested on: brcm2708
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/hack-4.9')
-rw-r--r-- | target/linux/generic/hack-4.9/207-disable-modorder.patch | 4 | ||||
-rw-r--r-- | target/linux/generic/hack-4.9/220-gc_sections.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.9/207-disable-modorder.patch b/target/linux/generic/hack-4.9/207-disable-modorder.patch index 025a18bccd..5f7eb64bd2 100644 --- a/target/linux/generic/hack-4.9/207-disable-modorder.patch +++ b/target/linux/generic/hack-4.9/207-disable-modorder.patch @@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/Makefile +++ b/Makefile -@@ -1229,7 +1229,6 @@ all: modules +@@ -1231,7 +1231,6 @@ all: modules PHONY += modules modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) modules.builtin @@ -23,7 +23,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> @$(kecho) ' Building modules, stage 2.'; $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild -@@ -1259,7 +1258,6 @@ _modinst_: +@@ -1261,7 +1260,6 @@ _modinst_: rm -f $(MODLIB)/build ; \ ln -s $(CURDIR) $(MODLIB)/build ; \ fi 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) |