aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.10
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-11-16 07:17:49 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-16 23:30:11 +0100
commit9e137bb10e2652dd1eb826e228d9842f872789f9 (patch)
tree070ad4aaae3bfd3d0542f908d2e40c3c09dd0fdf /target/linux/generic/hack-5.10
parent170f3d7b0a13d9dd28940f57f9dd09fa812f91f6 (diff)
downloadupstream-9e137bb10e2652dd1eb826e228d9842f872789f9.tar.gz
upstream-9e137bb10e2652dd1eb826e228d9842f872789f9.tar.bz2
upstream-9e137bb10e2652dd1eb826e228d9842f872789f9.zip
kernel: bump 5.10 to 5.10.155
All patches automatically rebased. Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r--target/linux/generic/hack-5.10/221-module_exports.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.10/221-module_exports.patch b/target/linux/generic/hack-5.10/221-module_exports.patch
index 11f473f09f..0b0cbfe66c 100644
--- a/target/linux/generic/hack-5.10/221-module_exports.patch
+++ b/target/linux/generic/hack-5.10/221-module_exports.patch
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
/* Align . to a 8 byte boundary equals to maximum function alignment. */
#define ALIGN_FUNCTION() . = ALIGN(8)
-@@ -473,14 +483,14 @@
+@@ -474,14 +484,14 @@
/* Kernel symbol table: Normal symbols */ \
__ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \
__start___ksymtab = .; \
@@ -47,7 +47,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
__stop___ksymtab_gpl = .; \
} \
\
-@@ -542,7 +552,7 @@
+@@ -543,7 +553,7 @@
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \