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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 89AD9C3F2D1 for ; Fri, 6 Mar 2020 01:51:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 568AC20801 for ; Fri, 6 Mar 2020 01:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583459473; bh=fBPZTNKVmE1hgU6NPzJDk+RxRcB7GHz4B/xu2UW858E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=ase4jgX4dlLH0kUkr266Jkdddf6BQI8+ZI9aBwj3T4aK/C/C3xNGQxGFXlXyZnFG/ LDbe4dBMiw2RgBg+DfeqAWBLYtHOXKsqdfU5KNOSquwaUxw1ecTKk3F+W2KuoGqd3D GgJwstXc5p/RyM1xyVoBM+9IFVbamyMItxraun2Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726766AbgCFBvM (ORCPT ); Thu, 5 Mar 2020 20:51:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:41144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgCFBvM (ORCPT ); Thu, 5 Mar 2020 20:51:12 -0500 Received: from devnote2 (NE2965lan1.rev.em-net.ne.jp [210.141.244.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C94C12073D; Fri, 6 Mar 2020 01:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583459471; bh=fBPZTNKVmE1hgU6NPzJDk+RxRcB7GHz4B/xu2UW858E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=wk5YwY25z9KMKu8CtJWyejdMTwhoxNIegrIzGZ78qjGOBWDY9XM8xTPFLOTPB3cEP dNrBGhnRDpnelVGEECd9kPFTmTWvtKm3nPWRISHJjxLmK4qCJe34xYGTn/v7XbFstf WzA0e7I0TNAgZNHt9MobVV8x1gltWUZGXEyRx1ls= Date: Fri, 6 Mar 2020 10:51:07 +0900 From: Masami Hiramatsu To: Markus Elfring Cc: linux-doc@vger.kernel.org, Steven Rostedt , Jonathan Corbet , Randy Dunlap , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH v5.1] Documentation: bootconfig: Update boot configuration documentation Message-Id: <20200306105107.afba066a97db1eb12f290aff@kernel.org> In-Reply-To: References: <158341540688.4236.11231142256496896074.stgit@devnote2> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Mar 2020 15:00:14 +0100 Markus Elfring wrote: > > Changes in v5.1: > > - Fix some mistakes (Thanks Randy!) > > Do you need any more reminders for remaining update candidates? Hmm, no, I don't need it any more at this point. This is good enough. If you think you have "any more" update candidates, feel free to make an update "patch" and send to us. That will be the next step. > … > > +++ b/Documentation/admin-guide/bootconfig.rst > … > > +If you think that kernel/init options become too long to write in boot-loader > > +configuration file or you want to comment on each option, the boot > > +configuration may be suitable. … > > Would you like to specify any settings in the boot configuration file > because the provided storage capacity would be too limited by the kernel command line? Yes. Thank you, -- Masami Hiramatsu From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Hiramatsu Date: Fri, 06 Mar 2020 01:51:07 +0000 Subject: Re: [PATCH v5.1] Documentation: bootconfig: Update boot configuration documentation Message-Id: <20200306105107.afba066a97db1eb12f290aff@kernel.org> List-Id: References: <158341540688.4236.11231142256496896074.stgit@devnote2> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Markus Elfring Cc: linux-doc@vger.kernel.org, Steven Rostedt , Jonathan Corbet , Randy Dunlap , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On Thu, 5 Mar 2020 15:00:14 +0100 Markus Elfring wrote: > > Changes in v5.1: > > - Fix some mistakes (Thanks Randy!) > > Do you need any more reminders for remaining update candidates? Hmm, no, I don't need it any more at this point. This is good enough. If you think you have "any more" update candidates, feel free to make an update "patch" and send to us. That will be the next step. > … > > +++ b/Documentation/admin-guide/bootconfig.rst > … > > +If you think that kernel/init options become too long to write in boot-loader > > +configuration file or you want to comment on each option, the boot > > +configuration may be suitable. … > > Would you like to specify any settings in the boot configuration file > because the provided storage capacity would be too limited by the kernel command line? Yes. Thank you, -- Masami Hiramatsu