From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, dsahern@kernel.org,
simon.horman@corigine.com, willemb@google.com,
matthieu.baerts@tessares.net, eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 00/10] net: better const qualifier awareness
Date: Sat, 18 Mar 2023 12:30:20 +0000 [thread overview]
Message-ID: <167914262019.17217.8034633587099302733.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230317155539.2552954-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 17 Mar 2023 15:55:29 +0000 you wrote:
> This is a follow-up of d27d367d3b78 ("inet: better const qualifier awareness")
>
> Adopting container_of_const() to perform (struct sock *)->(protocol sock *)
> operation is allowing us to propagate const qualifier and thus detect
> misuses at compile time.
>
> Most conversions are trivial, because most protocols did not adopt yet
> const sk pointers where it could make sense.
>
> [...]
Here is the summary with links:
- [net-next,01/10] udp: preserve const qualifier in udp_sk()
https://git.kernel.org/netdev/net-next/c/94c540fbfc80
- [net-next,02/10] af_packet: preserve const qualifier in pkt_sk()
https://git.kernel.org/netdev/net-next/c/68ac9a8b6e65
- [net-next,03/10] raw: preserve const qualifier in raw_sk()
https://git.kernel.org/netdev/net-next/c/0a2db4630b72
- [net-next,04/10] ipv6: raw: preserve const qualifier in raw6_sk()
https://git.kernel.org/netdev/net-next/c/47fcae28b9ec
- [net-next,05/10] dccp: preserve const qualifier in dccp_sk()
https://git.kernel.org/netdev/net-next/c/ae6084b73992
- [net-next,06/10] af_unix: preserve const qualifier in unix_sk()
https://git.kernel.org/netdev/net-next/c/b064ba9c3cfa
- [net-next,07/10] smc: preserve const qualifier in smc_sk()
https://git.kernel.org/netdev/net-next/c/407db475d505
- [net-next,08/10] x25: preserve const qualifier in [a]x25_sk()
https://git.kernel.org/netdev/net-next/c/c7154ca8e075
- [net-next,09/10] mptcp: preserve const qualifier in mptcp_sk()
https://git.kernel.org/netdev/net-next/c/403a40f2304d
- [net-next,10/10] tcp: preserve const qualifier in tcp_sk()
https://git.kernel.org/netdev/net-next/c/e9d9da91548b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-03-18 12:30 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-17 15:55 [PATCH net-next 00/10] net: better const qualifier awareness Eric Dumazet
2023-03-17 15:55 ` [PATCH net-next 01/10] udp: preserve const qualifier in udp_sk() Eric Dumazet
2023-03-17 16:33 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 02/10] af_packet: preserve const qualifier in pkt_sk() Eric Dumazet
2023-03-17 16:33 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 03/10] raw: preserve const qualifier in raw_sk() Eric Dumazet
2023-03-17 16:33 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 04/10] ipv6: raw: preserve const qualifier in raw6_sk() Eric Dumazet
2023-03-17 16:35 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 05/10] dccp: preserve const qualifier in dccp_sk() Eric Dumazet
2023-03-17 16:36 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 06/10] af_unix: preserve const qualifier in unix_sk() Eric Dumazet
2023-03-17 16:37 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 07/10] smc: preserve const qualifier in smc_sk() Eric Dumazet
2023-03-17 17:01 ` Simon Horman
2023-03-17 20:05 ` Wenjia Zhang
2023-03-17 15:55 ` [PATCH net-next 08/10] x25: preserve const qualifier in [a]x25_sk() Eric Dumazet
2023-03-17 17:03 ` Simon Horman
2023-03-17 15:55 ` [PATCH net-next 09/10] mptcp: preserve const qualifier in mptcp_sk() Eric Dumazet
2023-03-17 17:05 ` Simon Horman
2023-03-17 17:32 ` Matthieu Baerts
2023-03-17 17:47 ` Eric Dumazet
2023-03-17 17:59 ` Matthieu Baerts
2023-03-17 15:55 ` [PATCH net-next 10/10] tcp: preserve const qualifier in tcp_sk() Eric Dumazet
2023-03-17 17:12 ` Simon Horman
2023-03-18 12:30 ` patchwork-bot+netdevbpf [this message]
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=167914262019.17217.8034633587099302733.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=matthieu.baerts@tessares.net \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=simon.horman@corigine.com \
--cc=willemb@google.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;
as well as URLs for NNTP newsgroup(s).