From c5b10c828239ec045e94503c1c218fe06b295c44 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 20 Sep 2019 15:11:19 +0200 Subject: kernel: bump 4.19 to 4.19.74 Refreshed all patches. Fixes: - CVE-2019-15504 Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte --- target/linux/generic/hack-4.19/204-module_strip.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/hack-4.19/204-module_strip.patch') 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 2524307f45..b218e3b6a8 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 config MODULES_TREE_LOOKUP --- a/kernel/module.c +++ b/kernel/module.c -@@ -3016,9 +3016,11 @@ static int setup_load_info(struct load_i +@@ -3025,9 +3025,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 if (flags & MODULE_INIT_IGNORE_VERMAGIC) modmagic = NULL; -@@ -3039,6 +3041,7 @@ static int check_modinfo(struct module * +@@ -3048,6 +3050,7 @@ static int check_modinfo(struct module * mod->name); add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); } -- cgit v1.2.3