aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14/221-module_exports.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-07-31 22:40:30 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-11 00:12:50 +0200
commit148d59c67edd550cf130f96844f63637707b99d5 (patch)
tree1f8582fed5b9f009c9b7c45991b89b1b2511b556 /target/linux/generic/hack-4.14/221-module_exports.patch
parent7db09853a83b2feaf2604e4fcc074100be377280 (diff)
downloadupstream-148d59c67edd550cf130f96844f63637707b99d5.tar.gz
upstream-148d59c67edd550cf130f96844f63637707b99d5.tar.bz2
upstream-148d59c67edd550cf130f96844f63637707b99d5.zip
kernel: update kernel 4.14 to version 4.14.193
Compile and runtime tested on lantiq/xrx200 and ipq40xx. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/hack-4.14/221-module_exports.patch')
-rw-r--r--target/linux/generic/hack-4.14/221-module_exports.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.14/221-module_exports.patch b/target/linux/generic/hack-4.14/221-module_exports.patch
index 250bf1180f..003175c223 100644
--- a/target/linux/generic/hack-4.14/221-module_exports.patch
+++ b/target/linux/generic/hack-4.14/221-module_exports.patch
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#include <linux/export.h>
/* Align . to a 8 byte boundary equals to maximum function alignment. */
-@@ -341,14 +351,14 @@
+@@ -342,14 +352,14 @@
/* Kernel symbol table: Normal symbols */ \
__ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \
VMLINUX_SYMBOL(__start___ksymtab) = .; \
@@ -47,7 +47,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
VMLINUX_SYMBOL(__stop___ksymtab_gpl) = .; \
} \
\
-@@ -410,7 +420,7 @@
+@@ -411,7 +421,7 @@
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \
@@ -56,7 +56,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
} \
\
/* __*init sections */ \
-@@ -793,6 +803,8 @@
+@@ -796,6 +806,8 @@
EXIT_TEXT \
EXIT_DATA \
EXIT_CALL \