Re: [PATCH 0/3] Fix MA_STATE_PREALLOC issue

From: Liam R. Howlett
Date: Fri Jun 20 2025 - 14:21:54 EST


* Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> [250616 19:24]:
> On Mon, 16 Jun 2025 14:45:18 -0400 "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx> wrote:
>
> > Address the issue of reusing the same maple state for multiple
> > preallocations calls caused by MA_STATE_PREALLOC, and add a test for
> > this use case.
> >
> > Included is a change to the testing code to reduce false positives in
> > the rcu race testing on faster machines.
>
> I split this series into
>
> - a standalone fix for 6.16-rcX and -stable.
>
> - two standalone selftests patches for 6.17-rc1.
>
> Is that OK?


Yes, should be fine.

Thanks for checking.
Liam