linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: tangmeng <tangmeng@uniontech.com>,
	zhanglianjie <zhanglianjie@uniontech.com>,
	nizhen@uniontech.com, Xiaoming Ni <nixiaoming@huawei.com>
Cc: akpm@linux-foundation.org, keescook@chromium.org,
	yzaikin@google.com, peterz@infradead.org, mingo@redhat.com,
	will@kernel.org, longman@redhat.com, boqun.feng@gmail.com,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 1/5] kernel/lockdep: move lockdep sysctls to its own file
Date: Fri, 18 Feb 2022 10:33:05 -0800	[thread overview]
Message-ID: <Yg/mYW8mnWBmrY9G@bombadil.infradead.org> (raw)
In-Reply-To: <20220218105857.12559-1-tangmeng@uniontech.com>

On Fri, Feb 18, 2022 at 06:58:57PM +0800, tangmeng wrote:
> kernel/sysctl.c is a kitchen sink where everyone leaves their dirty
> dishes, this makes it very difficult to maintain.
> 
> To help with this maintenance let's start by moving sysctls to places
> where they actually belong.  The proc sysctl maintainers do not want to
> know what sysctl knobs you wish to add for your own piece of code, we
> just care about the core logic.
> 
> All filesystem syctls now get reviewed by fs folks. This commit
> follows the commit of fs, move the prove_locking and lock_stat sysctls
> to its own file, kernel/lockdep.c.
> 
> Signed-off-by: tangmeng <tangmeng@uniontech.com>

Thanks!

Queued on to the new sysctl-next [0] please use that tree for further sysctl
changes. And please Cc zhanglianjie and nizhen and Xiaoming Ni on future
changes as well.

[0] git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git sysctl-next

  Luis

      reply	other threads:[~2022-02-18 18:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18 10:58 [PATCH 1/5] kernel/lockdep: move lockdep sysctls to its own file tangmeng
2022-02-18 18:33 ` Luis Chamberlain [this message]

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=Yg/mYW8mnWBmrY9G@bombadil.infradead.org \
    --to=mcgrof@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=boqun.feng@gmail.com \
    --cc=keescook@chromium.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longman@redhat.com \
    --cc=mingo@redhat.com \
    --cc=nixiaoming@huawei.com \
    --cc=nizhen@uniontech.com \
    --cc=peterz@infradead.org \
    --cc=tangmeng@uniontech.com \
    --cc=will@kernel.org \
    --cc=yzaikin@google.com \
    --cc=zhanglianjie@uniontech.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).