diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-17 13:24:31 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-18 11:38:58 +0200 |
commit | de5105febe49e16f8d1aafc35bd10121020503b4 (patch) | |
tree | f746c1c71a7f22c0e980320d4844ca8020cdce79 /target/linux/brcm2708/patches-4.14 | |
parent | bec8fb1ee7188bfe7eff0f39e060039623e2575e (diff) | |
download | upstream-de5105febe49e16f8d1aafc35bd10121020503b4.tar.gz upstream-de5105febe49e16f8d1aafc35bd10121020503b4.tar.bz2 upstream-de5105febe49e16f8d1aafc35bd10121020503b4.zip |
kernel: bump 4.14 to 4.14.126
Refreshed all patches.
Altered patches:
- 220-optimize_inlining.patch
- 816-pcie-support-layerscape.patch
This patch also restores the initial implementation
of the ath79 perfcount IRQ issue. (78ee6b1a40b5)
It was wrongfully backported upstream initially and got reverted now.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0034-mm-Remove-the-PFN-busy-warning.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 98b6f01747..e564924a7d 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 <eric@anholt.net> --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -7618,8 +7618,6 @@ int alloc_contig_range(unsigned long sta +@@ -7620,8 +7620,6 @@ int alloc_contig_range(unsigned long sta /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, false)) { |