diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-28 00:19:49 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-28 00:27:50 +0300 |
commit | fde7688055405e64637595e8b1936e8eaec242f7 (patch) | |
tree | 3bbe6df89e8e8e2511057901416707f2fe5082a9 /target/linux | |
parent | c14cc531e5280d21a44a95b51719663248f835aa (diff) | |
download | upstream-fde7688055405e64637595e8b1936e8eaec242f7.tar.gz upstream-fde7688055405e64637595e8b1936e8eaec242f7.tar.bz2 upstream-fde7688055405e64637595e8b1936e8eaec242f7.zip |
kernel: update 4.9 to 4.9.52
Refresh patches.
Compile-tested on x86/64.
Runtime-tested on x86/64.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch b/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch index f3abf34a9f..8168a885b2 100644 --- a/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch +++ b/target/linux/generic/pending-4.9/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 -@@ -5909,7 +5909,7 @@ static void __ref alloc_node_mem_map(str +@@ -5921,7 +5921,7 @@ static void __ref alloc_node_mem_map(str mem_map = NODE_DATA(0)->node_mem_map; #if defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP) || defined(CONFIG_FLATMEM) if (page_to_pfn(mem_map) != pgdat->node_start_pfn) |