From 9882a54c4848e2e282bca435c6aa0025d9fa37df Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 30 Aug 2021 00:46:33 +0200 Subject: kernel: bump 4.14 to 4.14.245 Compile-tested: ath79-generic Run-tested: ath79-generic Signed-off-by: David Bauer --- target/linux/generic/hack-4.14/220-gc_sections.patch | 4 ++-- target/linux/generic/hack-4.14/221-module_exports.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic') 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 /* * 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 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) \ 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 8faa3e752a..bf08819cb6 100644 --- a/target/linux/generic/hack-4.14/221-module_exports.patch +++ b/target/linux/generic/hack-4.14/221-module_exports.patch @@ -56,7 +56,7 @@ Signed-off-by: Felix Fietkau } \ \ /* __*init sections */ \ -@@ -804,6 +814,8 @@ +@@ -805,6 +815,8 @@ EXIT_TEXT \ EXIT_DATA \ EXIT_CALL \ -- cgit v1.2.3