Re: [PATCH v3 05/13] rv: Fix monitor start ordering and memory ordering for monitoring flag

From: Nam Cao

Date: Mon Jun 01 2026 - 03:34:25 EST


Gabriele Monaco <gmonaco@xxxxxxxxxx> writes:
> This order won't work.
> Monitor reset relies on monitoring to be true to stop the timer. The
> same function is called also on monitor start and there the timer may
> not have been initialised yet, we use monitoring to discriminate the
> two.

Right.

> Am I missing something here?

No, just me being confused.

Nam