Merge tag 'io_uring-6.4-2023-06-02' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jun 2023 17:08:27 +0000 (13:08 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jun 2023 17:08:27 +0000 (13:08 -0400)
commit26d147799001edfe479c0b015ba1cb038def5ae7
treed1d29b19cd4417e5399db7ae71410fa6a89556f7
parent921bdc72a0d68977092d6a64855a1b8967acc1d9
parent4ea0bf4b98d66a7a790abb285539f395596bae92
Merge tag 'io_uring-6.4-2023-06-02' of git://git.kernel.dk/linux

Pull io_uring fix from Jens Axboe:
 "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"

* tag 'io_uring-6.4-2023-06-02' of git://git.kernel.dk/linux:
  io_uring: undeprecate epoll_ctl support