Re: [PATCH] cyclic: Add ratelimiting schedule() via CYCLIC_RATELIMIT_US

2023-07-14 Thread Stefan Roese
Hi Simon, On 7/13/23 22:51, Simon Glass wrote: Hi Stefan, On Thu, 13 Jul 2023 at 08:17, Stefan Roese wrote: This patch adds the new Kconfig option CONFIG_CYCLIC_RATELIMIT_US which defines the min allowed time after with a new call into the cyclic infrastructure is allowed. This results in a

Re: [PATCH] cyclic: Add ratelimiting schedule() via CYCLIC_RATELIMIT_US

2023-07-13 Thread Simon Glass
Hi Stefan, On Thu, 13 Jul 2023 at 08:17, Stefan Roese wrote: > > This patch adds the new Kconfig option CONFIG_CYCLIC_RATELIMIT_US which > defines the min allowed time after with a new call into the cyclic > infrastructure is allowed. This results in a ratelimiting of the all > functions hooked i