From: Luis Chamberlain <mcgrof@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: keescook@chromium.org, songmuchun@bytedance.com,
yzaikin@google.com, mhocko@suse.com, mgorman@techsingularity.net,
Kuniyuki Iwashima <kuniyu@amazon.com>,
davem@davemloft.net, kuba@kernel.org, patches@lists.linux.dev,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
mcgrof@kernel.org
Subject: [GIT PULL] sysctl fixes for v5.19-rc7
Date: Thu, 14 Jul 2022 13:36:49 -0700 [thread overview]
Message-ID: <YtB+YayGeq/KgOqK@bombadil.infradead.org> (raw)
Linus,
I've only received one fix for sysctls for v5.19-rc cycle. It's perhaps
silly to send a pull request for just one patch but oh well.
I'll take that time given I am sending a pull request to note that
Kuniyuki Iwashima has posted a trove of fixes with races for when a
subsystem does not do proper locking for read/write to the variables and
so has put effort to do this where applicable by ensuring the sysctl
proc stuff uses READ_ONCE/WRITE_ONCE helpers. Since most of the issues
there have been identified on networking side Dave has picked all that
up. I'll let him decide if he wants that on the rc or not.
I figured I'd mention I don't have much cleanups for kernel/sysctl.c queued up
for v5.20 so expect little work there later for the next cycle. That
should also help with deciding if Kuniyuki's fixes get merged on v5.19
or v5.20 as there shouldn't be any expected conflicts either way.
Luis
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-fixes-5.19-rc7
for you to fetch changes up to 43b5240ca6b33108998810593248186b1e3ae34a:
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE (2022-07-14 13:13:49 -0700)
----------------------------------------------------------------
Only one fix for sysctl
----------------------------------------------------------------
Muchun Song (1):
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
kernel/sysctl.c | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
next reply other threads:[~2022-07-14 20:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-14 20:36 Luis Chamberlain [this message]
2022-07-15 17:45 ` [GIT PULL] sysctl fixes for v5.19-rc7 pr-tracker-bot
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=YtB+YayGeq/KgOqK@bombadil.infradead.org \
--to=mcgrof@kernel.org \
--cc=davem@davemloft.net \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mgorman@techsingularity.net \
--cc=mhocko@suse.com \
--cc=patches@lists.linux.dev \
--cc=songmuchun@bytedance.com \
--cc=torvalds@linux-foundation.org \
--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).