Re: [PATCH v2 01/21] mm/slab, docs: switch mm-api docs generation from slab.c to slub.c

From: David Rientjes
Date: Thu Nov 23 2023 - 19:46:20 EST


On Mon, 20 Nov 2023, Vlastimil Babka wrote:

> The SLAB implementation is going to be removed, and mm-api.rst currently
> uses mm/slab.c to obtain kerneldocs for some API functions. Switch it to
> mm/slub.c and move the relevant kerneldocs of exported functions from
> one to the other. The rest of kerneldocs in slab.c is for static SLAB
> implementation-specific functions that don't have counterparts in slub.c
> and thus can be simply removed with the implementation.
>
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>

This is new to v2 so I didn't technically get to test it. But no testing
required on this one :)

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>