[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230315154245.3405750-1-edumazet@google.com>
Date: Wed, 15 Mar 2023 15:42:37 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: David Ahern <dsahern@...nel.org>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/8] inet: better const qualifier awareness
inet_sk() can be changed to propagate const qualifier.
Following patches adds more const qualifiers.
Eric Dumazet (8):
inet: preserve const qualifier in inet_sk()
ipv4: constify ip_mc_sf_allow() socket argument
udp: constify __udp_is_mcast_sock() socket argument
ipv6: constify inet6_mc_check()
udp6: constify __udp_v6_is_mcast_sock() socket argument
ipv6: raw: constify raw_v6_match() socket argument
ipv4: raw: constify raw_v4_match() socket argument
inet_diag: constify raw_lookup() socket argument
include/linux/igmp.h | 2 +-
include/net/addrconf.h | 2 +-
include/net/inet_sock.h | 9 +++++----
include/net/raw.h | 2 +-
include/net/rawv6.h | 2 +-
include/trace/events/sock.h | 4 ++--
include/trace/events/tcp.h | 2 +-
net/ipv4/igmp.c | 4 ++--
net/ipv4/ip_output.c | 5 +++--
net/ipv4/raw.c | 4 ++--
net/ipv4/raw_diag.c | 2 +-
net/ipv4/udp.c | 4 ++--
net/ipv6/mcast.c | 8 ++++----
net/ipv6/ping.c | 2 +-
net/ipv6/raw.c | 2 +-
net/ipv6/udp.c | 6 +++---
net/mptcp/sockopt.c | 2 +-
security/lsm_audit.c | 4 ++--
18 files changed, 34 insertions(+), 32 deletions(-)
--
2.40.0.rc1.284.g88254d51c5-goog
Powered by blists - more mailing lists