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

2023-12-04 Thread Hyeonggon Yoo
On Mon, Nov 20, 2023 at 07:34:12PM +0100, 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

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

2023-11-23 Thread David Rientjes
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

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

2023-11-20 Thread Vlastimil Babka
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