linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org, Kees Cook <keescook@chromium.org>
Subject: [PULL] lkdtm update (next)
Date: Fri, 10 Jun 2016 16:02:44 -0700	[thread overview]
Message-ID: <20160610230244.GA24889@www.outflux.net> (raw)

Hi,

Please pull these lkdtm changes for next.

Thanks!

-Kees

The following changes since commit 3d0f0b6a5520878305589411b8d434fe088e4f21:

  Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs (2016-06-10 14:13:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/lkdtm-next

for you to fetch changes up to b54845276a969b72daa2dee1afe379847a639478:

  lkdtm: split atomic test into over and underflow (2016-06-10 15:57:51 -0700)

----------------------------------------------------------------
Rearranged build to be able to deal with unusual executable sections (i.e.
functions in rodata).

New tests for prior memory protections (EXEC_RODATA), new tests for upcoming
kernel self-protections (USERCOPY_HEAP_SIZE_TO, USERCOPY_HEAP_SIZE_FROM,
USERCOPY_HEAP_FLAG_TO, USERCOPY_HEAP_FLAG_FROM, USERCOPY_STACK_FRAME_TO,
USERCOPY_STACK_FRAME_FROM, USERCOPY_STACK_BEYOND), and updated tests
(ATOMIC_UNDERFLOW, ATOMIC_OVERFLOW).

----------------------------------------------------------------
Kees Cook (5):
      lkdtm: split build into multiple source files
      lkdtm: clean up after rename
      lkdtm: add function for testing .rodata section
      lkdtm: add usercopy tests
      lkdtm: split atomic test into over and underflow

 MAINTAINERS                            |   2 +-
 drivers/misc/Makefile                  |  10 +
 drivers/misc/lkdtm.h                   |   6 +
 drivers/misc/{lkdtm.c => lkdtm_core.c} | 333 +++++++++++++++++++++++++++++++--
 drivers/misc/lkdtm_rodata.c            |  10 +
 5 files changed, 341 insertions(+), 20 deletions(-)
 create mode 100644 drivers/misc/lkdtm.h
 rename drivers/misc/{lkdtm.c => lkdtm_core.c} (72%)
 create mode 100644 drivers/misc/lkdtm_rodata.c

-- 
Kees Cook
Chrome OS & Brillo Security

             reply	other threads:[~2016-06-10 23:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10 23:02 Kees Cook [this message]
2016-06-11  0:00 ` [PULL] lkdtm update (next) Greg KH
2016-06-11  0:38   ` Kees Cook
2016-06-11  5:09     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2016-07-15 23:16 Kees Cook
2016-07-16 23:30 ` Greg KH
2016-07-07 18:14 Kees Cook
2016-07-12 18:42 ` Kees Cook
2016-07-13  1:00   ` Greg KH
2016-07-13  3:03     ` Kees Cook
2016-07-14  3:00 ` Greg KH
2016-03-01 22:31 Kees Cook
2016-03-02  0:53 ` Greg KH

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=20160610230244.GA24889@www.outflux.net \
    --to=keescook@chromium.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).