From: Boqun Feng <boqun.feng@gmail.com>
To: Jonas Oberhauser <jonas.oberhauser@huaweicloud.com>
Cc: paulmck@kernel.org,
Segher Boessenkool <segher@kernel.crashing.org>,
Peter Zijlstra <peterz@infradead.org>,
j.alglave@ucl.ac.uk, will@kernel.org, catalin.marinas@arm.com,
linux@armlinux.org.uk, mpe@ellerman.id.au, npiggin@gmail.com,
palmer@dabbelt.com, parri.andrea@gmail.com,
linux-kernel@vger.kernel.org, linux-toolchains@vger.kernel.org,
davidtgoldblatt@gmail.com
Subject: Re: Fw: [isocpp-parallel] OOTA fix (via fake branch-after-load) discussion
Date: Thu, 9 Nov 2023 10:24:23 -0800 [thread overview]
Message-ID: <ZU0j1z26ki1dsPpB@boqun-archlinux> (raw)
In-Reply-To: <ece7680c-630e-956d-ad9f-10614afa84a4@huaweicloud.com>
On Thu, Nov 09, 2023 at 05:25:05PM +0100, Jonas Oberhauser wrote:
[...]
> > 4. Semantics of volatile. Perhaps the current state is the best
> > that can be hoped for, but given that the current state is a
> > few vague words in the standard in combination with the fact
> > that C-language device drivers must be able to use volatile
> > to reliably and concurrently access memory shared with device
> > firmware, one would hope for better.
>
>
> Is it really so bad? I think the definition in the manual is quite precise,
> if confusing. (volatiles are visible side effects and must therefore have
> the same program order in the abstract machine and in the implementation,
> and that's pretty much it).
>
But I don't think there is any mention on whether current volatile
accesses can be excluded from data race, or whether a volatile access
on a machine-word size natually aligned object can be teared or not.
Regards,
Boqun
> There should just be a large explanatory note about what it implies and what
> it doesn't imply.
>
>
next prev parent reply other threads:[~2023-11-09 18:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-27 21:08 Fw: [isocpp-parallel] OOTA fix (via fake branch-after-load) discussion Paul E. McKenney
2023-11-03 17:02 ` Alglave, Jade
2023-11-04 18:20 ` Jonas Oberhauser
2023-11-05 23:08 ` Fw: " Peter Zijlstra
2023-11-07 2:16 ` Paul E. McKenney
2023-11-07 9:57 ` Segher Boessenkool
2023-11-07 16:44 ` Paul E. McKenney
2023-11-09 16:25 ` Jonas Oberhauser
2023-11-09 18:24 ` Boqun Feng [this message]
2023-11-09 20:09 ` Paul E. McKenney
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=ZU0j1z26ki1dsPpB@boqun-archlinux \
--to=boqun.feng@gmail.com \
--cc=catalin.marinas@arm.com \
--cc=davidtgoldblatt@gmail.com \
--cc=j.alglave@ucl.ac.uk \
--cc=jonas.oberhauser@huaweicloud.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-toolchains@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.com \
--cc=palmer@dabbelt.com \
--cc=parri.andrea@gmail.com \
--cc=paulmck@kernel.org \
--cc=peterz@infradead.org \
--cc=segher@kernel.crashing.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;
as well as URLs for NNTP newsgroup(s).