Re: [PATCH v4] pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumers

From: Breno Leitao

Date: Mon Aug 03 2026 - 09:44:36 EST


On Mon, Aug 03, 2026 at 02:46:25PM +0200, Oleg Nesterov wrote:
> + * Currently io_uring sets EPOLLET for multishot polls, so it gets the
> + * same behaviour.

I got the impression that Linus wanted the comment epoll-only, and
wanted the io_uring case treated as something to remove, not to bless.