On Wed Jan 7, 2026 at 3:08 PM CET, Danilo Krummrich wrote:
> If we want lockless access to entity->stopped it should be atomic_read(),
> atomic_read_acquire(), etc.

Actually, since stopped is just a boolean and treated as flag, it might be fine
as is, but it then also needs WRITE_ONCE() everywhere else.

Reply via email to