All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Nesterov <oleg@redhat.com>
To: Alexey Gladkov <legion@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Nathan Chancellor <nathan@kernel.org>,
	Nicolas Schier <nsc@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: [RFC PATCH 0/1] sysctl: remove CONFIG_SYSCTL, it just mirrors CONFIG_PROC_SYSCTL
Date: Wed, 22 Jul 2026 14:44:07 +0200	[thread overview]
Message-ID: <amC7F7oKFjYKcQW2@redhat.com> (raw)

Andrew, Eric, et al,

To me it is a bit annoying/confusing to see both CONFIG_PROC_SYSCTL and
CONFIG_SYSCTL in the source code (they are the same thing), but...

Does it make any sense to try to suggest this patch for -mm tree?

It is hopefully trivial (generated by 2 perl one-liners) but touches 170 files.
So far I don't even CC maintainers, the output of get_maintainer.pl is huge.

Alternatively, we could kill CONFIG_PROC_SYSCTL in favour of CONFIG_SYSCTL.
This would result in a much smaller patch, but I am not sure if it is "safe"
because CONFIG_PROC_SYSCTL is user-visible in that it has a prompt in
fs/proc/Kconfig. But perhaps this is fine?

(either way we can make a couple more minor cleanups if we kill one of them).

Oleg.


             reply	other threads:[~2026-07-22 12:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-22 12:44 Oleg Nesterov [this message]
2026-07-22 12:44 ` [RFC PATCH 1/1] sysctl: remove CONFIG_SYSCTL, it just mirrors CONFIG_PROC_SYSCTL Oleg Nesterov
2026-07-22 13:07 ` [RFC PATCH 0/1] " Alexey Gladkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=amC7F7oKFjYKcQW2@redhat.com \
    --to=oleg@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=ebiederm@xmission.com \
    --cc=legion@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nathan@kernel.org \
    --cc=nsc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.