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

From: Andi Kleen
Date: Sun Nov 29 2020 - 22:10:17 EST


On Thu, Nov 26, 2020 at 01:30:26AM -0500, Paul Gortmaker wrote:
> But you currently can't make use of clear_warn_once unless you've got
> debugfs enabled and mounted - which may not be desired by some people
> in some deployment situations.

Seems awfully special purpose. The problem with debugfs is security,
or is it no convenient process that could do cron like functionality?

If it's the first, perhaps what they really need is a way to get
a partial debugfs?

-Andi