arm64: Question about barriers with the mmu off
Valdis Kl=?utf-8?Q?=c4=93?=tnieks
valdis.kletnieks at vt.edu
Tue Nov 17 01:25:55 EST 2020
On Tue, 17 Nov 2020 14:08:02 +0900, Wonhyuk Yang said:
> > > > dc ivac,x1 // invalidate a cache line that's probably OK
> > > > str w0,[x1 // and now we do a store that leaves a possibly stale cache line
> Could you explain me why the store still leaves stale cache?
> We invalidated the cacheline and store will not make footprint in the cache.
There's a race condition...
Invalidate the cache line.... then another CPU manages to fetch the cache line.
and then we do a store that doesn't update the cache - and the other CPU
is still looking at the old data.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20201117/c29a9a28/attachment-0001.sig>
More information about the Kernelnewbies
mailing list