Re: [PATCH V6 01/16] rv: Add Runtime Verification (RV) interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/20/22 17:21, Steven Rostedt wrote:
>> +static void disable_all_monitors(void)
>> +{
>> +	struct rv_monitor_def *mdef;
>> +
> I think you need:
> 
> 	mutex_lock(&rv_interface_lock);
> 
>> +	list_for_each_entry(mdef, &rv_monitors_list, list)
>> +		disable_monitor(mdef);
> 	mutex_unlock(&rv_interface_lock);
> 
>> +}

yes, we need.

-- Daniel



[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux