[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <169348322359.7795.11591685845254219512.git-patchwork-notify@kernel.org>
Date: Thu, 31 Aug 2023 12:00:23 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vishal Chourasia <vishalc@...ux.ibm.com>
Cc: andrii.nakryiko@...il.com, andrii@...nel.org, ast@...nel.org,
bpf@...r.kernel.org, daniel@...earbox.net, davem@...emloft.net,
haoluo@...gle.com, hawk@...nel.org, john.fastabend@...il.com,
jolsa@...nel.org, kpsingh@...nel.org, kuba@...nel.org,
linux-kernel@...r.kernel.org, martin.lau@...ux.dev,
netdev@...r.kernel.org, quentin@...valent.com,
sachinp@...ux.ibm.com, sdf@...gle.com, song@...nel.org,
srikar@...ux.vnet.ibm.com, yhs@...com
Subject: Re: [PATCH v2] Fix invalid escape sequence warnings
Hello:
This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@...earbox.net>:
On Tue, 29 Aug 2023 13:19:31 +0530 you wrote:
> The script bpf_doc.py generates multiple SyntaxWarnings related to invalid
> escape sequences when executed with Python 3.12. These warnings do not appear in
> Python 3.10 and 3.11 and do not affect the kernel build, which completes
> successfully.
>
> This patch resolves these SyntaxWarnings by converting the relevant string
> literals to raw strings or by escaping backslashes. This ensures that
> backslashes are interpreted as literal characters, eliminating the warnings.
>
> [...]
Here is the summary with links:
- [v2] Fix invalid escape sequence warnings
https://git.kernel.org/bpf/bpf/c/121fd33bf2d9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists