Re: [PATCH] mm/vmalloc: allow to set node and align in vrealloc
From: Alice Ryhl
Date: Tue Jun 24 2025 - 08:26:41 EST
On Tue, Jun 24, 2025 at 1:15 PM Vitaly Wool <vitaly.wool@xxxxxxxxxxx> wrote:
>
>
>
> > On Jun 24, 2025, at 2:02 PM, Uladzislau Rezki <urezki@xxxxxxxxx> wrote:
> > Do we have users which require alignment and nid? I see that it is part
> > of kvrealloc() API only.
> >
>
> There’s a patch pending inclusion of this one which will be the user of this change. I was reluctant
> to combine these 2 in one series because the second one is on the Rust side, but it can be found
> here: https://github.com/vwool/linux-mm/pull/new/realloc-extend.
I think it is useful to include the immediate user in the same series
so we can see how it will be used.
Alice