diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-29 14:50:17 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-07-31 16:51:46 +0200 |
commit | 7228904092d9faddd9b17a3a9aa3aa41406fa890 (patch) | |
tree | 9a9e80b1b82161d0550f24f6c22d60ec5414903f /target/linux/generic/backport-4.9 | |
parent | 27df6215053ac6518f964b41db566c09e4861ec4 (diff) | |
download | upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.tar.gz upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.tar.bz2 upstream-7228904092d9faddd9b17a3a9aa3aa41406fa890.zip |
kernel: bump 4.9 to 4.9.186
Refreshed all patches.
Fixes:
- CVE-2019-3846
Compile-tested on: none
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/backport-4.9')
-rw-r--r-- | target/linux/generic/backport-4.9/012-kbuild-add-macro-for-controlling-warnings-to-linux-c.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-4.9/012-kbuild-add-macro-for-controlling-warnings-to-linux-c.patch b/target/linux/generic/backport-4.9/012-kbuild-add-macro-for-controlling-warnings-to-linux-c.patch index 4b22ca0e3f..dc0eaa7b7b 100644 --- a/target/linux/generic/backport-4.9/012-kbuild-add-macro-for-controlling-warnings-to-linux-c.patch +++ b/target/linux/generic/backport-4.9/012-kbuild-add-macro-for-controlling-warnings-to-linux-c.patch @@ -84,7 +84,7 @@ Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h -@@ -338,3 +338,30 @@ +@@ -351,3 +351,30 @@ #if GCC_VERSION >= 50100 #define COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW 1 #endif @@ -117,7 +117,7 @@ Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> + --- a/include/linux/compiler.h +++ b/include/linux/compiler.h -@@ -578,4 +578,23 @@ static __always_inline void __write_once +@@ -583,4 +583,23 @@ static __always_inline void __write_once # define __kprobes # define nokprobe_inline inline #endif |