diff options
author | John Audia <graysky@archlinux.us> | 2020-10-14 07:54:05 -0400 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-10-15 17:46:54 +0200 |
commit | 0efec6a00879421b9516c9d32729dc232d8c5510 (patch) | |
tree | 6037efef0d778dfbf24e57cae8fb0331fbb4e482 /target/linux/bcm27xx/patches-5.4 | |
parent | 479d1154c4eb859e4412c41f221db0df071a09d0 (diff) | |
download | upstream-0efec6a00879421b9516c9d32729dc232d8c5510.tar.gz upstream-0efec6a00879421b9516c9d32729dc232d8c5510.tar.bz2 upstream-0efec6a00879421b9516c9d32729dc232d8c5510.zip |
kernel: bump 5.4 to 5.4.71
All modifications made by update_kernel.sh
Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711,
lantiq/Easybox 904 xDSL
Run-tested: ipq806x/R7800, lantiq/Easybox 904 xDSL
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
[add lantiq test reports]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4')
-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 508527359f..b8c9ed0c80 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 -@@ -8486,8 +8486,6 @@ int alloc_contig_range(unsigned long sta +@@ -8489,8 +8489,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |