summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.9/221-module_exports.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-09-03 09:34:10 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-09-03 22:06:28 +0300
commit046618f5da1c94f085de8504fcfc26ee858ddde4 (patch)
treec6395dd03fff70ea89459bdf6d096167dab380d0 /target/linux/generic/hack-4.9/221-module_exports.patch
parentef255fc57ece1415b2a81346dde7d8ee3a32dee7 (diff)
downloadopenwrt-046618f5da1c94f085de8504fcfc26ee858ddde4.tar.gz
openwrt-046618f5da1c94f085de8504fcfc26ee858ddde4.tar.bz2
openwrt-046618f5da1c94f085de8504fcfc26ee858ddde4.zip
kernel: update 4.9 to 4.9.47
Refresh patches. Compile-tested on ramips/mt7621 and x86/64. Runtime-tested on ramips/mt7621 and x86/64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/hack-4.9/221-module_exports.patch')
-rw-r--r--target/linux/generic/hack-4.9/221-module_exports.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.9/221-module_exports.patch b/target/linux/generic/hack-4.9/221-module_exports.patch
index 016cb62a4c..fddf57b47c 100644
--- a/target/linux/generic/hack-4.9/221-module_exports.patch
+++ b/target/linux/generic/hack-4.9/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. */
-@@ -329,14 +339,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) = .; \
} \
\
-@@ -398,7 +408,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 */ \
-@@ -749,6 +759,8 @@
+@@ -763,6 +773,8 @@
EXIT_TEXT \
EXIT_DATA \
EXIT_CALL \