Merge branch 'io_uring-5.14' into for-5.15/io_uring
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 17:25:47 +0000 (11:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Aug 2021 17:25:47 +0000 (11:25 -0600)
* io_uring-5.14:
  io_uring: fix ctx-exit io_rsrc_put_work() deadlock
  io_uring: drop ctx->uring_lock before flushing work item
  io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
  io-wq: fix bug of creating io-wokers unconditionally
  io_uring: rsrc ref lock needs to be IRQ safe
  io_uring: Use WRITE_ONCE() when writing to sq_flags
  io_uring: clear TIF_NOTIFY_SIGNAL when running task work


Trivial merge