Re: remove kernel_setsockopt v4
From: David Miller <davem@davemloft.net>
Date: 2020-05-29 20:11:31
Also in:
linux-sctp, lkml
From: David Miller <davem@davemloft.net>
Date: 2020-05-29 20:11:31
Also in:
linux-sctp, lkml
From: Christoph Hellwig <hch@lst.de> Date: Fri, 29 May 2020 14:09:39 +0200
now that only the dlm calls to sctp are left for kernel_setsockopt, while we haven't really made much progress with the sctp setsockopt refactoring, how about this small series that splits out a sctp_setsockopt_bindx_kernel that takes a kernel space address array to share more code as requested by Marcelo. This should fit in with whatever variant of the refator of sctp setsockopt we go with, but just solved the immediate problem for now.
... Series applied, thanks.