Re: [GIT PULL] aio poll fixes for 5.16-rc5

From: Linus Torvalds
Date: Fri Dec 10 2021 - 17:18:36 EST


On Fri, Dec 10, 2021 at 10:33 AM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> This has been tested with the libaio test suite, as well as with test
> programs I wrote that reproduce the first two bugs. I am sending this
> pull request myself as no one seems to be maintaining this code.

Pulled.

The "nobody really maintains or cares about epoll/aio" makes me wonder
if we should just remove the "if EXPERT" from the config options we
have on them, and start encouraging people to perhaps not even build
that code any more?

Because I'm sure we have users of it, but maybe they are few enough
that saying "don't enable this feature unless you need it" is the
right thing to do...

Linus