On Thu Jun 22 07:31:50 2023 +0000, Rémi Bernon wrote:
I think that it's actually not needed for the same reasons as described below: everything that is accessed in between is volatile.
Right, it should be fine as long as there is no intermediate non-volatile memory access (not necessarily an explicit variable) that interacts with the shared data / seqlock.