diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-17 10:51:05 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-08-17 12:34:34 +0200 |
commit | 2d02a4f5bda4a5ff392286360ec7d1129bd77d25 (patch) | |
tree | c243a9231fd508b585c2711e8b691e8ca06d2988 /target/linux/generic/hack-4.9/210-darwin_scripts_include.patch | |
parent | d9564d79b8e91eed23c45afd2eb4a71a97c922eb (diff) | |
download | mtk-20170518-2d02a4f5bda4a5ff392286360ec7d1129bd77d25.zip mtk-20170518-2d02a4f5bda4a5ff392286360ec7d1129bd77d25.tar.gz mtk-20170518-2d02a4f5bda4a5ff392286360ec7d1129bd77d25.tar.bz2 |
kernel: update 4.9 to 4.9.44
Refresh patches.
Adapt 704-phy-no-genphy-soft-reset.patch.
Remove brcm2708/950-0005-mm-Remove-the-PFN-busy-warning.patch.
Compile-tested on brcm2708/bcm2708 and x86/64.
Runtime-tested on brcm2708/bcm2708 and x86/64.
Fixes the following vulnerabilities:
- CVE-2017-7533
- CVE-2017-1000111
- CVE-2017-1000112
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/generic/hack-4.9/210-darwin_scripts_include.patch')
-rw-r--r-- | target/linux/generic/hack-4.9/210-darwin_scripts_include.patch | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/target/linux/generic/hack-4.9/210-darwin_scripts_include.patch b/target/linux/generic/hack-4.9/210-darwin_scripts_include.patch index ac6e12f..bdf4114 100644 --- a/target/linux/generic/hack-4.9/210-darwin_scripts_include.patch +++ b/target/linux/generic/hack-4.9/210-darwin_scripts_include.patch @@ -13,11 +13,9 @@ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> 4 files changed, 3018 insertions(+) create mode 100644 scripts/mod/elf.h -diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile -index 90a091b6ae4d..f9620652e70a 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile -@@ -163,6 +163,9 @@ check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh +@@ -163,6 +163,9 @@ check-lxdialog := $(srctree)/$(src)/lxd # we really need to do so. (Do not call gcc as part of make mrproper) HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ -DLOCALE @@ -27,9 +25,6 @@ index 90a091b6ae4d..f9620652e70a 100644 # =========================================================================== # Shared Makefile for the various kconfig executables: -diff --git a/scripts/mod/elf.h b/scripts/mod/elf.h -new file mode 100644 -index 000000000000..036a176345eb --- /dev/null +++ b/scripts/mod/elf.h @@ -0,0 +1,3007 @@ @@ -3040,8 +3035,6 @@ index 000000000000..036a176345eb +#define R_TILEGX_NUM 130 + +#endif /* elf.h */ -diff --git a/scripts/mod/mk_elfconfig.c b/scripts/mod/mk_elfconfig.c -index a4fd71d71d65..5ec3740ebb3c 100644 --- a/scripts/mod/mk_elfconfig.c +++ b/scripts/mod/mk_elfconfig.c @@ -1,7 +1,11 @@ @@ -3056,8 +3049,6 @@ index a4fd71d71d65..5ec3740ebb3c 100644 int main(int argc, char **argv) -diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h -index 6a5e1515123b..237c50d2ec6c 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -7,7 +7,11 @@ @@ -3072,6 +3063,3 @@ index 6a5e1515123b..237c50d2ec6c 100644 #include "elfconfig.h" --- -2.11.0 - |