From: Luis Chamberlain <mcgrof@kernel.org>
To: akpm@linux-foundation.org, viro@zeniv.linux.org.uk,
keescook@chromium.org, yzaikin@google.com, nixiaoming@huawei.com,
ebiederm@xmission.com, steve@sk2.org,
mcgrof@bombadil.infradead.org, mcgrof@kernel.org,
christian.brauner@ubuntu.com, ebiggers@google.com,
naveen.n.rao@linux.ibm.com, davem@davemloft.net,
mhiramat@kernel.org, anil.s.keshavamurthy@intel.com
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/6] sysctl: 5th set of kernel/sysctl cleanups
Date: Mon, 29 Nov 2021 13:19:37 -0800 [thread overview]
Message-ID: <20211129211943.640266-1-mcgrof@kernel.org> (raw)
This is my 5th set of sysctl cleanups for kernel/sysctl. In this
patch series we start addressing base directories, and so we start
with the "fs" sysctls. The end goal is we end up completely moving
all "fs" sysctl knobs out from kernel/sysctl.
My queue of patches is done with this patch series, and so help from
others on trimming down kernel/sysctl.c further would be greatly
appreciated now that we have a path to move the rest of the stuff out.
Luis Chamberlain (3):
sysctl: add and use base directory declarer and registration helper
fs: move namespace sysctls and declare fs base directory
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Xiaoming Ni (3):
printk: fix build warning when CONFIG_PRINTK=n
fs/coredump: move coredump sysctls into its own file
kprobe: move sysctl_kprobes_optimization to kprobes.c
arch/arm/mm/alignment.c | 2 +-
arch/sh/mm/alignment.c | 2 +-
fs/Makefile | 3 +-
fs/coredump.c | 66 ++++++++++++++++++++++++++++++++++++---
fs/exec.c | 55 ---------------------------------
fs/namespace.c | 24 +++++++++++++-
fs/proc/proc_sysctl.c | 13 ++++++--
fs/sysctls.c | 9 +++---
include/linux/coredump.h | 10 +++---
include/linux/kprobes.h | 6 ----
include/linux/mount.h | 3 --
include/linux/printk.h | 4 ---
include/linux/sysctl.h | 25 ++++++++++++++-
kernel/kprobes.c | 30 +++++++++++++++---
kernel/printk/internal.h | 2 ++
kernel/printk/printk.c | 3 +-
kernel/sysctl.c | 67 ++++++----------------------------------
17 files changed, 173 insertions(+), 151 deletions(-)
--
2.33.0
next reply other threads:[~2021-11-29 22:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-29 21:19 Luis Chamberlain [this message]
2021-11-29 21:19 ` [PATCH 1/6] sysctl: add and use base directory declarer and registration helper Luis Chamberlain
2021-11-29 21:19 ` [PATCH 2/6] fs: move namespace sysctls and declare fs base directory Luis Chamberlain
2021-11-29 21:19 ` [PATCH 3/6] kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() Luis Chamberlain
2021-11-29 21:19 ` [PATCH 4/6] printk: fix build warning when CONFIG_PRINTK=n Luis Chamberlain
2021-11-29 21:19 ` [PATCH 5/6] fs/coredump: move coredump sysctls into its own file Luis Chamberlain
2021-11-29 21:19 ` [PATCH 6/6] kprobe: move sysctl_kprobes_optimization to kprobes.c Luis Chamberlain
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=20211129211943.640266-1-mcgrof@kernel.org \
--to=mcgrof@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=anil.s.keshavamurthy@intel.com \
--cc=christian.brauner@ubuntu.com \
--cc=davem@davemloft.net \
--cc=ebiederm@xmission.com \
--cc=ebiggers@google.com \
--cc=keescook@chromium.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@bombadil.infradead.org \
--cc=mhiramat@kernel.org \
--cc=naveen.n.rao@linux.ibm.com \
--cc=nixiaoming@huawei.com \
--cc=steve@sk2.org \
--cc=viro@zeniv.linux.org.uk \
--cc=yzaikin@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).