From 7dd822983b8728772e433c7718739b741c3d6de0 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Wed, 14 Oct 2020 13:14:57 +0200 Subject: 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 --- .../brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch') 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 --- 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)) { -- cgit v1.2.3