aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15/204-module_strip.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-09-07 06:55:41 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2023-09-08 21:24:48 +0200
commit58bb5e147ae50391c29c53890f47e3a5420bbfad (patch)
treeb258feb6411a0ed0359ddfd083d1858aae4a293c /target/linux/generic/hack-5.15/204-module_strip.patch
parentc94383de018c561355c5e239524fbefca4aee3aa (diff)
downloadupstream-58bb5e147ae50391c29c53890f47e3a5420bbfad.tar.gz
upstream-58bb5e147ae50391c29c53890f47e3a5420bbfad.tar.bz2
upstream-58bb5e147ae50391c29c53890f47e3a5420bbfad.zip
kernel: bump 5.15 to 5.15.131
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.131 All patches automatically rebased. Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15/204-module_strip.patch')
-rw-r--r--target/linux/generic/hack-5.15/204-module_strip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.15/204-module_strip.patch b/target/linux/generic/hack-5.15/204-module_strip.patch
index 31bfe07c78c..e650c1b1847 100644
--- a/target/linux/generic/hack-5.15/204-module_strip.patch
+++ b/target/linux/generic/hack-5.15/204-module_strip.patch
@@ -120,7 +120,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#ifdef CONFIG_MODVERSIONS
-@@ -3266,9 +3268,11 @@ static int setup_load_info(struct load_i
+@@ -3274,9 +3276,11 @@ static int setup_load_info(struct load_i
static int check_modinfo(struct module *mod, struct load_info *info, int flags)
{
@@ -133,7 +133,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
if (flags & MODULE_INIT_IGNORE_VERMAGIC)
modmagic = NULL;
-@@ -3289,6 +3293,7 @@ static int check_modinfo(struct module *
+@@ -3297,6 +3301,7 @@ static int check_modinfo(struct module *
mod->name);
add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
}