On Wed, 29 Apr 2026 09:23:21 +0200 Manuel Ebner <[email protected]> wrote:

> Update Documentation/RCU/* to reflect new type-aware kmalloc-family
> as suggested in commit 2932ba8d9c99 ("slab: Introduce kmalloc_obj()
> and family")
> 
> ptr = kmalloc(sizeof(*ptr), gfp);
>  -> ptr = kmalloc_obj(*ptr);

Shouldn't 'gfp' parameter be kept?

> 
> Signed-off-by: Manuel Ebner <[email protected]>
> Acked-by: Paul E. McKenney <[email protected]>

Other than the above,

Acked-by: SeongJae Park <[email protected]>


Thanks,
SJ

[...]

Reply via email to