On Wed, 2016-09-28 at 00:42 +0300, Shmulik Ladkani wrote: > Thanks Eric. > > I assume adding a READ_ONCE(m->tcfm_eaction) at beggining of section, > and using the read value, will solve this specific inconsistency?
Sure, adding a READ_ONCE() might work, if done properly ;)