From: Jason Wang <jasowang@redhat.com>
To: Herbert Xu <herbert@gondor.apana.org.au>, Will Deacon <will@kernel.org>
Cc: mst@redhat.com, virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, paulmck@kernel.org,
peterz@infradead.org, stern@rowland.harvard.edu
Subject: Re: read_barrier_depends() usage in vhost.c
Date: Fri, 20 Dec 2019 11:40:16 +0800 [thread overview]
Message-ID: <9de4e853-3230-bd2c-c109-07d41b4ff6d6@redhat.com> (raw)
In-Reply-To: <20191218091906.cmzgqnwyekak5dzv@gondor.apana.org.au>
On 2019/12/18 下午5:19, Herbert Xu wrote:
> Will Deacon <will@kernel.org> wrote:
>>> --->8
>>>
>>> // drivers/vhost/vhost.c
>>> static int get_indirect(struct vhost_virtqueue *vq,
>>> struct iovec iov[], unsigned int iov_size,
>>> unsigned int *out_num, unsigned int *in_num,
>>> struct vhost_log *log, unsigned int *log_num,
>>> struct vring_desc *indirect)
>>> {
>>> [...]
>>>
>>> /* We will use the result as an address to read from, so most
>>> * architectures only need a compiler barrier here. */
>>> read_barrier_depends();
>>>
>>> --->8
>>>
>>> Unfortunately, although the barrier is commented (hurrah!), it's not
>>> particularly enlightening about the accesses making up the dependency
>>> chain, and I don't understand the supposed need for a compiler barrier
>>> either (read_barrier_depends() doesn't generally provide this).
>>>
>>> Does anybody know which accesses are being ordered here? Usually you'd need
>>> a READ_ONCE()/rcu_dereference() beginning the chain, but I haven't managed
>>> to find one...
> I think what it's trying to separate is using indirect->addr as a
> base and then reading from that through copy_from_iter.
>
> Cheers,
The question is that there's a smp_rmb() before in vhost_get_vq_desc(),
isn't it sufficient to do this?
Thanks
prev parent reply other threads:[~2019-12-20 3:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20191016233340.djrr7o7dwueqccac@willie-the-truck>
2019-10-16 23:36 ` Will Deacon
2019-12-18 9:19 ` Herbert Xu
2019-12-20 3:40 ` Jason Wang [this message]
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=9de4e853-3230-bd2c-c109-07d41b4ff6d6@redhat.com \
--to=jasowang@redhat.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=paulmck@kernel.org \
--cc=peterz@infradead.org \
--cc=stern@rowland.harvard.edu \
--cc=virtualization@lists.linux-foundation.org \
--cc=will@kernel.org \
/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
all inboxes | Powered by JetHome®