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 0758EC10DCE for ; Fri, 6 Mar 2020 14:04:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D61E1208CD for ; Fri, 6 Mar 2020 14:04:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583503452; bh=Nq9KmkAUq5F9r3sx/yxBgy6aw7mRvtKy8xoVi/1LUaU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=qA3jVTwsjZWmqjmizCYGo0sE9DPLe0g6F/DVdvwcDxmD+2bAufAEeGw4ArFF9JDKh 1omNw4+L1pzDEQ6Y9N6Emeg3VaJ65eaLoqYLiG/Kd1V9x2wr8cVbg7fg9Cgg4X6s5i zXTMyrJfWhjKxeLBLLqK/rkoMDFXJkHURplS+9KM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726650AbgCFOEM (ORCPT ); Fri, 6 Mar 2020 09:04:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:38388 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726251AbgCFOEM (ORCPT ); Fri, 6 Mar 2020 09:04: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 9312F20866; Fri, 6 Mar 2020 14:04:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583503451; bh=Nq9KmkAUq5F9r3sx/yxBgy6aw7mRvtKy8xoVi/1LUaU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=1VmdVldybeLhw8UkDSUvunsqGSnJj3olRcE2BPDvB6NY6YKLfpOZJ3HNCdILvE1OE 552ncCbIyD6AoID2TsIZ/lrANy9t+Zcf7UxSG3gJHff3FhlaslGL+tHNTdr/yYGA6v qOFPJUC7HazIsfQ6YlNCnrz6L7+jkSTtHrZD3UZ0= Date: Fri, 6 Mar 2020 23:04:06 +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: <20200306230406.dd9c7358f00f47ff5760c899@kernel.org> In-Reply-To: <58f4d6b3-ce3d-d1a5-aa0f-c31c1bbec091@web.de> References: <158341540688.4236.11231142256496896074.stgit@devnote2> <20200306105107.afba066a97db1eb12f290aff@kernel.org> <58f4d6b3-ce3d-d1a5-aa0f-c31c1bbec091@web.de> 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-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 6 Mar 2020 10:34:30 +0100 Markus Elfring wrote: > > If you think you have "any more" update candidates, feel free to make > > an update "patch" and send to us. > > I pointed a few change possibilities out already. I can not respond to requests only for possibility. > > That will be the next step. > > I got the impression that we are in the process of constructing another patch together > which will fix known wording weaknesses. Would you mean the broken EBNF part? Yeah, maybe, but it is another story. I decided to drop it this time. You can refine it but please use better format instead of such incomplete one. > By the way: > I wonder about the shown version identifier. > Will the patch numbering need also further considerations? No. > >> … > >>> +++ 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. > > How will affected places be improved after such an agreement? Would you please make a patch of new sentence? Thank you, -- Masami Hiramatsu