diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-06 02:08:42 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-07 13:37:04 +0100 |
commit | 7f5a040359cf227bc54d2ef553d469f85ed413e2 (patch) | |
tree | c0d693d96a58dd0c7b41f829f72f27a30de5d3d1 /target/linux/ipq806x | |
parent | ddedcb19e52909b9de851bcdad500656069046b5 (diff) | |
download | upstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.tar.gz upstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.tar.bz2 upstream-7f5a040359cf227bc54d2ef553d469f85ed413e2.zip |
kernel: update kernel 4.4 to version 4.4.110
This fixes: CVE-2017-5754
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/patches-4.4/996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch b/target/linux/ipq806x/patches-4.4/996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch index be15ec4772..29f09f2323 100644 --- a/target/linux/ipq806x/patches-4.4/996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch +++ b/target/linux/ipq806x/patches-4.4/996-ATAG_DTB_COMPAT_CMDLINE_MANGLE.patch @@ -153,7 +153,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> } --- a/init/main.c +++ b/init/main.c -@@ -88,6 +88,10 @@ +@@ -89,6 +89,10 @@ #include <asm/sections.h> #include <asm/cacheflush.h> @@ -164,7 +164,7 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> static int kernel_init(void *); extern void init_IRQ(void); -@@ -560,6 +564,18 @@ asmlinkage __visible void __init start_k +@@ -562,6 +566,18 @@ asmlinkage __visible void __init start_k page_alloc_init(); pr_notice("Kernel command line: %s\n", boot_command_line); |