commit | 68ef8735d253f3d840082b78f996bf2d89ee6e5f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Apr 01 16:23:47 2021 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Apr 08 14:05:20 2021 +0200 |
tree | 56d0efc5657399b907ca874ddea2a8140c3976e9 | |
parent | fe950f6020338c8ac668ef823bb692d36b7542a2 [diff] |
lkdtm: Add REPORT_STACK for checking stack offsets For validating the stack offset behavior, report the offset from a given process's first seen stack address. Add s script to calculate the results to the LKDTM kselftests. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210401232347.2791257-7-keescook@chromium.org