From: Xiaoguang Wang <[email protected]>
To: io-uring <[email protected]>
Cc: "[email protected]" <[email protected]>,
joseph qi <[email protected]>
Subject: Does need memory barrier to synchronize req->result with req->iopoll_completed
Date: Sun, 14 Jun 2020 22:10:39 +0800 [thread overview]
Message-ID: <[email protected]> (raw)
hi,
I have taken some further thoughts about previous IPOLL race fix patch,
if io_complete_rw_iopoll() is called in interrupt context, "req->result = res"
and "WRITE_ONCE(req->iopoll_completed, 1);" are independent store operations.
So in io_do_iopoll(), if iopoll_completed is ture, can we make sure that
req->result has already been perceived by the cpu executing io_do_iopoll()?
Regards,
Xiaoguang Wang
next reply other threads:[~2020-06-14 14:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-14 14:10 Xiaoguang Wang [this message]
2020-06-14 15:36 ` Does need memory barrier to synchronize req->result with req->iopoll_completed Jens Axboe
2020-06-15 2:10 ` Xiaoguang Wang
2020-06-16 17:31 ` Bijan Mottahedeh
2020-06-16 19:35 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dc28ff4f-37cf-03cb-039e-f93fefef8b96@linux.alibaba.com \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox