diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-06-30 15:24:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-17 13:22:28 +0200 |
commit | b607b06b91ed598d07f549874aa1f4f9a6240242 (patch) | |
tree | ebac12b9a000efc1490c22ed1414527b462fd1a2 /target/linux/generic/hack-5.10/204-module_strip.patch | |
parent | 2fe1b32156a2f28013c2807d1674dd1ced1a6fa1 (diff) | |
download | upstream-b607b06b91ed598d07f549874aa1f4f9a6240242.tar.gz upstream-b607b06b91ed598d07f549874aa1f4f9a6240242.tar.bz2 upstream-b607b06b91ed598d07f549874aa1f4f9a6240242.zip |
kernel: bump 5.10 to 5.10.47
No deleted or manually refreshed patches.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.10/204-module_strip.patch')
-rw-r--r-- | target/linux/generic/hack-5.10/204-module_strip.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.10/204-module_strip.patch b/target/linux/generic/hack-5.10/204-module_strip.patch index 3379c5f3d6..0a0606042f 100644 --- a/target/linux/generic/hack-5.10/204-module_strip.patch +++ b/target/linux/generic/hack-5.10/204-module_strip.patch @@ -104,7 +104,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> config MODULES_TREE_LOOKUP --- a/kernel/module.c +++ b/kernel/module.c -@@ -3243,9 +3243,11 @@ static int setup_load_info(struct load_i +@@ -3247,9 +3247,11 @@ static int setup_load_info(struct load_i static int check_modinfo(struct module *mod, struct load_info *info, int flags) { @@ -117,7 +117,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> if (flags & MODULE_INIT_IGNORE_VERMAGIC) modmagic = NULL; -@@ -3266,6 +3268,7 @@ static int check_modinfo(struct module * +@@ -3270,6 +3272,7 @@ static int check_modinfo(struct module * mod->name); add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); } |