Re: [PATCH v9 2/4] mm/slub: allow to set node and align in k[v]realloc

From: Vitaly Wool
Date: Tue Jul 01 2025 - 05:46:03 EST




> On Jul 1, 2025, at 1:41 AM, Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> On Mon, Jun 30, 2025 at 6:16 PM Vitaly Wool <vitaly.wool@xxxxxxxxxxx> wrote:
>>
>> Reimplement k[v]realloc_node() to be able to set node and
>> alignment should a user need to do so. In order to do that while
>> retaining the maximal backward compatibility, add
>> k[v]realloc_node_align() functions and redefine the rest of API
>> using these new ones.
>>
>> With that change we also provide the ability for the Rust part of
>> the kernel to set node and aligmnent in its K[v]xxx
>> [re]allocations.
>>
>> Signed-off-by: Vitaly Wool <vitaly.wool@xxxxxxxxxxx>
>
> The typo (slub) snuck back in.

Bummer. ;)

Thanks for pointing that out. I’ll fix it in the anniversary patchset, hopefully this will be the only thing to fix.

~Vitaly