Re: [PATCH V4 18/20] rv/monitor: Add safe watchdog monitor

From: Daniel Bristot de Oliveira
Date: Fri Jun 17 2022 - 12:18:13 EST


On 6/16/22 22:57, Randy Dunlap wrote:
> Hi--
>
> On 6/16/22 01:45, Daniel Bristot de Oliveira wrote:
>> diff --git a/kernel/trace/rv/Kconfig b/kernel/trace/rv/Kconfig
>> index 21f03fb3101a..b14ae63e792b 100644
>> --- a/kernel/trace/rv/Kconfig
>> +++ b/kernel/trace/rv/Kconfig
>> @@ -45,6 +45,16 @@ config RV_MON_WWNR
>> illustrates the usage of per-task monitor. The model is
>> broken on purpose: it serves to test reactors.
>>
>> +config RV_MON_SAFE_WTD
>> + select DA_MON_EVENTS_IMPLICIT
>> + bool "Safety watchdog"
>> + help
>> + Enable safe_wtd, this monitor observes the interaction
>> + between a user-space safety monitor and a watchdog device.
>> +
>> + For futher information see:
>> + Documentation/trace/rv/safety-monitor.rst
> I'm curious about what "WTD" means.
>
> I see lots of WDT in drivers/watchdog/Kconfig
> (where it means WatchDog Timer AFAIK).

Yep, watchdog. I will add the long description right after the first WTD appearance.

-- Daniel

> thanks.