All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Chris von Recklinghausen <crecklin@redhat.com>,
	Kamal Mostafa <kamal@canonical.com>
Subject: [GIT PULL] hardened-usercopy updates for v4.19-rc1
Date: Mon, 13 Aug 2018 13:33:16 -0700	[thread overview]
Message-ID: <20180813203316.GA9967@beast> (raw)

Hi Linus,

Please pull these hardened-usercopy changes for v4.19-rc1. This cleans
up a minor Kconfig issue and adds a kernel boot option for disabling
hardened usercopy for distro users that may have corner-case performance
issues (e.g. high bandwidth small-packet UDP traffic).

Thanks!

-Kees

The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardened-usercopy-v4.19-rc1

for you to fetch changes up to b5cb15d9372abc9adc4e844c0c1bf594ca6a7695:

  usercopy: Allow boot cmdline disabling of hardening (2018-07-04 08:04:52 -0700)

----------------------------------------------------------------
- drop unneeded Kconfig "select BUG" (Kamal Mostafa)
- add "hardened_usercopy=off" rare performance needs (Chris von Recklinghausen)

----------------------------------------------------------------
Chris von Recklinghausen (1):
      usercopy: Allow boot cmdline disabling of hardening

Kamal Mostafa (1):
      usercopy: Do not select BUG with HARDENED_USERCOPY

 Documentation/admin-guide/kernel-parameters.txt | 11 +++++++++++
 include/linux/jump_label.h                      |  6 ++++++
 mm/usercopy.c                                   | 25 +++++++++++++++++++++++++
 security/Kconfig                                |  1 -
 4 files changed, 42 insertions(+), 1 deletion(-)

-- 
Kees Cook
Pixel Security

                 reply	other threads:[~2018-08-13 20:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180813203316.GA9967@beast \
    --to=keescook@chromium.org \
    --cc=crecklin@redhat.com \
    --cc=kamal@canonical.com \
    --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.