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/generic | |
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/generic')
-rw-r--r-- | target/linux/generic/pending-5.10/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-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 0d1d3e1137..f788deabac 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 -@@ -7055,7 +7055,7 @@ static void __ref alloc_node_mem_map(str +@@ -7059,7 +7059,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) |