Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419831 > unrolled thread

[PULL] lkdtm update (next)

Started byKees Cook <keescook@chromium.org>
First post2016-06-11 01:10 +0200
Last post2016-06-11 07:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PULL] lkdtm update (next) Kees Cook <keescook@chromium.org> - 2016-06-11 01:10 +0200
    Re: [PULL] lkdtm update (next) Greg KH <gregkh@linuxfoundation.org> - 2016-06-11 02:10 +0200
      Re: [PULL] lkdtm update (next) Kees Cook <keescook@chromium.org> - 2016-06-11 02:40 +0200
        Re: [PULL] lkdtm update (next) Greg KH <gregkh@linuxfoundation.org> - 2016-06-11 07:10 +0200

#1419831 — [PULL] lkdtm update (next)

FromKees Cook <keescook@chromium.org>
Date2016-06-11 01:10 +0200
Subject[PULL] lkdtm update (next)
Message-ID<rIDIR-3tH-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1419844

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-06-11 02:10 +0200
Message-ID<rIEEV-4bd-5@gated-at.bofh.it>
In reply to#1419831
On Fri, Jun 10, 2016 at 04:02:44PM -0700, Kees Cook wrote:
> Hi,
> 
> Please pull these lkdtm changes for next.

These are all for 4.8-rc1 inclusion, right?  Not bugfixes for 4.7-final?

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1419854

FromKees Cook <keescook@chromium.org>
Date2016-06-11 02:40 +0200
Message-ID<rIF7X-4m4-15@gated-at.bofh.it>
In reply to#1419844
On Fri, Jun 10, 2016 at 5:00 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Fri, Jun 10, 2016 at 04:02:44PM -0700, Kees Cook wrote:
>> Hi,
>>
>> Please pull these lkdtm changes for next.
>
> These are all for 4.8-rc1 inclusion, right?  Not bugfixes for 4.7-final?

Yes, that's correct. Thanks!

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

[toc] | [prev] | [next] | [standalone]


#1419906

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-06-11 07:10 +0200
Message-ID<rIJlg-7fN-3@gated-at.bofh.it>
In reply to#1419854
On Fri, Jun 10, 2016 at 05:38:06PM -0700, Kees Cook wrote:
> On Fri, Jun 10, 2016 at 5:00 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> > On Fri, Jun 10, 2016 at 04:02:44PM -0700, Kees Cook wrote:
> >> Hi,
> >>
> >> Please pull these lkdtm changes for next.
> >
> > These are all for 4.8-rc1 inclusion, right?  Not bugfixes for 4.7-final?
> 
> Yes, that's correct. Thanks!

Great, now pulled, thanks.

greg k-h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web