]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
authorChristoph Hellwig <hch@lst.de>
Sun, 19 Jul 2020 07:22:25 +0000 (09:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 01:26:44 +0000 (18:26 -0700)
commitd2b1bcbe4a107037df1e3514298aaf9a117c3613
treec1303055e6a2e6bbbe892a75d92db80a8acddf97
parentae8099c0f2217f00fdc669a3bb7a91950f7ab2a2
sctp: pass a kernel pointer to sctp_setsockopt_auth_supported

Use the kernel pointer that sctp_setsockopt has available instead of
directly handling the user pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c