[GIT PULL] sysctl changes for v6.4-rc4 v2

From: Luis Chamberlain
Date: Wed May 03 2023 - 15:18:14 EST


The following changes since commit 348551ddaf311c76b01cdcbaf61b6fef06a49144:

Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2023-05-02 15:40:41 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-6.4-rc1-v2

for you to fetch changes up to 0199849acd07d07e2a8e42757653ca8b14a122f5:

sysctl: remove register_sysctl_paths() (2023-05-02 19:24:16 -0700)

----------------------------------------------------------------
sysctl-6.4-rc1-v2

As mentioned on my first pull request for sysctl-next, for v6.4-rc1
we're very close to being able to deprecating register_sysctl_paths().
I was going to assess the situation after the first week of the merge
window.

That time is now and things are looking good. We only have one stragglers
on the patch which had already an ACK for so I'm picking this up here now and
the last patch is the one that uses an axe. Some careful eyeballing would
be appreciated by others. If this doesn't get properly reviewed I can also
just hold off on this in my tree for the next merge window. Either way is
fine by me.

I have boot tested the last patch and 0-day build completed successfully.

----------------------------------------------------------------
Luis Chamberlain (2):
kernel: pid_namespace: simplify sysctls with register_sysctl()
sysctl: remove register_sysctl_paths()

fs/proc/proc_sysctl.c | 55 ++++-------------------------------------------
include/linux/sysctl.h | 12 -----------
kernel/pid_namespace.c | 3 +--
kernel/pid_sysctl.h | 3 +--
scripts/check-sysctl-docs | 16 --------------
5 files changed, 6 insertions(+), 83 deletions(-)