[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d58a6475-15f2-4e7c-b384-146623ce55fc@linux.dev>
Date: Sat, 15 Nov 2025 17:06:51 +0800
From: Qi Zheng <qi.zheng@...ux.dev>
To: Magnus Lindholm <linmag7@...il.com>
Cc: will@...nel.org, aneesh.kumar@...nel.org, npiggin@...il.com,
peterz@...radead.org, dev.jain@....com, akpm@...ux-foundation.org,
david@...hat.com, ioworker0@...il.com, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
linux-alpha@...r.kernel.org, linux-snps-arc@...ts.infradead.org,
loongarch@...ts.linux.dev, linux-mips@...r.kernel.org,
linux-parisc@...r.kernel.org, linux-um@...ts.infradead.org,
Qi Zheng <zhengqi.arch@...edance.com>,
Richard Henderson <richard.henderson@...aro.org>,
Matt Turner <mattst88@...il.com>
Subject: Re: [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Hi Magnus,
On 11/15/25 3:13 AM, Magnus Lindholm wrote:
> 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:
Thanks! Will fix it in the next version.
>
> 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
Powered by blists - more mailing lists