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>