Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: 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