Re: [PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()

2020-07-07 Thread Christian Brauner
On Mon, Jul 06, 2020 at 01:17:15PM -0700, Kees Cook wrote: > In preparation for users of the "install a received file" logic outside > of net/ (pidfd and seccomp), relocate and rename __scm_install_fd() from > net/core/scm.c to __receive_fd() in fs/file.c, and provide a wrapper > named receive_fd_u

Re: [PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()

2020-07-06 Thread Christoph Hellwig
On Mon, Jul 06, 2020 at 01:17:15PM -0700, Kees Cook wrote: > In preparation for users of the "install a received file" logic outside > of net/ (pidfd and seccomp), relocate and rename __scm_install_fd() from > net/core/scm.c to __receive_fd() in fs/file.c, and provide a wrapper > named receive_fd_u

[PATCH v6 2/7] fs: Move __scm_install_fd() to __receive_fd()

2020-07-06 Thread Kees Cook
In preparation for users of the "install a received file" logic outside of net/ (pidfd and seccomp), relocate and rename __scm_install_fd() from net/core/scm.c to __receive_fd() in fs/file.c, and provide a wrapper named receive_fd_user(), as future patches will change the interface to __receive_fd(