diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-18 15:34:52 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-01-21 15:36:18 +0100 |
commit | d816c6cd31a275327858b611cf1a11c0aa3e4795 (patch) | |
tree | 8f3be7983c00a3c56b3d62a2167067a7c6bbf1c6 /target/linux/generic/hack-4.14/220-gc_sections.patch | |
parent | c21d59dc117ae10ffa3dc6930e39a224dd9440c1 (diff) | |
download | upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.tar.gz upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.tar.bz2 upstream-d816c6cd31a275327858b611cf1a11c0aa3e4795.zip |
kernel: bump 4.14 to 4.14.216
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.14/220-gc_sections.patch')
-rw-r--r-- | target/linux/generic/hack-4.14/220-gc_sections.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.14/220-gc_sections.patch b/target/linux/generic/hack-4.14/220-gc_sections.patch index 6a4475fc6e..fbf49aba90 100644 --- a/target/linux/generic/hack-4.14/220-gc_sections.patch +++ b/target/linux/generic/hack-4.14/220-gc_sections.patch @@ -238,7 +238,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> /* * Data section helpers -@@ -497,7 +498,7 @@ +@@ -500,7 +501,7 @@ #define ENTRY_TEXT \ ALIGN_FUNCTION(); \ VMLINUX_SYMBOL(__entry_text_start) = .; \ @@ -247,7 +247,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> VMLINUX_SYMBOL(__entry_text_end) = .; #define IRQENTRY_TEXT \ -@@ -604,7 +605,7 @@ +@@ -607,7 +608,7 @@ . = ALIGN(sbss_align); \ .sbss : AT(ADDR(.sbss) - LOAD_OFFSET) { \ *(.dynsbss) \ |