[PATCH 00/12] lkdtm: use struct arrays instead of enums

From: Kees Cook
Date: Wed Jul 06 2016 - 18:33:47 EST


This is a large refactoring of lkdtm to make it easier to add new
tests, and breaks up tests into separate source files.

Final results are the same, but uses struct arrays instead of enums.

-Kees