Gabriele Monaco <[email protected]> writes: > Monitor initialisation also called during KUnit tests may register some > tracepoints, this can lead to issues since we don't expect real monitor > events running during KUnit tests. > > Prevent tracepoint registration if an RV KUnit test is running. > > Reviewed-by: Nam Cao <[email protected]> > Signed-off-by: Gabriele Monaco <[email protected]>
Somehow I have no recollection of seeing this patch. But since we already hold rv_interface_lock during the test, is this really necessary? Nam
