diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-15 11:32:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-18 20:25:06 +0200 |
commit | 060aa0021f688d455767b553cfe95e29b6559b7a (patch) | |
tree | 159034c8560900cbf6eedde93b4c6c64bbfc331c /target/linux/bcm27xx | |
parent | 32f8c6fdf8770568b40bc85687091de99713c1b3 (diff) | |
download | upstream-060aa0021f688d455767b553cfe95e29b6559b7a.tar.gz upstream-060aa0021f688d455767b553cfe95e29b6559b7a.tar.bz2 upstream-060aa0021f688d455767b553cfe95e29b6559b7a.zip |
kernel: bump 5.4 to 5.4.219
Merged upstream:
bcm53xx/patches-5.4/083-v6.0-clk-iproc-Do-not-rely-on-node-name-for-correct-PLL-s.patch
Compile-tested: x86/64
Run-tested: x86/64
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch b/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch index 95956dc1d2..9000b5c0ed 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0027-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0027-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 -@@ -8521,8 +8521,6 @@ int alloc_contig_range(unsigned long sta +@@ -8566,8 +8566,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |