From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49D29C43219 for ; Tue, 8 Nov 2022 19:17:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229817AbiKHTRU (ORCPT ); Tue, 8 Nov 2022 14:17:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiKHTRS (ORCPT ); Tue, 8 Nov 2022 14:17:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6048E657DC for ; Tue, 8 Nov 2022 11:17:18 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EE18C61759 for ; Tue, 8 Nov 2022 19:17:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D84D8C433C1; Tue, 8 Nov 2022 19:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1667935037; bh=IOGGBG2KKU3FgHyMTtoLjrv0y/3JSmrgNo/jR8VNoqY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=njxm4tQJDF9sxeyCUusNykHkXINE3VijYzT8u/lswfoqQ1ncwv9IdWUrmoC4uAI/4 4X9Onrxtt0Zpfj/5SZ61MDCjHqs8UcvN3zWlQfTahUIn4kq+b8A4kTZ4IMMu+Yl5BD VNN+Bg/562YoTL8ISkZSAerLANt0e3l30LewGPP0= Date: Tue, 8 Nov 2022 11:17:16 -0800 From: Andrew Morton To: Christophe Leroy Cc: Vlastimil Babka , Christoph Lameter , David Rientjes , Joonsoo Kim , Pekka Enberg , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Matthew Wilcox , Roman Gushchin , Linus Torvalds , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Catalin Marinas , Rustam Kovhaev Subject: Re: Deprecating and removing SLOB Message-Id: <20221108111716.4b8c9246152c2addc2329a8f@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Nov 2022 18:18:46 +0000 Christophe Leroy wrote: > Mark them as dependent on CONFIG_BROKEN ? For SLOB at least, yes. Leave it a couple of cycles and unless someone comes out with a really really really good reason for retaining, away it goes.