Merge branch 'inet-const'
authorDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:56:37 +0000 (08:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:56:37 +0000 (08:56 +0000)
commitd27d367d3b7861d9d6c852450d935507ba4044ee
tree9a96d9a2954793f393f6c63f699ed2c8455df5c1
parent82b3297009b6831dfe47f0f38ed4043e39f58c9f
parent736c8b52c8ada4ca93a59f7d597c5650ebc45921
Merge branch 'inet-const'

Eric Dumazet says:

====================
inet: better const qualifier awareness

inet_sk() can be changed to propagate const qualifier,
thanks to container_of_const()

Following patches in this series add more const qualifiers.

Other helpers like tcp_sk(), udp_sk(), raw_sk(), ... will be handled
in following series.
====================

Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>