Re: remove kernel_setsockopt v4

From: David Miller
Date: Fri May 29 2020 - 16:11:32 EST


From: Christoph Hellwig <hch@xxxxxx>
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.