diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-21 15:09:00 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-24 14:19:16 +0100 |
commit | b6c9d2bab09068776b146962e23f1ce7f5f75f07 (patch) | |
tree | 9d981bdf6d64bc9ca509b5ab262ef93b23d762c1 /target/linux/generic/hack-4.19 | |
parent | f4bea1b6a378fef02001cb86eebe2e51fe1c5427 (diff) | |
download | upstream-b6c9d2bab09068776b146962e23f1ce7f5f75f07.tar.gz upstream-b6c9d2bab09068776b146962e23f1ce7f5f75f07.tar.bz2 upstream-b6c9d2bab09068776b146962e23f1ce7f5f75f07.zip |
kernel: bump 4.19 to 4.19.105
Refreshed all patches.
Fixes:
- CVE-2013-1798
- CVE-2019-3016
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.19')
-rw-r--r-- | target/linux/generic/hack-4.19/204-module_strip.patch | 4 | ||||
-rw-r--r-- | target/linux/generic/hack-4.19/902-debloat_proc.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.19/204-module_strip.patch b/target/linux/generic/hack-4.19/204-module_strip.patch index b9d7c886ae..41bb021e71 100644 --- a/target/linux/generic/hack-4.19/204-module_strip.patch +++ b/target/linux/generic/hack-4.19/204-module_strip.patch @@ -114,7 +114,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> config MODULES_TREE_LOOKUP --- a/kernel/module.c +++ b/kernel/module.c -@@ -3027,9 +3027,11 @@ static int setup_load_info(struct load_i +@@ -3029,9 +3029,11 @@ static int setup_load_info(struct load_i static int check_modinfo(struct module *mod, struct load_info *info, int flags) { @@ -127,7 +127,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> if (flags & MODULE_INIT_IGNORE_VERMAGIC) modmagic = NULL; -@@ -3050,6 +3052,7 @@ static int check_modinfo(struct module * +@@ -3052,6 +3054,7 @@ static int check_modinfo(struct module * mod->name); add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); } diff --git a/target/linux/generic/hack-4.19/902-debloat_proc.patch b/target/linux/generic/hack-4.19/902-debloat_proc.patch index 3ee7fdafd0..1442cee8bb 100644 --- a/target/linux/generic/hack-4.19/902-debloat_proc.patch +++ b/target/linux/generic/hack-4.19/902-debloat_proc.patch @@ -132,7 +132,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> do { \ --- a/ipc/msg.c +++ b/ipc/msg.c -@@ -1291,6 +1291,9 @@ void __init msg_init(void) +@@ -1292,6 +1292,9 @@ void __init msg_init(void) { msg_init_ns(&init_ipc_ns); |