| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-07 | lkdtm/bugs: Adjust recursion test to avoid elision | Kees Cook | |
| While I was able to trick gcc into keeping a pathological recursion, Clang was not so easily fooled. Instead, switch to using "volatile" and side-effects to keep the stack variable allocated and to run the function. Additionally renames "OVERFLOW" to "EXHAUST_STACK" to better describe the test. Signed-off-by: Kees Cook <keescook@chromium.org> | |||
| 2018-03-06 | lkdtm: Relocate code to subdirectory | Kees Cook | |
| The LKDTM modules keep expanding, and it's getting weird to have each file get a prefix. Instead, move to a subdirectory for cleaner handling. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | |||
