mbox series

[liburing,0/2] 6.0 updates

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

Message

Dylan Yudaken Sept. 26, 2022, 3:14 p.m. UTC
Two 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

Dylan Yudaken (2):
  handle single issuer task registration at ring creation
  update documentation to reflect no 5.20 kernel

 man/io_uring_prep_recv.3    |  2 +-
 man/io_uring_prep_recvmsg.3 |  2 +-
 man/io_uring_setup.2        |  8 ++++----
 test/defer-taskrun.c        | 12 ++++--------
 test/single-issuer.c        | 14 +++++++-------
 5 files changed, 17 insertions(+), 21 deletions(-)


base-commit: 1cba5d6c9e41e2f55ac4c3f93f5e05f9b5082a3e

Comments

Jens Axboe Sept. 26, 2022, 5:18 p.m. UTC | #1
On 9/26/22 9:14 AM, Dylan Yudaken wrote:
> Two 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

I'll wait for a v2 of this one as well, as at least the documentation will
need updating for v2 of the kernel side.