Re: [PATCH 0/3] Fix for shellcheck issues with version "0.6"
From: Namhyung Kim <namhyung@kernel.org>
Date: 2023-09-28 03:55:01
Also in:
linux-perf-users
From: Namhyung Kim <namhyung@kernel.org>
Date: 2023-09-28 03:55:01
Also in:
linux-perf-users
On Tue, Sep 26, 2023 at 9:29 PM Athira Rajeev [off-list ref] wrote:
quoted
On 25-Sep-2023, at 1:34 PM, kajoljain [off-list ref] wrote: On 9/7/23 22:45, Athira Rajeev wrote:quoted
From: root <redacted> shellcheck was run on perf tool shell scripts s a pre-requisite to include a build option for shellcheck discussed here: https://www.spinics.net/lists/linux-perf-users/msg25553.html And fixes were added for the coding/formatting issues in two patchsets: https://lore.kernel.org/linux-perf-users/20230613164145.50488-1-atrajeev@linux.vnet.ibm.com/ (local) https://lore.kernel.org/linux-perf-users/20230709182800.53002-1-atrajeev@linux.vnet.ibm.com/ (local) Three additional issues are observed with shellcheck "0.6" and this patchset covers those. With this patchset, # for F in $(find tests/shell/ -perm -o=x -name '*.sh'); do shellcheck -S warning $F; done # echo $? 0Patchset looks good to me. Reviewed-by: Kajol Jain <redacted> Thanks, Kajol JainHi Namhyunbg, Can you please check for this patchset also
Sure, it's applied to perf-tools-next, thanks!