Pull io_uring from Jens Axboe:
 "A few io-wq related fixes:
   - Fix potential nr_worker race and missing max_workers check from one
     path (Hao)
   - Fix race between worker exiting and new work queue (me)"
* tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-block:
  io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
  io-wq: fix no lock protection of acct->nr_worker
  io-wq: fix race between worker exiting and activating free worker