aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-11-16 07:19:10 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2022-11-16 23:30:11 +0100
commit170f3d7b0a13d9dd28940f57f9dd09fa812f91f6 (patch)
tree5facb8bf909dead10bd68d3ee022691d2b71a0cf /target/linux/generic/hack-5.15
parent49bbfd9968879f3aa6df07871703a2643254bf60 (diff)
downloadupstream-170f3d7b0a13d9dd28940f57f9dd09fa812f91f6.tar.gz
upstream-170f3d7b0a13d9dd28940f57f9dd09fa812f91f6.tar.bz2
upstream-170f3d7b0a13d9dd28940f57f9dd09fa812f91f6.zip
kernel: bump 5.15 to 5.15.79
All other patches automatically rebased Build system: x86_64 Build-tested: bcm2711/RPi4B, ramips/mt7621 Run-tested: bcm2711/RPi4B, ramips/mt7621 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15')
-rw-r--r--target/linux/generic/hack-5.15/221-module_exports.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.15/221-module_exports.patch b/target/linux/generic/hack-5.15/221-module_exports.patch
index af21a2db8b..405dc5f78c 100644
--- a/target/linux/generic/hack-5.15/221-module_exports.patch
+++ b/target/linux/generic/hack-5.15/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)
-@@ -484,14 +494,14 @@
+@@ -485,14 +495,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 = .; \
} \
\
-@@ -511,7 +521,7 @@
+@@ -512,7 +522,7 @@
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \