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]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux