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

Breno Leitao <[email protected]> Mon, 3 Aug 2026 06:32:54 -0700
Newsgroups org.kernel.vger.io-uring,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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.