On 03/20, Linus Torvalds wrote: > > On Wed, Mar 20, 2019 at 10:03 AM Oleg Nesterov <[email protected]> wrote: > > > > At the same time, printk_ratelimited() uses a static ratelimit_state, so > > user- > > space can't override the default DEFAULT_RATELIMIT_.* numbers. > > > > Isn't it strange? Shouldn't printk_ratelimited() use printk_ratelimit_state > > ? > > No it shouldn't. > > Each printk_ratelimited() is independent, and that's very much on purpose.
Damn, I am really stupid. Oleg.

