From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v3 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt References: <20200228012036.15682-1-brendanhiggins@google.com> <20200228012036.15682-8-brendanhiggins@google.com> From: Randy Dunlap Message-ID: <22704191-ce7e-cac7-f7a0-1db822b20d84@infradead.org> Date: Wed, 4 Mar 2020 15:10:49 -0800 MIME-Version: 1.0 In-Reply-To: <20200228012036.15682-8-brendanhiggins@google.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org To: Brendan Higgins , jdike@addtoit.com, richard@nod.at, anton.ivanov@cambridgegreys.com, arnd@arndb.de, keescook@chromium.org, skhan@linuxfoundation.org, alan.maguire@oracle.com, yzaikin@google.com, davidgow@google.com, akpm@linux-foundation.org, rppt@linux.ibm.com, frowand.list@gmail.com Cc: gregkh@linuxfoundation.org, sboyd@kernel.org, logang@deltatee.com, mcgrof@kernel.org, linux-um@lists.infradead.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org List-ID: On 2/27/20 5:20 PM, Brendan Higgins wrote: > Add kunit_shutdown, an option to specify that the kernel shutsdown after > running KUnit tests, to the kernel-parameters.txt documentation. > > Signed-off-by: Brendan Higgins > Reviewed-by: Stephen Boyd Hi Brendan, To be consistent with other parameters in this file: > --- > Documentation/admin-guide/kernel-parameters.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index dbc22d6846275..6ad63e98916f9 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -2099,6 +2099,14 @@ > 0: force disabled > 1: force enabled > > + kunit_shutdown [KERNEL UNIT TESTING FRAMEWORK] Shutdown kernel after that line should have an '=' sign after the param name: kunit_shutdown= > + running built-in tests. Tests configured as modules will > + not be run. > + Default: (flag not present) don't shutdown > + poweroff: poweroff the kernel after running tests > + halt: halt the kernel after running tests > + reboot: reboot the kernel after running tests > + > kvm.ignore_msrs=[KVM] Ignore guest accesses to unhandled MSRs. > Default is 0 (don't ignore, but inject #GP) > > thanks. -- ~Randy