mbox series

[liburing,v2,0/3] 6.0 updates

Message ID 20220927102202.69069-1-dylany@fb.com (mailing list archive)
Headers show
Series 6.0 updates | expand

Message

Dylan Yudaken Sept. 27, 2022, 10:21 a.m. UTC
liburing updates for 6.0:

Patch 1 updates to account for the single issuer ring being assigned at
ring creation time.
Patch 2 updates man pages from 5.20 -> 6.0
Patch 3 reduces test flakiness

v2:
 - handle IORING_SETUP_R_DISABLED semantics
 - fix unique path in open-direct-pick test 

Dylan Yudaken (3):
  handle single issuer task registration at ring creation
  update documentation to reflect no 5.20 kernel
  give open-direct-pick.c a unique path

 man/io_uring_prep_recv.3    |  2 +-
 man/io_uring_prep_recvmsg.3 |  2 +-
 man/io_uring_setup.2        | 18 +++++++++---------
 test/defer-taskrun.c        |  8 ++++++--
 test/open-direct-pick.c     |  2 +-
 test/single-issuer.c        | 34 ++++++++++++++++++++++++++--------
 6 files changed, 44 insertions(+), 22 deletions(-)


base-commit: 1cba5d6c9e41e2f55ac4c3f93f5e05f9b5082a3e

Comments

Jens Axboe Sept. 27, 2022, 2:15 p.m. UTC | #1
On Tue, 27 Sep 2022 03:21:59 -0700, Dylan Yudaken wrote:
> liburing updates for 6.0:
> 
> Patch 1 updates to account for the single issuer ring being assigned at
> ring creation time.
> Patch 2 updates man pages from 5.20 -> 6.0
> Patch 3 reduces test flakiness
> 
> [...]

Applied, thanks!

[1/3] handle single issuer task registration at ring creation
      commit: f37012787e5cde63fb30ae92c9ac25153298dc5b
[2/3] update documentation to reflect no 5.20 kernel
      commit: b08210967b53c339a1cb983e176e8b53b5c8e0db
[3/3] give open-direct-pick.c a unique path
      commit: eb90f4229c0526bace370175eeec1329bf72311b

Best regards,