Re: [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h

2023-12-06 Thread Vlastimil Babka
On 12/6/23 10:31, Hyeonggon Yoo wrote: > On Mon, Nov 20, 2023 at 07:34:20PM +0100, Vlastimil Babka wrote: >> Remove the SLAB implementation. Update CREDITS. >> Also update and properly sort the SLOB entry there. >> >> RIP SLAB allocator (1996 - 2024) >> >> Reviewed-by: Kees Cook >> Signed-off-by

Re: [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h

2023-12-06 Thread Hyeonggon Yoo
On Mon, Nov 20, 2023 at 07:34:20PM +0100, Vlastimil Babka wrote: > Remove the SLAB implementation. Update CREDITS. > Also update and properly sort the SLOB entry there. > > RIP SLAB allocator (1996 - 2024) > > Reviewed-by: Kees Cook > Signed-off-by: Vlastimil Babka > --- > CREDITS

Re: [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h

2023-11-22 Thread Christoph Lameter
On Mon, 20 Nov 2023, Vlastimil Babka wrote: Remove the SLAB implementation. Update CREDITS. Also update and properly sort the SLOB entry there. RIP SLAB allocator (1996 - 2024) Reviewed-by: Kees Cook Signed-off-by: Vlastimil Babka Acked-by: Christoph Lameter