From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.4 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0B47C33CB3 for ; Thu, 30 Jan 2020 23:05:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D21A214DB for ; Thu, 30 Jan 2020 23:05:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="bLf97hh1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727681AbgA3XFA (ORCPT ); Thu, 30 Jan 2020 18:05:00 -0500 Received: from mail-pf1-f196.google.com ([209.85.210.196]:34942 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727675AbgA3XFA (ORCPT ); Thu, 30 Jan 2020 18:05:00 -0500 Received: by mail-pf1-f196.google.com with SMTP id y73so2278686pfg.2 for ; Thu, 30 Jan 2020 15:05:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZVCoy0c6zBh/23HJ8qV14vEXBoPTNgRjwz7/2GTwHIc=; b=bLf97hh1JmbfTKxaOIa/hfizEnh8PioMn1Y9TI7CEopKUPmgeQBicnEdwrFatxlt9U /dF+mwGLbsQW7KmPTy8I6XvXreO4N48lEX+Ehw6v+hoPAgu86vKzIbhOK4gM6oTf8mzR cUmaOPLKTOy/zPKtP/xK5WHSM7BjdC+E9H/qWV2SFU1exl9sfnhtxf2MfNs0DfBmIsih drKywXHDy84lMq4TuYIprVFUFSLN67kw0IUzFFhKIkCU/UHmgiJqlOOqaSS+2J072x0h J3RdIyqQ5IBv58TAQv0tMiutT2U2bysgST7jCLtDi7nTZT3kvU1poPBXQgw1qd6KjzT/ afJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ZVCoy0c6zBh/23HJ8qV14vEXBoPTNgRjwz7/2GTwHIc=; b=qxa3eHTsCvZSznkBA+wG2YWQGpK0+RVmK7mGCCfWAej8LLjGzhxDcpCRdzph64TSb/ rV9B2E8rL4SUk4d6L+JZ0e06btEZVbS1qJcRAKqm6S6kWEM0wIyUnWquv+qWCfgHgH9k n20G3WJHQHAgXoJNmNVomf2wzgJqez/DexvWlsJE1Op7pp/2BUzXHVo95K/+qLLzkabH obL38XpkqQ2hc6vAyc16BK59Bxro3d0RoYUhMKExcbABcdF62tnWAhcTrougqXRIzMdw VBSpSb6Q9T2L5gNj+rbiX6wBQ0Er57Qcn2aUAVV6+TcXEJg3Nt5/qcit4fO9UilMxUoj gtfg== X-Gm-Message-State: APjAAAVQXlPEdlBLTln05fB1IoK79KPkOuq9nLA35DqWbFqxmjVQuZCB 70/OVEl+CbX53LgNSNcF8lAPcK6O6V1977WHcuaPEw== X-Google-Smtp-Source: APXvYqzpy57/EHOzTXSLzSf3keMtVmLBKsmU0rRVRaSHQpEvmWIO/hSL5ezfKU+X1bWMMEn/DiuqtJfLEN9g3PJzcvQ= X-Received: by 2002:a63:480f:: with SMTP id v15mr6926030pga.201.1580425499190; Thu, 30 Jan 2020 15:04:59 -0800 (PST) MIME-Version: 1.0 References: <20200128072002.79250-1-brendanhiggins@google.com> <20200128072002.79250-8-brendanhiggins@google.com> <20200129062709.5B2A22067C@mail.kernel.org> In-Reply-To: <20200129062709.5B2A22067C@mail.kernel.org> From: Brendan Higgins Date: Thu, 30 Jan 2020 15:04:47 -0800 Message-ID: Subject: Re: [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt To: Stephen Boyd Cc: Andrew Morton , Alan Maguire , Anton Ivanov , Arnd Bergmann , David Gow , Frank Rowand , Jeff Dike , Kees Cook , Richard Weinberger , rppt@linux.ibm.com, Shuah Khan , Iurii Zaikin , Greg KH , Logan Gunthorpe , Luis Chamberlain , Knut Omang , linux-um , linux-arch@vger.kernel.org, "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , Linux Kernel Mailing List , "open list:DOCUMENTATION" Content-Type: text/plain; charset="UTF-8" Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Jan 28, 2020 at 10:27 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2020-01-27 23:20:02) > > 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 > > --- > > Documentation/admin-guide/kernel-parameters.txt | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > > index ade4e6ec23e03..0472b02ce16bb 100644 > > --- a/Documentation/admin-guide/kernel-parameters.txt > > +++ b/Documentation/admin-guide/kernel-parameters.txt > > @@ -2054,6 +2054,13 @@ > > 0: force disabled > > 1: force enabled > > > > + kunit_shutdown [KERNEL UNIT TESTING FRAMEWORK] Shutdown kernel after > > + running tests. > > + 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. > > Maybe drop the full stops on the short descriptions. Will fix. > Otherwise, > > Reviewed-by: Stephen Boyd > Thanks!