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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C806C433F5 for ; Tue, 8 Feb 2022 18:17:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384356AbiBHSRo (ORCPT ); Tue, 8 Feb 2022 13:17:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233389AbiBHSRk (ORCPT ); Tue, 8 Feb 2022 13:17:40 -0500 Received: from mx1.molgen.mpg.de (mx3.molgen.mpg.de [141.14.17.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 623FFC061576; Tue, 8 Feb 2022 10:17:39 -0800 (PST) Received: from [192.168.0.2] (ip5f5aebc2.dynamic.kabel-deutschland.de [95.90.235.194]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id C5C4F61E6478B; Tue, 8 Feb 2022 19:17:37 +0100 (CET) Message-ID: <4c02f06b-bae2-e8a9-6c77-71dd669342f0@molgen.mpg.de> Date: Tue, 8 Feb 2022 19:17:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH] rcutorture: Add missing - to `--do-allmodconfig` in usage Content-Language: en-US To: "Paul E. McKenney" Cc: Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Shuah Khan , rcu@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220208105240.43600-1-pmenzel@molgen.mpg.de> <20220208180503.GR4285@paulmck-ThinkPad-P17-Gen-1> From: Paul Menzel In-Reply-To: <20220208180503.GR4285@paulmck-ThinkPad-P17-Gen-1> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Paul, Am 08.02.22 um 19:05 schrieb Paul E. McKenney: > On Tue, Feb 08, 2022 at 11:52:40AM +0100, Paul Menzel wrote: >> The usage currently lists `--doallmodconfig`, resulting in: >> >> $ tools/testing/selftests/rcutorture/bin/torture.sh --doallmodconfig >> Unknown argument --doallmodconfig >> […] >> >> Add the missing dash for `--do-allmodconfig`. >> >> Fixes: a115a775a8d5 ("torture: Add "make allmodconfig" to torture.sh") >> Signed-off-by: Paul Menzel > > Good eyes, thank you! > > I will add your Reported-by and your Fixes line (with attribution) to > this commit in -rcu: > > dbc3fa1ffb4b ("torture: Make torture.sh help message match reality") Oh, I missed that. No need to amend, and sorry for the noise. Kind regards, Paul