Re: [PATCH 0/3] clear_warn_once: add timed interval resetting

From: Steven Rostedt
Date: Mon Nov 30 2020 - 11:25:32 EST


On Fri, 27 Nov 2020 17:13:52 +0100
Petr Mladek <pmladek@xxxxxxxx> wrote:

> I do not know. Maybe I am just too paranoid today. Anyway, there
> are other possibilities:

This is another reason I think the resolution should be in minutes and not
seconds. It would be less of an issue if it could dump all warnings only
once a minute than once every two seconds.

>
> + Move clear_warn_once from debugfs to a location that is always
> available. For example, into /proc

I was thinking of /proc/sys/ as well.

-- Steve