On Wed, Jan 05, 2022 at 08:49:43PM -0800, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Add a regression test for a recently-fixed kernel bug where aio polls > sometimes didn't complete even if the file is ready. > > This is a cleaned-up version of the test which I originally posted at > https://lore.kernel.org/r/YbMKtAjSJdXNTzOk@sol.localdomain > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > harness/cases/23.t | 255 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 255 insertions(+) > create mode 100644 harness/cases/23.t Jeff, any feedback on this? It looks like you're maintaining libaio. I feel that this should go in the libaio test suite given the other aio tests there already (including the one for aio poll), but I'd also be glad to put this in LTP instead if you would prefer that. Just let me know... - Eric