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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230929075317.GA6282@noisy.programming.kicks-ass.net>
Date:   Fri, 29 Sep 2023 09:53:17 +0200
From:   Peter Zijlstra <peterz@...radead.org>
To:     Jens Axboe <axboe@...nel.dk>
Cc:     io-uring@...r.kernel.org, linux-kernel@...r.kernel.org,
        andres@...razel.de, tglx@...utronix.de
Subject: Re: [PATCHSET v6] Add io_uring futex/futexv support

On Thu, Sep 28, 2023 at 11:25:09AM -0600, Jens Axboe wrote:

>  include/linux/io_uring_types.h |   5 +
>  include/uapi/linux/io_uring.h  |   4 +
>  io_uring/Makefile              |   1 +
>  io_uring/cancel.c              |   5 +
>  io_uring/cancel.h              |   4 +
>  io_uring/futex.c               | 386 +++++++++++++++++++++++++++++++++
>  io_uring/futex.h               |  36 +++
>  io_uring/io_uring.c            |   7 +
>  io_uring/opdef.c               |  34 +++
>  kernel/futex/futex.h           |  20 ++
>  kernel/futex/requeue.c         |   3 +-
>  kernel/futex/syscalls.c        |  18 +-
>  kernel/futex/waitwake.c        |  49 +++--
>  13 files changed, 545 insertions(+), 27 deletions(-)

Thanks for bearing with us on the futex2 thing!

Acked-by: Peter Zijlstra (Intel) <peterz@...radead.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ