* [GIT PULL] io_uring fixes for 5.14-rc5
@ 2021-08-07 16:51 Jens Axboe
2021-08-07 18:21 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-08-07 16:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus.
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)
Please pull!
The following changes since commit a890d01e4ee016978776e45340e521b3bbbdf41f:
io_uring: fix poll requests leaking second poll entries (2021-07-28 07:24:57 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/io_uring-5.14-2021-08-07
for you to fetch changes up to 21698274da5b6fc724b005bc7ec3e6b9fbcfaa06:
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement (2021-08-06 08:28:18 -0600)
----------------------------------------------------------------
io_uring-5.14-2021-08-07
----------------------------------------------------------------
Hao Xu (2):
io-wq: fix no lock protection of acct->nr_worker
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Jens Axboe (1):
io-wq: fix race between worker exiting and activating free worker
fs/io-wq.c | 71 +++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 45 insertions(+), 26 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-07 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-07 16:51 [GIT PULL] io_uring fixes for 5.14-rc5 Jens Axboe
2021-08-07 18:21 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox