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 CC755EB64D7 for ; Mon, 26 Jun 2023 08:09:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229806AbjFZIJa (ORCPT ); Mon, 26 Jun 2023 04:09:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbjFZIJ3 (ORCPT ); Mon, 26 Jun 2023 04:09:29 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4500F1BB; Mon, 26 Jun 2023 01:09:28 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 111332F4; Mon, 26 Jun 2023 01:10:12 -0700 (PDT) Received: from [192.168.1.100] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4F7D93F73F; Mon, 26 Jun 2023 01:09:25 -0700 (PDT) Message-ID: <0050f8d2-a4cd-2b84-77ad-6fa93bb14b16@arm.com> Date: Mon, 26 Jun 2023 09:09:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH] perf tests: Fix test_arm_callgraph_fp variable expansion To: Markus Elfring Cc: LKML , cocci@inria.fr, linux-perf-users@vger.kernel.org, spoorts2@in.ibm.com, kernel-janitors@vger.kernel.org, Adrian Hunter , Alexander Shishkin , Arnaldo Carvalho de Melo , Athira Rajeev , Ian Rogers , Ingo Molnar , Jiri Olsa , Kajol Jain , Mark Rutland , Namhyung Kim , Peter Zijlstra References: <20230622101809.2431897-1-james.clark@arm.com> <2b1cec46-52a9-21f1-bfcd-fbb4298f072a@web.de> Content-Language: en-US From: James Clark In-Reply-To: <2b1cec46-52a9-21f1-bfcd-fbb4298f072a@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On 23/06/2023 17:56, Markus Elfring wrote: > … >> At the same time silence the shellcheck warning for that line and fix >> two more shellcheck errors at the end of the script. > > Does such a wording really fit to the known requirement “Solve only one problem per patch.”? > > See also: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.4-rc7#n81 > > > Regards, > Markus I think so, it fixes all the shellcheck errors that were claimed to be fixed and introduced by the referenced fix. To be honest I would have rather just reverted the original change completely because it was obviously never tested.