[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<169722602308.5697.7422019493094159101.git-patchwork-notify@kernel.org>
Date: Fri, 13 Oct 2023 19:40:23 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Martin KaFai Lau <martin.lau@...ux.dev>
Cc: bpf@...r.kernel.org, ast@...nel.org, andrii@...nel.org,
daniel@...earbox.net, netdev@...r.kernel.org, kernel-team@...a.com,
sfr@...b.auug.org.au, daan.j.demeyer@...il.com
Subject: Re: [PATCH bpf-next] net/bpf: Avoid unused "sin_addr_len" warning when
CONFIG_CGROUP_BPF is not set
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@...nel.org>:
On Fri, 13 Oct 2023 11:57:02 -0700 you wrote:
> From: Martin KaFai Lau <martin.lau@...nel.org>
>
> It was reported that there is a compiler warning on the unused variable
> "sin_addr_len" in af_inet.c when CONFIG_CGROUP_BPF is not set.
> This patch is to address it similar to the ipv6 counterpart
> in inet6_getname(). It is to "return sin_addr_len;"
> instead of "return sizeof(*sin);".
>
> [...]
Here is the summary with links:
- [bpf-next] net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
https://git.kernel.org/bpf/bpf-next/c/9c1292eca243
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