Hi Linus, Just a single revert in here, removing the warning on the epoll ctl opcode. We originally deprecated this a few releases ago, but I've since had two people report that it's being used. Which isn't the biggest deal, obviously this is why we out in the deprecation notice in the first place, but it also means that we should just kill this warning again and abandon the deprecation plans. Since it's only a few handfuls of code to support epoll ctl, not worth going any further with this imho. Please pull! The following changes since commit 533ab73f5b5c95dcb4152b52d5482abcc824c690: io_uring: unlock sqd->lock before sq thread release CPU (2023-05-25 09:30:13 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-02 for you to fetch changes up to 4ea0bf4b98d66a7a790abb285539f395596bae92: io_uring: undeprecate epoll_ctl support (2023-05-26 20:22:41 -0600) ---------------------------------------------------------------- io_uring-6.4-2023-06-02 ---------------------------------------------------------------- Ben Noordhuis (1): io_uring: undeprecate epoll_ctl support io_uring/epoll.c | 4 ---- 1 file changed, 4 deletions(-) -- Jens Axboe