All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christoph Hellwig <hch@lst.de>, linux-kernel@vger.kernel.org
Subject: [git pull] sysctl fixes
Date: Wed, 10 Jun 2020 21:26:03 +0100	[thread overview]
Message-ID: <20200610202602.GU23230@ZenIV.linux.org.uk> (raw)

	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(-)

             reply	other threads:[~2020-06-10 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10 20:26 Al Viro [this message]
2020-06-11  1:50 ` [git pull] sysctl fixes 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=20200610202602.GU23230@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.