Re: [PATCH v2 2/2] selftests: coredump: Add stackdump test

2024-12-30 Thread Kees Cook
On Mon, Dec 30, 2024 at 11:17:31AM +0100, Nam Cao wrote: > Add a test which checks that the kstkesp field in /proc/pid/stat can be > read for all threads of a coredumping process. > > For full details including the motivation for this test and how it works, > see the README file added by this comm

[PATCH v2 2/2] selftests: coredump: Add stackdump test

2024-12-30 Thread Nam Cao
Add a test which checks that the kstkesp field in /proc/pid/stat can be read for all threads of a coredumping process. For full details including the motivation for this test and how it works, see the README file added by this commit. Reviewed-by: John Ogness Signed-off-by: Nam Cao --- tools/t