From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 62A5C3C76AD for ; Mon, 27 Jul 2026 19:18:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785179910; cv=none; b=SpZ/MebIe7F0uBYIokZ8joCv0sDa8srbjTUDcC3IPI3FfGvHsOXq+rFhc69cuaxJMaubpCcLxHeokp33+/IdzvA6uM5DLexpHorzADw9XS+ychtD8/w29sqyFEmOQXnQHNFYSNlVKnqLDXfSs1OzQLreZnax7xxEKLidZ/jN46Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785179910; c=relaxed/simple; bh=JbqYHkd+Py8FFetXCqhalk3TH1XOWG8k8IRm5rG2iQ8=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ua+QDoHd6u21K/izFKSA3YxcVPGi5sL4N6E0bGCnYTtNiro2qU+aPqlhd/LDpnobyF1LxWgIKQcJ7lHODDmf7oNYK7hyspjFrebAaKwMK4ZRYQaVUlK8rTAiLBVAB6EKuR+yLvFeaMFz0913a81PmVdOG1Z93FeCM7+Ll/PBiAw= 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=DHaN1g6W; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="DHaN1g6W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3245D1F000E9; Mon, 27 Jul 2026 19:18:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1785179909; bh=oDcb4Hy2xMXyvuKLzS9ljbHnEAeypZelmmils03ssOo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=DHaN1g6WWgK4IFSaZF0bYG4uplOyrr+8y6PDNfHn+zIvKSEYcBgifHoAMP9FWkRrE 3nLIzruzdIMnO9AmYBv5oUZH6EXAMiPqLFj6rrR+G3zHjm13yv4bPJby4ob6BUyk1e 0DEvUb5AGbnxkIjwj5JPeFWosyw6iW/4b5uZKo5A= Date: Mon, 27 Jul 2026 12:18:27 -0700 From: Andrew Morton To: Oleg Nesterov Cc: Alexey Gladkov , "Eric W. Biederman" , Nathan Chancellor , Nicolas Schier , Geert Uytterhoeven , Maxime Coquelin , Alexandre Torgue , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , Balbir Singh , Yang Yang , Peter Zijlstra , Juri Lelli , Vincent Guittot , Kees Cook , Joel Granados , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan , "Jason A. Donenfeld" , linux-kernel@vger.kernel.org Subject: Re: [PATCH -mm v2 0/1] sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTL Message-Id: <20260727121827.ae49ae985d040113192231d4@linux-foundation.org> In-Reply-To: References: 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 Mon, 27 Jul 2026 19:00:30 +0200 Oleg Nesterov wrote: > On 07/27, Oleg Nesterov wrote: > > > > Andrew, this patch depends on > > > > sysctl-move-the-cad_pid-entry-from-pid_table-to-kern_reboot_table.patch > > > > in -mm tree, because that patch removes one CONFIG_PROC_SYSCTL too. > > Just in case... > > >From https://sashiko.dev/#/patchset/amdveg1m4E4uQlGv%40redhat.com > > Did this tree-wide rename miss an instance in kernel/pid.c? > > This instance was already removed by > > sysctl-move-the-cad_pid-entry-from-pid_table-to-kern_reboot_table.patch > > mentioned above. And this is exactly why this patch is based on -mm. Yeah, Sashiko tried the patch against net/HEAD, found that it applied then went for it. Perhaps it would be better for Sashiko to attempt linux-next first.