Re: [PATCH] net/skbuff: silence warnings under memory pressure

From: Steven Rostedt
Date: Thu Sep 05 2019 - 13:23:46 EST


On Thu, 5 Sep 2019 20:32:08 +0900
Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> wrote:

> I think we can queue significantly much less irq_work-s from printk().
>
> Petr, Steven, what do you think?

What if we just rate limit the wake ups of klogd? I mean, really, do we
need to keep calling wake up if it probably never even executed?

-- Steve