On Sat, Oct 3, 2020 at 7:36 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > Locking and especially control flow in fs/eventpoll.c is > overcomplicated. As the result, the code has been hard to follow > and easy to fuck up while modifying. Scanning through the patches they all look superficially ok to me, but I'm wondering how much test coverage you have (because I'm wondering how much test coverage we have in general for epoll). But I'm certainly not in the least against trying to make the epoll code more straightforward and understandable. Linus