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


Groups > linux.kernel > #1457282

[PATCH 0/3] lkdtm: fixes for v4.8-rc1

From Kees Cook <keescook@chromium.org>
Newsgroups linux.kernel
Subject [PATCH 0/3] lkdtm: fixes for v4.8-rc1
Date 2016-08-05 23:30 +0200
Message-ID <s2UQO-4y0-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Greg!

As requested, here's a patch series for 3 small fixes for lkdtm for v4.8
(instead of as a pull request).

Thanks!

-Kees

----------------------------------------------------------------
Kees Cook (2):
      lkdtm: fix false positive warning from -Wmaybe-uninitialized
      lkdtm: Fix targets for objcopy usage

Michael Ellerman (1):
      lkdtm: Mark lkdtm_rodata_do_nothing() notrace

 drivers/misc/Makefile         | 3 ++-
 drivers/misc/lkdtm_rodata.c   | 2 +-
 drivers/misc/lkdtm_usercopy.c | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] lkdtm: fixes for v4.8-rc1 Kees Cook <keescook@chromium.org> - 2016-08-05 23:30 +0200
  [PATCH 1/3] lkdtm: fix false positive warning from -Wmaybe-uninitialized Kees Cook <keescook@chromium.org> - 2016-08-05 23:30 +0200
  [PATCH 2/3] lkdtm: Fix targets for objcopy usage Kees Cook <keescook@chromium.org> - 2016-08-05 23:30 +0200
  [PATCH 3/3] lkdtm: Mark lkdtm_rodata_do_nothing() notrace Kees Cook <keescook@chromium.org> - 2016-08-05 23:30 +0200

csiph-web