The quilt patch titled Subject: mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node-v3 has been removed from the -mm tree. Its filename was mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node-v3.patch This patch was dropped because it was folded into mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node.patch ------------------------------------------------------ From: Donet Tom <donettom@xxxxxxxxxxxxx> Subject: mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node-v3 Date: Thu, 21 Mar 2024 06:29:50 -0500 add "* @vmf: structure describing the fault" comment for mpol_misplaced() to fix the warning. Link: https://lkml.kernel.org/r/d8b993ea9dccfac0bc3ed61d3a81f4ac5f376e46.1711002865.git.donettom@xxxxxxxxxxxxx Signed-off-by: Aneesh Kumar K.V (IBM) <aneesh.kumar@xxxxxxxxxx> Signed-off-by: Donet Tom <donettom@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mempolicy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/mempolicy.c~mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node-v3 +++ a/mm/mempolicy.c @@ -2718,7 +2718,7 @@ static void sp_free(struct sp_node *n) * mpol_misplaced - check whether current folio node is valid in policy * * @folio: folio to be checked - * @vma: vm area where folio mapped + * @vmf: structure describing the fault * @addr: virtual address in @vma for shared policy lookup and interleave policy * * Lookup current policy node id for vma,addr and "compare to" folio's _ Patches currently in -mm which might be from donettom@xxxxxxxxxxxxx are mm-mempolicy-use-numa_node_id-instead-of-cpu_to_node.patch mm-numa_balancing-allow-migrate-on-protnone-reference-with-mpol_preferred_many-policy.patch