commit | d27d367d3b7861d9d6c852450d935507ba4044ee | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 17 08:56:37 2023 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 17 08:56:37 2023 +0000 |
tree | 9a96d9a2954793f393f6c63f699ed2c8455df5c1 | |
parent | 82b3297009b6831dfe47f0f38ed4043e39f58c9f [diff] | |
parent | 736c8b52c8ada4ca93a59f7d597c5650ebc45921 [diff] |
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>