From: David S. Miller Date: Fri, 17 Mar 2023 08:56:37 +0000 (+0000) Subject: Merge branch 'inet-const' X-Git-Tag: v6.4-rc1~77^2~304 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d27d367d3b78;p=linux-block.git 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 Signed-off-by: David S. Miller --- d27d367d3b7861d9d6c852450d935507ba4044ee