[GIT PULL] sysctl changes for v6.1-rc1

From: Luis Chamberlain
Date: Thu Oct 06 2022 - 20:19:06 EST


The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c06a17fe056b84f5784b2f13753870eb65edc9ed:

kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hundred} (2022-09-08 16:56:45 -0700)

----------------------------------------------------------------
sysctl changes for v6.1-rc1

Just some boring cleanups on the sysctl front for this release.
This has been on linux-next for at least 4 weeks now.

----------------------------------------------------------------
Dong Chuanjian (1):
kernel/sysctl.c: remove unnecessary (void*) conversions

Li zeming (1):
proc: remove initialization assignment

Liu Shixin (3):
sysctl: remove max_extfrag_threshold
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hundred}

fs/proc/proc_sysctl.c | 9 +--------
kernel/sysctl-test.c | 43 ++++++++++++++++++++-----------------------
kernel/sysctl.c | 22 ++++++++++++----------
3 files changed, 33 insertions(+), 41 deletions(-)