linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] lkdtm: add usercopy and rodata, fix atomic
@ 2016-06-07 21:57 Kees Cook
  2016-06-07 21:57 ` [PATCH 1/5] lkdtm: split build into multiple source files Kees Cook
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Kees Cook @ 2016-06-07 21:57 UTC (permalink / raw)
  To: kernel-hardening
  Cc: Kees Cook, Arnd Bergmann, Greg Kroah-Hartman, Andrew Morton,
	David S. Miller, Mauro Carvalho Chehab, Jiri Slaby,
	Guenter Roeck, linux-kernel

This adds several new tests to lkdtm.

To test non-executability of .rodata, lkdtm's build method shifted
around a bit requiring a source file rename. But after some objcopy
magic, there is now an architecture-agnostic way to write functions
into .rodata.

The atomic under/overflow test was split so that each case could be
individually tested.

The biggest addition are the usercopy tests (in preparation for
CONFIG_HARDENED_USERCOPY, based on grsecurity/PaX's PAX_USERCOPY).
This tests both directions (copy_to_from, copy_from_user) of the
three error conditions that are checked for: wrong object size,
wrong stack frame, and wrong object markings.

Unless anyone has blocking comments, I'll send a pull to Greg
for this to land in -next soon.

-Kees

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-08-03  4:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07 21:57 [PATCH 0/5] lkdtm: add usercopy and rodata, fix atomic Kees Cook
2016-06-07 21:57 ` [PATCH 1/5] lkdtm: split build into multiple source files Kees Cook
2016-06-07 21:57 ` [PATCH 2/5] lkdtm: clean up after rename Kees Cook
2016-06-07 21:57 ` [PATCH 3/5] lkdtm: add function for testing .rodata section Kees Cook
2016-06-08  1:02   ` Laura Abbott
2016-06-08 15:46     ` Kees Cook
2016-06-08 16:15       ` Laura Abbott
2016-06-08 21:26       ` Kees Cook
2016-06-10  1:14         ` Laura Abbott
     [not found]   ` <87h9b4oebf.fsf@concordia.ellerman.id.au>
2016-08-01 19:45     ` Linker segfault on powerpc when CONFIG_LKDTM=y (was Re: [kernel-hardening] [PATCH 3/5] lkdtm: add function for testing .rodata section) Kees Cook
2016-08-02  3:12       ` [kernel-hardening] " Michael Ellerman
2016-08-02 19:12         ` Kees Cook
2016-08-03  4:46           ` Michael Ellerman
2016-06-07 21:57 ` [PATCH 4/5] lkdtm: add usercopy tests Kees Cook
2016-06-07 23:36   ` kbuild test robot
2016-06-08  0:07   ` kbuild test robot
2016-06-07 21:57 ` [PATCH 5/5] lkdtm: split atomic test into over and underflow Kees Cook

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).