Re: [PATCH V6 16/16] rv/reactor: Add the panic reactor

From: Daniel Bristot de Oliveira
Date: Thu Jul 21 2022 - 12:43:23 EST


On 7/21/22 17:31, Steven Rostedt wrote:
> On Tue, 19 Jul 2022 19:27:21 +0200
> Daniel Bristot de Oliveira <bristot@xxxxxxxxxx> wrote:
>
>> Sample reactor that panics the system when an exception is found. This
>> is useful both to capture a vmcore, or to fail-safe a critical system.
>
> BTW, do you plan on adding models to model the reactors?

I was about to say that at the panic level, it would not be needed, as code inspection
is reasonable (people in Elisa did IIRC). But then I recalled that we
have a printk reactor, and one might model it - at event level :-)

But then can disable the reactor :-).

-- Daniel

> ;-)
>
> -- Steve