]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Aug 2021 17:34:26 +0000 (10:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Aug 2021 17:34:26 +0000 (10:34 -0700)
commitbea6674fe535e9179c9258dab3718c8c776c6dc0
tree9698ecbc6498e06b5a0a640a7656b262bfef5874
parent08b884a092acf8b3f9fddc639c04a838dbf484f5
parent5c2d03b88a4e125c31a60246744eb2926f908ad3
Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-block

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