]> www.infradead.org Git - users/willy/xarray.git/commit
Merge tag 'io_uring-6.11-20240722' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Jul 2024 18:45:48 +0000 (11:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Jul 2024 18:45:48 +0000 (11:45 -0700)
commit9deed1d5f82cf30308027f9f604a95ac7ffdbe19
tree373ce3f6d5ca8ea40d0fa3610f8ac167d96592bd
parent7d080fa867092c1db078dd72d70cb256642f7b18
parentbcc87d978b834c298bbdd9c52454c5d0a946e97e
Merge tag 'io_uring-6.11-20240722' of git://git.kernel.dk/linux

Pull io_uring fixes from Jens Axboe:
 "Two minor fixes in here, both heading to stable. In detail:

   - Fix error where forced async uring_cmd getsockopt returns the wrong
     value on execution, leading to it never being completed (Pavel)

   - Fix io_alloc_pbuf_ring() using a NULL check rather than IS_ERR
     (Pavel)"

* tag 'io_uring-6.11-20240722' of git://git.kernel.dk/linux:
  io_uring: fix error pbuf checking
  io_uring: fix lost getsockopt completions