diff options
author | John Audia <therealgraysky@proton.me> | 2022-08-03 14:32:51 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-14 21:06:52 +0200 |
commit | be29de706c3f467a21d972c2c71d0d7c16f2b0e2 (patch) | |
tree | 70934f2b22e3cf502515d1b81204d98d06108f0d /target/linux/bcm27xx | |
parent | 6c901ec97d73a7835c2bb7525e51cc3d3614f344 (diff) | |
download | upstream-be29de706c3f467a21d972c2c71d0d7c16f2b0e2.tar.gz upstream-be29de706c3f467a21d972c2c71d0d7c16f2b0e2.tar.bz2 upstream-be29de706c3f467a21d972c2c71d0d7c16f2b0e2.zip |
kernel: bump 5.10 to 5.10.135
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit ccff2fbaea50ae983a25483a40ae2dbaeeca5581)
Diffstat (limited to 'target/linux/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0028-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0028-mm-Remove-the-PFN-busy-warning.patch b/target/linux/bcm27xx/patches-5.10/950-0028-mm-Remove-the-PFN-busy-warning.patch index 3f320fd002..d2bb69c38c 100644 --- a/target/linux/bcm27xx/patches-5.10/950-0028-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/bcm27xx/patches-5.10/950-0028-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 -@@ -8603,8 +8603,6 @@ int alloc_contig_range(unsigned long sta +@@ -8607,8 +8607,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, 0)) { |