aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-07-25 21:00:58 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-07-29 19:50:15 +0100
commitf2961c9c2be6873536fc68bed4bf2da6f3746c98 (patch)
tree01159b4f6dce23f55571704e5a2eb11c771ec5f6 /target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch
parenta57d7c29a40ae5b691deafcc267652b918159bc0 (diff)
downloadupstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.tar.gz
upstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.tar.bz2
upstream-f2961c9c2be6873536fc68bed4bf2da6f3746c98.zip
kernel: bump 5.10 to 5.10.53
No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch')
-rw-r--r--target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch b/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch
index 4375e727cf..cf3bbd1f0f 100644
--- a/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch
+++ b/target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch
@@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
-@@ -7027,7 +7027,7 @@ static void __ref alloc_node_mem_map(str
+@@ -7053,7 +7053,7 @@ static void __ref alloc_node_mem_map(str
if (pgdat == NODE_DATA(0)) {
mem_map = NODE_DATA(0)->node_mem_map;
if (page_to_pfn(mem_map) != pgdat->node_start_pfn)