mbox series

[GIT,PULL] sysctl fixes for v5.19-rc7

Message ID YtB+YayGeq/KgOqK@bombadil.infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] sysctl fixes for v5.19-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-fixes-5.19-rc7

Message

Luis Chamberlain July 14, 2022, 8:36 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 15, 2022, 5:45 p.m. UTC | #1
The pull request you sent on Thu, 14 Jul 2022 13:36:49 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-fixes-5.19-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/862161e8af0db1b725c6ad5fd93aa636125f3db5

Thank you!