lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ