Re: [PATCH] allow UDP cmsghdrs through io_uring

2020-12-13 Thread Victor Stewart
the header didn't come through on my email, but i see it in the archive. almost got this git send-email thing working lol. the patch got a different subject line for some reason. On Sun, Dec 13, 2020 at 8:31 PM Victor Stewart wrote: > > --- > net/ipv4/af_inet.c | 1 + > net/ipv6/af_inet6.c | 1

[PATCH] allow UDP cmsghdrs through io_uring

2020-12-13 Thread Victor Stewart
--- net/ipv4/af_inet.c | 1 + net/ipv6/af_inet6.c | 1 + net/socket.c| 8 +--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index b7260c8cef2e..c9fd5e7cfd6e 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c @@ -1052,6 +1