diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-10-14 13:14:57 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-10-14 17:18:54 +0200 |
commit | 7dd822983b8728772e433c7718739b741c3d6de0 (patch) | |
tree | d26ea01078299c967e01d2284dde24eb7e44a3bf /target/linux/brcm2708 | |
parent | aee081e62ef8b79f7ea18eac3e66eddcfd03e00a (diff) | |
download | upstream-7dd822983b8728772e433c7718739b741c3d6de0.tar.gz upstream-7dd822983b8728772e433c7718739b741c3d6de0.tar.bz2 upstream-7dd822983b8728772e433c7718739b741c3d6de0.zip |
kernel: bump 4.14 to 4.14.201
Refreshed all patches.
Fixes:
- CVE-2020-14386
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch b/target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch index 21a3d50dfa..d91a7301d2 100644 --- a/target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch @@ -14,7 +14,7 @@ Signed-off-by: Eric Anholt <eric@anholt.net> --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -7626,8 +7626,6 @@ int alloc_contig_range(unsigned long sta +@@ -7629,8 +7629,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |