[PATCH 2/2] of: unittest: add of_unittest_stackdump to kernel documentation

From: Frank Rowand
Date: Tue Feb 28 2023 - 20:22:44 EST


Add new option of_unittest_stackdump to the documentation admin guide.

Signed-off-by: Frank Rowand <frowand.list@xxxxxxxxx>
---
Documentation/admin-guide/kernel-parameters.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6221a1d057dd..98c3fc7f4f72 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3911,6 +3911,10 @@
This can be set from sysctl after boot.
See Documentation/admin-guide/sysctl/vm.rst for details.

+ of_unittest_stackdump [OF]
+ Do not skip OF unittests that trigger a kernel stack dump.
+ Default: skip the tests that trigger a kernel stack dump
+
ohci1394_dma=early [HW] enable debugging via the ohci1394 driver.
See Documentation/core-api/debugging-via-ohci1394.rst for more
info.
--
Frank Rowand <frowand.list@xxxxxxxxx>