Re: [PATCH] checkpatch: Fix perl 5.22 brace deprecation warnings

From: Stefan Tatschner
Date: Fri Sep 04 2015 - 04:28:22 EST


On Mi, 2015-07-08 at 21:22 +0200, Stefan Tatschner wrote:
> This patch fixes four "Unescaped left brace in regex is
> deprecated" (perl 5.22) warnings by escaping left braces
> properly.
>
> Signed-off-by: Stefan Tatschner <stefan@xxxxxxxxxxxxx>

Are there any updates on this patch? It seems it got lost in the noise.
It fixes these deprecation warnings on perl 5.22.0:

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\#\s*define.*do\s{ <-- HERE / at scripts/checkpatch.pl line 3523.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\(.*\){ <-- HERE / at scripts/checkpatch.pl line 4035.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/do{ <-- HERE / at scripts/checkpatch.pl line 4036.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\({ <-- HERE / at scripts/checkpatch.pl line 4483.

Stefan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/