lkml.org 
[lkml]   [2023]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] of: unittest: option to allow tests that trigger kernel stack dump
Date
Commit 74df14cd301a ("of: unittest: add node lifecycle tests") added
some tests that trigger a kernel stack dump. Filtering the boot
messages with scripts/dtc/of_unittest_expect detects that the stack
dump is expected instead of being a test error.

Test beds might interpret the stack dumps as errors, resulting in
needless debugging and error reports. These test beds are likely
to remove unittests due to these stack dumps. To avoid these problems,
have the unittest default to skip the tests that trigger a stack dump.

Add a kernel cmdline option to not skip those tests. This option can
be used by testers who are able to interpret the stack dumps as not
an error.

Frank Rowand (2):
of: unittest: option to allow tests that trigger kernel stack dump
of: unittest: add of_unittest_stackdump to kernel documentation

.../admin-guide/kernel-parameters.txt | 4 ++
drivers/of/unittest.c | 54 +++++++++++++++++--
2 files changed, 55 insertions(+), 3 deletions(-)

--
Frank Rowand <frowand.list@gmail.com>

\
 
 \ /
  Last update: 2023-03-27 00:39    [W:1.414 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site