Re: [PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
From: Andrew Morton
Date: Sat May 23 2026 - 17:40:16 EST
On Sat, 23 May 2026 16:26:36 +0800 Wen Jiang <jiangwenxiaomi@xxxxxxxxx> wrote:
> On Sat, 23 May 2026 at 02:07, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > On Fri, 22 May 2026 13:31:40 +0800 Wen Jiang <jiangwenxiaomi@xxxxxxxxx> wrote:
> >
> > > This patchset accelerates ioremap, vmalloc, and vmap when the memory
> > > is physically fully or partially contiguous.
> >
> > Thanks. AI review asked a few things and might have found an existing
> > 32-bit bug in vmap():
> >
> > https://sashiko.dev/#/patchset/20260522053146.83209-1-jiangwenxiaomi@xxxxxxxxx
>
> Hi Andrew,
>
> I've gone through the Sashiko findings:
Great, thanks. I won't take any action at this time - let's see what
reviewers have to say.