diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-30 00:46:33 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-09-02 22:30:34 +0200 |
commit | 9882a54c4848e2e282bca435c6aa0025d9fa37df (patch) | |
tree | 1e63739fe557fa4a137d261397e30bcb17f1c6b2 /target/linux/generic/hack-4.14/220-gc_sections.patch | |
parent | fdea0036a210427477b6cc1de7cee036e18aff39 (diff) | |
download | upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.tar.gz upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.tar.bz2 upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.zip |
kernel: bump 4.14 to 4.14.245
Compile-tested: ath79-generic
Run-tested: ath79-generic
Signed-off-by: David Bauer <mail@david-bauer.net>
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 c91c25dab1..db6564ed7a 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 -@@ -500,7 +501,7 @@ +@@ -501,7 +502,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 \ -@@ -607,7 +608,7 @@ +@@ -608,7 +609,7 @@ . = ALIGN(sbss_align); \ .sbss : AT(ADDR(.sbss) - LOAD_OFFSET) { \ *(.dynsbss) \ |