Re: [PATCH 02/32] kmsan: Make the tests compatible with kmsan.panic=1
From: Alexander Potapenko <glider@google.com>
Date: 2023-11-16 09:28:11
Also in:
linux-mm, linux-s390, lkml
From: Alexander Potapenko <glider@google.com>
Date: 2023-11-16 09:28:11
Also in:
linux-mm, linux-s390, lkml
On Wed, Nov 15, 2023 at 9:34 PM Ilya Leoshkevich [off-list ref] wrote:
It's useful to have both tests and kmsan.panic=1 during development, but right now the warnings, that the tests cause, lead to kernel panics. Temporarily set kmsan.panic=0 for the duration of the KMSAN testing.
Nice!
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Alexander Potapenko <glider@google.com>