[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200610202602.GU23230@ZenIV.linux.org.uk>
Date:   Wed, 10 Jun 2020 21:26:03 +0100
From:   Al Viro <viro@...iv.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Christoph Hellwig <hch@....de>, linux-kernel@...r.kernel.org
Subject: [git pull] sysctl fixes
	Fixups to regressions in sysctl series.
The following changes since commit 32927393dc1ccd60fb2bdc05b9e8e88753761469:
  sysctl: pass kernel pointers to ->proc_handler (2020-04-27 02:07:40 -0400)
are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.sysctl
for you to fetch changes up to ef9d965bc8b6fce5bcc0ae76a4a5b3ed91ee81eb:
  sysctl: reject gigantic reads/write to sysctl files (2020-06-10 14:11:33 -0400)
----------------------------------------------------------------
Christoph Hellwig (6):
      net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl
      net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*
      random: fix an incorrect __user annotation on proc_do_entropy
      trace: fix an incorrect __user annotation on stack_trace_sysctl
      cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
      sysctl: reject gigantic reads/write to sysctl files
 drivers/cdrom/cdrom.c      | 2 +-
 drivers/char/random.c      | 2 +-
 fs/proc/proc_sysctl.c      | 4 ++++
 include/linux/ftrace.h     | 5 ++---
 include/net/neighbour.h    | 7 +++----
 kernel/trace/trace_stack.c | 5 ++---
 net/core/sysctl_net_core.c | 2 +-
 7 files changed, 14 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists