diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-07 15:49:42 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-08 17:20:37 +0200 |
commit | 35e9edc3dfef7a05934a429895989e6d459bc3e5 (patch) | |
tree | e53646006133543e7921bab19736d1eda8265424 /target/linux/generic/hack-4.14/220-gc_sections.patch | |
parent | b18e3eae94bbde412ee577cc9cd0aa7fc2723dc6 (diff) | |
download | upstream-35e9edc3dfef7a05934a429895989e6d459bc3e5.tar.gz upstream-35e9edc3dfef7a05934a429895989e6d459bc3e5.tar.bz2 upstream-35e9edc3dfef7a05934a429895989e6d459bc3e5.zip |
kernel: Update kernel 4.14 to version 4.14.193
Compile and runtime tested on x86/64.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 b69d8a01d6..6a4475fc6e 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 -@@ -496,7 +497,7 @@ +@@ -497,7 +498,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 \ -@@ -603,7 +604,7 @@ +@@ -604,7 +605,7 @@ . = ALIGN(sbss_align); \ .sbss : AT(ADDR(.sbss) - LOAD_OFFSET) { \ *(.dynsbss) \ |