On Mon 2021-05-17 08:21:12, Geert Uytterhoeven wrote: > On Wed, Mar 31, 2021 at 11:59 AM Geert Uytterhoeven > <geert+renesas@xxxxxxxxx> wrote: > > While long fancy messages have a higher probability of being seen than > > small messages, they may scroll of the screen fast, if visible at all, > > and may still be missed. In addition, they increase boot time and > > kernel size. > > > > The correct mechanism to increase importance of a kernel message is not > > to draw fancy boxes with more text, but to shout louder, i.e. increase > > the message's reporting level. Making sure the administrator of the > > system is aware of such a message is a system policy, and is the > > responsability of a user-space log daemon. > > > > Fix this by increasing the reporting level from KERN_WARNING to > > KERN_CRIT, and removing irrelevant text and graphics. > > > > This reduces kernel size by ca. 0.5 KiB. > > > > Fixes: 5ead723a20e0447b ("lib/vsprintf: no_hash_pointers prints all addresses as unhashed") > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > No comments? > Unlike the cases handled by the other two patches in this series, > this one cannot be configured out. IMHO, the best solution would be to create a generic API for eye-catching messages. I am sure that WARN() is misused on many locations all over the kernel because people just wanted eye-catching message, for example, see https://lore.kernel.org/r/2149df3f542d25ce15d049e81d6188bb7198478c.camel@xxxxxxxxxxxxxxxxx It might be a win-win solution. Best Regards, Petr