On Fri, Mar 10, 2023 at 11:32:08AM +0100, Vlastimil Babka wrote: > Remove the SLOB implementation. > > RIP SLOB allocator (2006 - 2023) > > Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Goodbye to SLOB. Acked-by: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx> > --- > mm/slob.c | 757 ------------------------------------------------------ > 1 file changed, 757 deletions(-) > delete mode 100644 mm/slob.c > > diff --git a/mm/slob.c b/mm/slob.c > deleted file mode 100644 > index fe567fcfa3a3..000000000000 > --- a/mm/slob.c > +++ /dev/null