mbox series

[liburing,0/2] revert buf-ring test

Message ID 20220615074025.124322-1-dylany@fb.com (mailing list archive)
Headers show
Series revert buf-ring test | expand

Message

Dylan Yudaken June 15, 2022, 7:40 a.m. UTC
Revert the two patches for the buf-ring test as the NOP support is being
removed from 5.19

Dylan Yudaken (2):
  Revert "test/buf-ring: ensure cqe isn't used uninitialized"
  Revert "buf-ring: add tests that cycle through the provided buffer
    ring"

 test/buf-ring.c | 130 ------------------------------------------------
 1 file changed, 130 deletions(-)


base-commit: d6f9e02f9c6a777010824341f14c994b11dfc8b1

Comments

Dylan Yudaken June 15, 2022, 11:16 a.m. UTC | #1
On Wed, 2022-06-15 at 00:40 -0700, Dylan Yudaken wrote:
> Revert the two patches for the buf-ring test as the NOP support is
> being
> removed from 5.19
> 
> Dylan Yudaken (2):
>   Revert "test/buf-ring: ensure cqe isn't used uninitialized"
>   Revert "buf-ring: add tests that cycle through the provided buffer
>     ring"
> 
>  test/buf-ring.c | 130 ----------------------------------------------
> --
>  1 file changed, 130 deletions(-)
> 
> 
> base-commit: d6f9e02f9c6a777010824341f14c994b11dfc8b1

It's actually trivial to convert this to reads of /dev/zero, so I'll do
that instead rather than revert the test