mbox series

[GIT,PULL] io_uring fix for 6.4-rc5

Message ID ce81810d-3fc3-29c5-a6ff-246f080a880f@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.4-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-02

Message

Jens Axboe June 2, 2023, 1:18 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 2, 2023, 5:41 p.m. UTC | #1
The pull request you sent on Fri, 2 Jun 2023 07:18:29 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-02

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/26d147799001edfe479c0b015ba1cb038def5ae7

Thank you!