net: add sock_init_data_uid()
Add sock_init_data_uid() to explicitly initialize the socket uid. To initialise the socket uid, sock_init_data() assumes a the struct socket* sock is always embedded in a struct socket_alloc, used to access the corresponding inode uid. This may not be true. Examples are sockets created in tun_chr_open() and tap_open(). Change-Id: I1f6b197165284ca8dd798af73136157a12f44d36 Fixes: 86741ec2 ("net: core: Add a UID field to struct sock.") Signed-off-by:Pietro Borrello <borrello@diag.uniroma1.it> Reviewed-by:
Eric Dumazet <edumazet@google.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Git-commit: 584f3742890e966d2f0a1f3c418c9ead70b2d99e Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git Signed-off-by:
Kaustubh Pandey <quic_kapandey@quicinc.com>
Loading
Please register or sign in to comment