lkdtm/stackleak: check stack boundaries
authorMark Rutland <mark.rutland@arm.com>
Wed, 27 Apr 2022 17:31:26 +0000 (18:31 +0100)
committerKees Cook <keescook@chromium.org>
Sun, 8 May 2022 08:33:09 +0000 (01:33 -0700)
commitf171d695f3adfd8093272fa5776ef4a2c6b9cf08
treef1bca1298a914dfe84352c07ec1394c815ff067d
parentf03a50938decaa601f02294e4d057fb0048ca9ca
lkdtm/stackleak: check stack boundaries

The stackleak code relies upon the current SP and lowest recorded SP
falling within expected task stack boundaries.

Check this at the start of the test.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Alexander Popov <alex.popov@linux.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220427173128.2603085-12-mark.rutland@arm.com
drivers/misc/lkdtm/stackleak.c