From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from gentwo.org (gentwo.org [IPv6:2a02:4780:10:3cd9::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAB1A92; Wed, 22 Nov 2023 12:07:10 -0800 (PST) Received: by gentwo.org (Postfix, from userid 1003) id 4D98A48F4A; Wed, 22 Nov 2023 12:07:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by gentwo.org (Postfix) with ESMTP id 4D06148F41; Wed, 22 Nov 2023 12:07:10 -0800 (PST) Date: Wed, 22 Nov 2023 12:07:10 -0800 (PST) From: Christoph Lameter To: Vlastimil Babka cc: David Rientjes , Pekka Enberg , Joonsoo Kim , Andrew Morton , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Roman Gushchin , Andrey Ryabinin , Alexander Potapenko , Andrey Konovalov , Dmitry Vyukov , Vincenzo Frascino , Marco Elver , Johannes Weiner , Michal Hocko , Shakeel Butt , Muchun Song , Kees Cook , linux-mm@kvack.org, linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, cgroups@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v2 09/21] mm/slab: remove mm/slab.c and slab_def.h In-Reply-To: <20231120-slab-remove-slab-v2-9-9c9c70177183@suse.cz> Message-ID: References: <20231120-slab-remove-slab-v2-0-9c9c70177183@suse.cz> <20231120-slab-remove-slab-v2-9-9c9c70177183@suse.cz> Precedence: bulk X-Mailing-List: cgroups@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII 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