public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] taint: Add taint for randstruct
@ 2018-02-16  3:37 Kees Cook
  2018-02-16  3:37 ` [PATCH 1/3] taint: Convert to enum and indexed initialization Kees Cook
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Kees Cook @ 2018-02-16  3:37 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Kees Cook, Al Viro, Alexey Dobriyan, Jonathan Corbet,
	linux-kernel, linux-doc

This cleans up the taint flags and documentation before adding a new
one for randstruct. Patch 3/3 reads:

Since the randstruct plugin can intentionally produce extremely unusual
kernel structure layouts (even performance pathological ones), some
maintainers want to be able to trivially determine if an Oops is coming
from a randstruct-built kernel, so as to keep their sanity when debugging.
This adds the new flag and initializes taint_mask immediately when built
with randstruct.

Thanks,

-Kees

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

end of thread, other threads:[~2018-02-18 18:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16  3:37 [PATCH 0/3] taint: Add taint for randstruct Kees Cook
2018-02-16  3:37 ` [PATCH 1/3] taint: Convert to enum and indexed initialization Kees Cook
2018-02-18  5:03   ` kbuild test robot
2018-02-18 18:17     ` Kees Cook
2018-02-16  3:37 ` [PATCH 2/3] taint: Consolidate documentation Kees Cook
2018-02-16  3:37 ` [PATCH 3/3] taint: Add taint for randstruct Kees Cook
2018-02-16  4:53   ` Alexey Dobriyan
2018-02-16 21:02   ` Andrew Morton
2018-02-17  1:39     ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox