[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191217080653.B672B2082E@mail.kernel.org>
Date: Tue, 17 Dec 2019 00:06:53 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Brendan Higgins <brendanhiggins@...gle.com>,
akpm@...ux-foundation.org, alan.maguire@...cle.com,
anton.ivanov@...bridgegreys.com, arnd@...db.de,
davidgow@...gle.com, jdike@...toit.com, keescook@...omium.org,
richard@....at, rppt@...ux.ibm.com, skhan@...uxfoundation.org,
yzaikin@...gle.com
Cc: gregkh@...uxfoundation.org, logang@...tatee.com, mcgrof@...nel.org,
knut.omang@...cle.com, linux-um@...ts.infradead.org,
linux-arch@...r.kernel.org, linux-kselftest@...r.kernel.org,
kunit-dev@...glegroups.com, linux-kernel@...r.kernel.org,
Brendan Higgins <brendanhiggins@...gle.com>
Subject: Re: [RFC v1 6/6] kunit: Add 'kunit_shutdown' option
Quoting Brendan Higgins (2019-12-16 14:05:55)
> From: David Gow <davidgow@...gle.com>
>
> Add a new kernel command-line option, 'kunit_shutdown', which allows the
> user to specify that the kernel poweroff, halt, or reboot after
> completing all KUnit tests; this is very handy for running KUnit tests
> on UML or a VM so that the UML/VM process exits cleanly immediately
> after running all tests without needing a special initramfs.
>
> Signed-off-by: David Gow <davidgow@...gle.com>
> Signed-off-by: Brendan Higgins <brendanhiggins@...gle.com>
> ---
> lib/kunit/executor.c | 18 ++++++++++++++++++
> tools/testing/kunit/kunit_kernel.py | 2 +-
> tools/testing/kunit/kunit_parser.py | 2 +-
> 3 files changed, 20 insertions(+), 2 deletions(-)
Can you document it in Documentation/admin-guide/kernel-parameters.txt ?
Powered by blists - more mailing lists