Hi, I applied your patches to a fresh pull of torvalds/linux.git repo but was unable to build the kernel (on Alpha) with this patch applied.
I made the following changes in order to get it to build on Alpha: diff --git a/mm/pt_reclaim.c b/mm/pt_reclaim.c index 7e9455a18aae..6761b0c282bf 100644 --- a/mm/pt_reclaim.c +++ b/mm/pt_reclaim.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include <linux/hugetlb.h> -#include <asm-generic/tlb.h> #include <asm/pgalloc.h> +#include <asm/tlb.h> #include "internal.h" /Magnus
