diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:11:19 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-09-20 15:51:49 +0200 |
commit | c5b10c828239ec045e94503c1c218fe06b295c44 (patch) | |
tree | e75e009fc77110b0361bcfecab77f99fa7eaff39 /target/linux/generic/hack-4.19 | |
parent | 0b18fca82f5a4009d611abe9f06a0c3160ded837 (diff) | |
download | upstream-c5b10c828239ec045e94503c1c218fe06b295c44.tar.gz upstream-c5b10c828239ec045e94503c1c218fe06b295c44.tar.bz2 upstream-c5b10c828239ec045e94503c1c218fe06b295c44.zip |
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 <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.19')
3 files changed, 4 insertions, 4 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 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 <nbd@nbd.name> 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 <nbd@nbd.name> 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); } diff --git a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch index 74adfa0c43..fc0761c3c0 100644 --- a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch @@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> EXPORT_SYMBOL(default_qdisc_ops); /* Main transmission queue. */ -@@ -1004,7 +1004,7 @@ static void attach_one_default_qdisc(str +@@ -1009,7 +1009,7 @@ static void attach_one_default_qdisc(str void *_unused) { struct Qdisc *qdisc; diff --git a/target/linux/generic/hack-4.19/662-remove_pfifo_fast.patch b/target/linux/generic/hack-4.19/662-remove_pfifo_fast.patch index 0009940cd1..d545cdf7ee 100644 --- a/target/linux/generic/hack-4.19/662-remove_pfifo_fast.patch +++ b/target/linux/generic/hack-4.19/662-remove_pfifo_fast.patch @@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/net/sched/sch_generic.c +++ b/net/sched/sch_generic.c -@@ -595,207 +595,6 @@ struct Qdisc_ops noqueue_qdisc_ops __rea +@@ -600,207 +600,6 @@ struct Qdisc_ops noqueue_qdisc_ops __rea .owner = THIS_MODULE, }; |