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, Hoeun Ryu <hoeun.ryu@gmail.com>
Subject: [GIT PULL] usercopy updates for v4.11-rc1
Date: Tue, 21 Feb 2017 12:03:42 -0800	[thread overview]
Message-ID: <20170221200342.GA51526@beast> (raw)

Hi,

Please pull these usercopy changes for v4.11-rc1.

Thanks!

-Kees

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/usercopy-v4.11-rc1

for you to fetch changes up to 4c5d7bc63775b40631b75f6c59a3a3005455262d:

  usercopy: Add tests for all get_user() sizes (2017-02-21 11:59:38 -0800)

----------------------------------------------------------------
This improves the usercopy tests:
- check zeroing on failed copy_from_user()/get_user() (caught bug on ARM)
- adjust tests for SMAP/PAN (can't zero userspace memory on failure)

----------------------------------------------------------------
Hoeun Ryu (1):
      usercopy: add testcases to check zeroing on failure

Kees Cook (2):
      usercopy: Adjust tests to deal with SMAP/PAN
      usercopy: Add tests for all get_user() sizes

 lib/test_user_copy.c | 117 +++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 103 insertions(+), 14 deletions(-)

-- 
Kees Cook
Pixel Security

                 reply	other threads:[~2017-02-21 20:04 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=20170221200342.GA51526@beast \
    --to=keescook@chromium.org \
    --cc=hoeun.ryu@gmail.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.