[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <170259799501.410702.15075202098496334749.b4-ty@kernel.dk>
Date: Thu, 14 Dec 2023 16:53:15 -0700
From: Jens Axboe <axboe@...nel.dk>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: Breno Leitao <leitao@...ian.org>, Jakub Kicinski <kuba@...nel.org>,
io-uring@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] fix breakage in SOCKET_URING_OP_SIOC* implementation
On Thu, 14 Dec 2023 21:34:08 +0000, Al Viro wrote:
> In 8e9fad0e70b7 "io_uring: Add io_uring command support for sockets"
> you've got an include of asm-generic/ioctls.h done in io_uring/uring_cmd.c.
> That had been done for the sake of this chunk -
> + ret = prot->ioctl(sk, SIOCINQ, &arg);
> + if (ret)
> + return ret;
> + return arg;
> + case SOCKET_URING_OP_SIOCOUTQ:
> + ret = prot->ioctl(sk, SIOCOUTQ, &arg);
>
> [...]
Applied, thanks!
[1/1] fix breakage in SOCKET_URING_OP_SIOC* implementation
commit: 1ba0e9d69b2000e95267c888cbfa91d823388d47
Best regards,
--
Jens Axboe
Powered by blists - more mailing lists