diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-14 12:14:24 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-14 13:33:40 +0200 |
commit | d503492857be14925ac3f48fc0c2964835b59ecb (patch) | |
tree | fd026d96fa0086d9332589b110be6288f0f54caf /target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch | |
parent | 14f372428a8dc4afd368d6ebcf3f36240f35f3b2 (diff) | |
download | upstream-d503492857be14925ac3f48fc0c2964835b59ecb.tar.gz upstream-d503492857be14925ac3f48fc0c2964835b59ecb.tar.bz2 upstream-d503492857be14925ac3f48fc0c2964835b59ecb.zip |
kernel: bump 4.19 to 4.19.123
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch b/target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch index ada81969b0..5cc53be0be 100644 --- a/target/linux/bcm27xx/patches-4.19/950-0029-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/bcm27xx/patches-4.19/950-0029-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 -@@ -8007,8 +8007,6 @@ int alloc_contig_range(unsigned long sta +@@ -8008,8 +8008,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |