diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-22 14:00:42 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-23 17:23:34 +0300 |
commit | 834810617edba87e43f7b58fa32800155eea9aef (patch) | |
tree | 5ad1ee7823c6b604ce6393b573b49ae6bf7f928d /target/linux/ipq806x | |
parent | 683350873e18f592124cb2cce771d5459d27b2bd (diff) | |
download | upstream-834810617edba87e43f7b58fa32800155eea9aef.tar.gz upstream-834810617edba87e43f7b58fa32800155eea9aef.tar.bz2 upstream-834810617edba87e43f7b58fa32800155eea9aef.zip |
kernel: bump 4.9 to 4.9.58
Refresh patches.
Compile-tested: ar71xx, octeon, x86/64.
Runtime-tested: octeon, x86/64.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-4.9/0067-generic-Mangle-bootloader-s-kernel-arguments.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/patches-4.9/0067-generic-Mangle-bootloader-s-kernel-arguments.patch b/target/linux/ipq806x/patches-4.9/0067-generic-Mangle-bootloader-s-kernel-arguments.patch index d34e08ff62..467ffbf220 100644 --- a/target/linux/ipq806x/patches-4.9/0067-generic-Mangle-bootloader-s-kernel-arguments.patch +++ b/target/linux/ipq806x/patches-4.9/0067-generic-Mangle-bootloader-s-kernel-arguments.patch @@ -157,7 +157,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> } --- a/init/main.c +++ b/init/main.c -@@ -88,6 +88,10 @@ +@@ -87,6 +87,10 @@ #include <asm/sections.h> #include <asm/cacheflush.h> @@ -168,7 +168,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> static int kernel_init(void *); extern void init_IRQ(void); -@@ -538,6 +542,18 @@ asmlinkage __visible void __init start_k +@@ -537,6 +541,18 @@ asmlinkage __visible void __init start_k page_alloc_init(); pr_notice("Kernel command line: %s\n", boot_command_line); |