mbox series

[liburing,0/5] deferred tw msg_ring tests

Message ID cover.1674523156.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series deferred tw msg_ring tests | expand

Message

Pavel Begunkov Jan. 24, 2023, 1:21 a.m. UTC
Add a regression test for a recent null deref regression with
disabled deferred ring and cover a couple more deferred tw cases.

Pavel Begunkov (5):
  tests/msg_ring: use correct exit codes
  tests/msg_ring: test msg_ring with deferred tw
  test/msg_ring: test msg_ring to a disabled ring
  tests/msg_ring: refactor test_remote
  tests/msg_ring: remote submit to a deferred tw ring

 test/msg-ring.c | 182 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 172 insertions(+), 10 deletions(-)

Comments

Jens Axboe Jan. 24, 2023, 2:31 a.m. UTC | #1
On Tue, 24 Jan 2023 01:21:44 +0000, Pavel Begunkov wrote:
> Add a regression test for a recent null deref regression with
> disabled deferred ring and cover a couple more deferred tw cases.
> 
> Pavel Begunkov (5):
>   tests/msg_ring: use correct exit codes
>   tests/msg_ring: test msg_ring with deferred tw
>   test/msg_ring: test msg_ring to a disabled ring
>   tests/msg_ring: refactor test_remote
>   tests/msg_ring: remote submit to a deferred tw ring
> 
> [...]

Applied, thanks!

[1/5] tests/msg_ring: use correct exit codes
      commit: f4b49d6a04209799e7919abc10cca0a6fafff5f7
[2/5] tests/msg_ring: test msg_ring with deferred tw
      commit: 52ca1bf33fc80425755a8b0f79a8dd91b0833e6b
[3/5] test/msg_ring: test msg_ring to a disabled ring
      commit: 538a3a3357a10b9030b4bba0e39e4e14e3726ce8
[4/5] tests/msg_ring: refactor test_remote
      commit: b78d76aa18aed2dc6750f4185f6941ce74281779
[5/5] tests/msg_ring: remote submit to a deferred tw ring
      commit: 5e065b4d137a5da7d390402f854484e33bb20a5c

Best regards,