From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05FD6BA2D for ; Tue, 14 Nov 2023 04:34:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="nCjAYxdq" Received: from mail-pf1-x42b.google.com (mail-pf1-x42b.google.com [IPv6:2607:f8b0:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E291D49 for ; Mon, 13 Nov 2023 20:34:32 -0800 (PST) Received: by mail-pf1-x42b.google.com with SMTP id d2e1a72fcca58-6c320a821c4so4442804b3a.2 for ; Mon, 13 Nov 2023 20:34:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1699936472; x=1700541272; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=o11HARQxoCvg8Gx5zjjgZkRsPvVu73rMm7hpUxapQ0A=; b=nCjAYxdqkxTcu4IH1X2BoihM3eISHye9R89txlKCrNR1Z21wy+2EWieTDV8Lt7FRcc 8oDzGftIS6Xl+kf3lbraPK9h5hHKtFVG5zLOqK9qvFklCKwOR9twagX5h7dtuDQ4e+TH RHbCs7s5CBh9e8cJAp2tnrrOlRwc8lEfqZwBY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699936472; x=1700541272; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=o11HARQxoCvg8Gx5zjjgZkRsPvVu73rMm7hpUxapQ0A=; b=pQDC+TWWm+iLpb3gXtrUc127bict/VJ4B1MksX6lzKOlXPyWCGdBEkg4TvYrwVui2u 5ZNM4mWs89DfpHq9HvUNJ1qL/qJdXoCK+7v2dgGsKm/Jnc4XwG+wZe04qBm8aIZl3NYv 8XugPcLxAA4UTCQ40fs65vBiD7B8ZxubaFE+g/W/Xxh45Id0ObIQm3xfDj8pHrpBIjks kSlfdBxzr4D1KF+SsTzB7qfcWQmIbCJYrY6LUqfBJ9K3jn76p+xKtcli9fx+3HFHxCBd Z0DA+9rPgXPC0/gbwEzbwNMQd17KX59paN09kjowXr/Zp0wRjsE9rZX0SUuSt9IQiHi4 PFyw== X-Gm-Message-State: AOJu0YyI4vuvmtzKLRg7LKPJK9bmBIxGCj9xfSzMpC+Auli8h8+QORFx D/eFXVFGphwoj18/GNGoPw/qfQ== X-Google-Smtp-Source: AGHT+IGseueIFF+JmLoGhwnqLpZw2W4u0dwVJZMG/dnzFetGq2hz6yOEFr5CcVgcKPJNd+w2yidtYw== X-Received: by 2002:a05:6a20:729e:b0:186:7ac3:41c8 with SMTP id o30-20020a056a20729e00b001867ac341c8mr4469072pzk.56.1699936472009; Mon, 13 Nov 2023 20:34:32 -0800 (PST) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id a13-20020a170902b58d00b001c465bedaccsm4835731pls.83.2023.11.13.20.34.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Nov 2023 20:34:31 -0800 (PST) Date: Mon, 13 Nov 2023 20:34:31 -0800 From: Kees Cook To: Vlastimil Babka Cc: David Rientjes , Christoph Lameter , Pekka Enberg , Joonsoo Kim , Andrew Morton , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Roman Gushchin , linux-mm@kvack.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev, Andrey Ryabinin , Alexander Potapenko , Andrey Konovalov , Dmitry Vyukov , Vincenzo Frascino , Marco Elver , Johannes Weiner , Michal Hocko , Shakeel Butt , Muchun Song , kasan-dev@googlegroups.com, cgroups@vger.kernel.org, Mark Hemment Subject: Re: [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h Message-ID: <202311132032.1BB9A17@keescook> References: <20231113191340.17482-22-vbabka@suse.cz> <20231113191340.17482-30-vbabka@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; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231113191340.17482-30-vbabka@suse.cz> On Mon, Nov 13, 2023 at 08:13:49PM +0100, Vlastimil Babka wrote: > Remove the SLAB implementation. Update CREDITS (also sort the SLOB entry > properly). > > RIP SLAB allocator (1996 - 2024) /me does math on -rc schedule... Yeah, okay, next merge window likely opens Jan 1st. So, this will land in 2024. :) Reviewed-by: Kees Cook -- Kees Cook