From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Masami Hiramatsu <mhiramat@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org
Subject: Re: [PATCH] tools: bootconfig: Regex brackets need escape
Date: Wed, 9 Jul 2025 08:25:55 +0530 [thread overview]
Message-ID: <aG3aOy4LaUp1JOf5_Gentoo@unixbhaskar-laptop> (raw)
In-Reply-To: <20250709111254.e85d0238a0e286dec33a3e46@kernel.org>
On 11:12 Wed 09 Jul 2025, Masami Hiramatsu wrote:
>Hi Bhaskar,
>
>On Tue, 8 Jul 2025 14:46:08 +0530
>Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>> It was showing malformed syntax colors below those lines,escaping the posix
>> class brackets bring back the syntatic reference back.
>>
>> Oh, malformed syntax colors means,(in a editor,in this case Vim, where syntax
>> highlight is on). In essence, it might complain while running the script.
>
>Hmm, that means your editor's parser's bug, right?
>
>>
>> Hence, this trivialities.
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>> tools/bootconfig/test-bootconfig.sh | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/tools/bootconfig/test-bootconfig.sh b/tools/bootconfig/test-bootconfig.sh
>> index a2c484c243f5..211409539737 100755
>> --- a/tools/bootconfig/test-bootconfig.sh
>> +++ b/tools/bootconfig/test-bootconfig.sh
>> @@ -167,8 +167,8 @@ echo > $INITRD
>>
>> xpass $BOOTCONF -a $TEMPCONF $INITRD
>> $BOOTCONF $INITRD > $OUTFILE
>> -xfail grep -q val[[:space:]] $OUTFILE
>> -xpass grep -q val2[[:space:]] $OUTFILE
>> +xfail grep -q val\[\[:space:\]\] $OUTFILE
>> +xpass grep -q val2\[\[:space:\]\] $OUTFILE
>
>Can you escape it by quotations? In that case, it is acceptable
>as a cleanup. e.g. 'val[[:space:]]'.
>
Yup...looks sane with quotation....sending you V2 in a while.
>Thank you,
>
>
>>
>> echo "=== expected failure cases ==="
>> for i in samples/bad-* ; do
>> --
>> 2.49.0
>>
>
>
>--
>Masami Hiramatsu (Google) <mhiramat@kernel.org>
--
Thanks,
Bhaskar
"Here's looking at you kid"-- Casablanca
https://about.me/unixbhaskar
prev parent reply other threads:[~2025-07-09 2:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 9:16 [PATCH] tools: bootconfig: Regex brackets need escape Bhaskar Chowdhury
2025-07-09 2:12 ` Masami Hiramatsu
2025-07-09 2:55 ` Bhaskar Chowdhury [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aG3aOy4LaUp1JOf5_Gentoo@unixbhaskar-laptop \
--to=unixbhaskar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mhiramat@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox