Merge branch 'io_uring-5.12' into io_uring-fops.v3
authorJens Axboe <axboe@kernel.dk>
Tue, 16 Mar 2021 15:52:43 +0000 (09:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Mar 2021 15:52:43 +0000 (09:52 -0600)
commit8334d433306aec579855f791f10c285e97ecf017
tree965227493b77854cf61c145d6af3f91896bafa91
parent1e28eed17697bcf343c6743f0028cc3b5dd88bf0
parent02934d39a08a57ce5226e3063b2b4e059f59c454
Merge branch 'io_uring-5.12' into io_uring-fops.v3

* io_uring-5.12:
  io_uring: fix sqpoll cancellation via task_work
  io_uring: add generic callback_head helpers
  io_uring: fix concurrent parking
  io_uring: halt SQO submission on ctx exit
  io_uring: replace sqd rw_semaphore with mutex
  io_uring: fix complete_post use ctx after free
  io_uring: fix ->flags races by linked timeouts
  io_uring: convert io_buffer_idr to XArray
  io_uring: allow IO worker threads to be frozen
  kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing
kernel/fork.c