diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-05-24 10:08:19 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 16:03:58 +0200 |
commit | 2b7289cd3bb19812d91ae8ee1703eee8dcf2f748 (patch) | |
tree | 2e09314fc72f0f1fdf48598d7827ef412f914500 /target/linux/generic/hack-4.9 | |
parent | fdeba0e0efd5ce60baf1103d99f3c15a803e9ef8 (diff) | |
download | upstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.tar.gz upstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.tar.bz2 upstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.zip |
kernel: bump 4.9 to 4.9.102 for 18.06
Refreshed all patches
Added new ARM64 symbol: ARM64_ERRATUM_1024718
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/hack-4.9')
-rw-r--r-- | target/linux/generic/hack-4.9/220-gc_sections.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/hack-4.9/301-mips_image_cmdline_hack.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.9/220-gc_sections.patch b/target/linux/generic/hack-4.9/220-gc_sections.patch index 02e36b664e..40e4905db2 100644 --- a/target/linux/generic/hack-4.9/220-gc_sections.patch +++ b/target/linux/generic/hack-4.9/220-gc_sections.patch @@ -261,7 +261,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> #define TRACE_SYSCALLS() @@ -172,7 +172,7 @@ #ifdef CONFIG_SERIAL_EARLYCON - #define EARLYCON_TABLE() STRUCT_ALIGN(); \ + #define EARLYCON_TABLE() . = ALIGN(8); \ VMLINUX_SYMBOL(__earlycon_table) = .; \ - *(__earlycon_table) \ + KEEP(*(__earlycon_table)) \ diff --git a/target/linux/generic/hack-4.9/301-mips_image_cmdline_hack.patch b/target/linux/generic/hack-4.9/301-mips_image_cmdline_hack.patch index 7c3e38efcf..96ae77ba09 100644 --- a/target/linux/generic/hack-4.9/301-mips_image_cmdline_hack.patch +++ b/target/linux/generic/hack-4.9/301-mips_image_cmdline_hack.patch @@ -10,7 +10,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -1155,6 +1155,10 @@ config SYNC_R4K +@@ -1156,6 +1156,10 @@ config SYNC_R4K config MIPS_MACHINE def_bool n |