[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YtB+YayGeq/KgOqK@bombadil.infradead.org>
Date: Thu, 14 Jul 2022 13:36:49 -0700
From: Luis Chamberlain <mcgrof@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: keescook@...omium.org, songmuchun@...edance.com,
yzaikin@...gle.com, mhocko@...e.com, mgorman@...hsingularity.net,
Kuniyuki Iwashima <kuniyu@...zon.com>, davem@...emloft.net,
kuba@...nel.org, patches@...ts.linux.dev,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
mcgrof@...nel.org
Subject: [GIT PULL] sysctl fixes for v5.19-rc7
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(-)
Powered by blists - more mailing lists