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 B2B9128AB0B for ; Sun, 5 Apr 2026 19:27:50 +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=1775417270; cv=none; b=EfDPY/l548KqmCJ7ypr2CbsP8VVFXbmlFbxYSsa97pcBVw8awcG2T0HcNAOVBVz7LCuCXefrbJIHYFT2rb5xvmqBDBC88KcXGxqlWO3i5T411ijM8r+0NIOsKE3WsluNq/WPU+pPgM9ebGb1CYUbJPch2Ravwe26irKpca2zwK8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775417270; c=relaxed/simple; bh=eApR5j33EcA0ROnNvMtAVR2IL7XWx8PPjfVWgVDkw7U=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=UpZUoLhWeTtTqgpnPPoTAEiWjvM7sBl6xb9VFm+LOB+reS5Wi6yTBZ72ZGzgpdTcwZEs17F4VBFRfEynWaOlpkWQ7r/T8v1EKP7XnzS9hUjG7BkD9Kq8dDtS2Ch2bNANQeDKV/YCp4iueRcfE/iMyU2VJLLGfFqG2RF87xDGabI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=ZBW/kaMI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="ZBW/kaMI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2BC2C116C6; Sun, 5 Apr 2026 19:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1775417270; bh=eApR5j33EcA0ROnNvMtAVR2IL7XWx8PPjfVWgVDkw7U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZBW/kaMIZYodImP2rvz2U3MWdLz3UZjguU5apiZzrxCb+D3viH20i4RbLJZFl4J+V EhGq1PBvUnFaxmVmSNEg1Y2W486zt0PxRV8kL5Yg5DL8bnC3e51aGZwop3puzN371+ 1jsu+/u04UAibLYftuFxqe5L8pXNlXCh1ZPr0Mqk= Date: Sun, 5 Apr 2026 12:27:49 -0700 From: Andrew Morton To: Julian Braha Cc: "Lorenzo Stoakes (Oracle)" , 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: <20260405122749.4990dcb538d457769a3276e0@linux-foundation.org> In-Reply-To: <3cf0c280-e5bd-4e5b-884e-6c734619b821@gmail.com> References: <20260331070730.33915-1-julianbraha@gmail.com> <20260331173744.925a6ee6fac299f86a07a7eb@linux-foundation.org> <3cf0c280-e5bd-4e5b-884e-6c734619b821@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Sun, 5 Apr 2026 18:18:14 +0100 Julian Braha wrote: > Hi Andrew, > > I've just made a proper announcement of kconfirm on the mailing list: > https://lore.kernel.org/all/6ec4df6d-1445-48ca-8f54-1d1a83c4716d@gmail.com/T/#u Looks neat, thanks. I don't know how much uptake you'll get from others and I expect that addressing all those flaws yourself would be a long project! However... > Additionally, the code is available here: > https://github.com/julianbraha/kconfirm Have you considered adding kconfirm to the tree? A top-level `make kconfirm' should help move things along?