aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/204-module_strip.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2021-03-05 09:22:20 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2021-03-10 13:55:56 +0100
commit55e9d87754ee79c29e53868d01bd6974d16365c5 (patch)
tree6567b003f06f9c959b4e97201242623dd19de9cd /target/linux/generic/hack-4.14/204-module_strip.patch
parentc64742a96ea2f673cae1f33222368a11696b6a3d (diff)
downloadupstream-55e9d87754ee79c29e53868d01bd6974d16365c5.tar.gz
upstream-55e9d87754ee79c29e53868d01bd6974d16365c5.tar.bz2
upstream-55e9d87754ee79c29e53868d01bd6974d16365c5.zip
kernel: bump 4.14 to 4.14.223
Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/204-module_strip.patch')
-rw-r--r--target/linux/generic/hack-4.14/204-module_strip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.14/204-module_strip.patch b/target/linux/generic/hack-4.14/204-module_strip.patch
index 33b90a83fe..fe4ca47f16 100644
--- a/target/linux/generic/hack-4.14/204-module_strip.patch
+++ b/target/linux/generic/hack-4.14/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
-@@ -3022,9 +3022,11 @@ static struct module *setup_load_info(st
+@@ -3039,9 +3039,11 @@ static struct module *setup_load_info(st
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;
-@@ -3045,6 +3047,7 @@ static int check_modinfo(struct module *
+@@ -3062,6 +3064,7 @@ static int check_modinfo(struct module *
mod->name);
add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
}