Message ID | 20220714110258.1336200-1-dylany@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | io_uring: multishot recvmsg | expand |
On Thu, 14 Jul 2022 04:02:55 -0700, Dylan Yudaken wrote: > This series adds multishot support to recvmsg in io_uring. > > The idea is that you submit a single multishot recvmsg and then receive > completions as and when data arrives. For recvmsg each completion also has > control data, and this is necessarily included in the same buffer as the > payload. > > [...] Applied, thanks! [1/3] net: copy from user before calling __copy_msghdr commit: 03a3f428042c7752afa5dc5ffe3cf0b8f0e2acbf [2/3] net: copy from user before calling __get_compat_msghdr commit: 1a3e4e94a1b95edb37cf0f66d7dfb32beb61df7f [3/3] io_uring: support multishot in recvmsg commit: a8b38c4ce7240d869c820d457bcd51e452149510 Best regards,