mbox series

[liburing,0/2] liburing: patches for drain bug

Message ID 20230127111133.2551653-1-dylany@meta.com (mailing list archive)
Headers show
Series liburing: patches for drain bug | expand

Message

Dylan Yudaken Jan. 27, 2023, 11:11 a.m. UTC
Two patches for the drain bug I just sent a patch for.  Patch 1 definitely
fails, but patch 2 I am sending just in case as it exercises some more
code paths.

Dylan Yudaken (2): add a test using drain with IORING_SETUP_DEFER_TASKRUN
  run link_drain test with defer_taskrun too

 test/defer-taskrun.c | 45 ++++++++++++++++++++++++++++++++++++++++++++
 test/link_drain.c    | 34 +++++++++++++++++++++++++++++----
 2 files changed, 75 insertions(+), 4 deletions(-)


base-commit: 328cad5e53a38b07139c9059cdff6cee359a5313

Comments

Jens Axboe Jan. 27, 2023, 1:46 p.m. UTC | #1
On Fri, 27 Jan 2023 03:11:31 -0800, Dylan Yudaken wrote:
> Two patches for the drain bug I just sent a patch for.  Patch 1 definitely
> fails, but patch 2 I am sending just in case as it exercises some more
> code paths.
> 
> Dylan Yudaken (2): add a test using drain with IORING_SETUP_DEFER_TASKRUN
>   run link_drain test with defer_taskrun too
> 
> [...]

Applied, thanks!

[1/2] add a test using drain with IORING_SETUP_DEFER_TASKRUN
      (no commit info)
[2/2] run link_drain test with defer_taskrun too
      (no commit info)

Best regards,