From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 973132ED141 for ; Tue, 7 Apr 2026 09:56:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775555784; cv=none; b=YQVumPY17cDmmjZiBfsJgAgEIgd9RiXbd4RMpSAEgNJJJ0xlN2c3Qnu0nXPsoQum8RiprUlJQBM2BnBDK9iWloi0GWqb5gtzRNS+/WTfvmeYWCMW+La4Yp/RqeOkWRMaNs/9h5oX56y6I4Uh/bU8ahRhuzksV6gQ1odePwxUteI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775555784; c=relaxed/simple; bh=EBvDDpF12kcA81k6wUaXBwL7M//ctd5NjSBhylt38Qw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B9ytPjAKv7G4920jXqijym12EW0Kaqm426J0p+QLeASM0pIH/QUqbwiX9D8GMrZLZcesoW0s8FIfIXCvAhL3Co0tgSGKWNkpAVIhwKgNfu9S/ifBhcUw7v57lPn06LswgXf/cY/dzB1DF1eyizkWFctkE5abz22QrxvGlx6n4AI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hdhKKYt/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hdhKKYt/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBDFBC116C6; Tue, 7 Apr 2026 09:56:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775555784; bh=EBvDDpF12kcA81k6wUaXBwL7M//ctd5NjSBhylt38Qw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hdhKKYt/iaxpTvu2bv2rSZrhdMFmEU8UQi8YHN79ERKBXZknv79pb77GuX4nmraoz TZKXoJRaQQKyijGkz1O2EUWzwhmTORN58C4pD2W9kbmHk4O+0Da7L4LIDRu9uW4AFz rAI1izyYf5TYdyfjxvo5+BdbXt9zrmbpZRSywKkC+1C4JMYgn3yb4rPo5GGqf6gKht aIZL9iJXy0YlbzGy7i0jbT8ckbx8NOMQ24iLuTaLVIbKHPtWXa2XWbmBXRkzIAw5Lt glojNen8PXvY7O6x0dd9MDDefYTnz9/mSVq8bYxLcnZ5+XGRZVUpVf6mgoNl3k2nY9 2TEXM+ZrFuzjg== Date: Tue, 7 Apr 2026 10:56:19 +0100 From: "Lorenzo Stoakes (Oracle)" To: Julian Braha Cc: Andrew Morton , vbabka@kernel.org, hannes@cmpxchg.org, mhocko@suse.com, surenb@google.com, rppt@kernel.org, Liam.Howlett@oracle.com, david@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm/thp: dead code cleanup in Kconfig Message-ID: References: <20260331070730.33915-1-julianbraha@gmail.com> <20260331173744.925a6ee6fac299f86a07a7eb@linux-foundation.org> <3cf0c280-e5bd-4e5b-884e-6c734619b821@gmail.com> <20260405122749.4990dcb538d457769a3276e0@linux-foundation.org> Precedence: bulk X-Mailing-List: linux-kernel@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: On Mon, Apr 06, 2026 at 10:14:22PM +0100, Julian Braha wrote: > > Have you considered adding kconfirm to the tree? A top-level `make > kconfirm' should help move things along? +1 to this! > > Actually I would love to move the tool into the tree. I will clean up > the code a bit and create an RFC soon. Thanks :) > > Best regards, > Julian Braha Cheers, Lorenzo