From: patchwork-bot+netdevbpf@kernel.org
To: Vishal Chourasia <vishalc@linux.ibm.com>
Cc: andrii.nakryiko@gmail.com, andrii@kernel.org, ast@kernel.org,
bpf@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net,
haoluo@google.com, hawk@kernel.org, john.fastabend@gmail.com,
jolsa@kernel.org, kpsingh@kernel.org, kuba@kernel.org,
linux-kernel@vger.kernel.org, martin.lau@linux.dev,
netdev@vger.kernel.org, quentin@isovalent.com,
sachinp@linux.ibm.com, sdf@google.com, song@kernel.org,
srikar@linux.vnet.ibm.com, yhs@fb.com
Subject: Re: [PATCH v2] Fix invalid escape sequence warnings
Date: Thu, 31 Aug 2023 12:00:23 +0000 [thread overview]
Message-ID: <169348322359.7795.11591685845254219512.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230829074931.2511204-1-vishalc@linux.ibm.com>
Hello:
This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@iogearbox.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
next prev parent reply other threads:[~2023-08-31 12:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 8:47 Warning when compiling with python3.12 Srikar Dronamraju
2023-08-16 12:21 ` [PATCH] Fix invalid escape sequence warnings Vishal Chourasia
2023-08-22 23:30 ` Andrii Nakryiko
2023-08-29 7:43 ` Vishal Chourasia
2023-08-29 7:49 ` [PATCH v2] " Vishal Chourasia
2023-08-30 15:21 ` Quentin Monnet
2023-08-31 12:00 ` patchwork-bot+netdevbpf [this message]
2023-08-23 8:44 ` [PATCH] " Srikar Dronamraju
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=169348322359.7795.11591685845254219512.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii.nakryiko@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=haoluo@google.com \
--cc=hawk@kernel.org \
--cc=john.fastabend@gmail.com \
--cc=jolsa@kernel.org \
--cc=kpsingh@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.lau@linux.dev \
--cc=netdev@vger.kernel.org \
--cc=quentin@isovalent.com \
--cc=sachinp@linux.ibm.com \
--cc=sdf@google.com \
--cc=song@kernel.org \
--cc=srikar@linux.vnet.ibm.com \
--cc=vishalc@linux.ibm.com \
--cc=yhs@fb.com \
/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