[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VcqVK6B3vuJF7y669+imhmQKo2L=1d9hYxesi46a3-s=Q@mail.gmail.com>
Date: Sat, 19 May 2018 21:27:13 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Joe Perches <joe@...ches.com>
Cc: Petr Mladek <pmladek@...e.com>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 03/18] printk: Convert pr_fmt from blank define to KBUILD_MODNAME
On Sat, May 19, 2018 at 5:05 AM, Joe Perches <joe@...ches.com> wrote:
> On Fri, 2018-05-18 at 23:29 +0300, Andy Shevchenko wrote:
>> On Fri, May 18, 2018 at 12:10 PM, Joe Perches <joe@...ches.com> wrote:
>> > On Fri, 2018-05-18 at 10:42 +0200, Petr Mladek wrote:
>> > > On Thu 2018-05-10 08:45:29, Joe Perches wrote:
>> > > [ 0.000000] libftrace: ftrace: allocating 40753 entries in 160 pages
>> > > [ 0.004008] apic: APIC: Switch to symmetric I/O mode setup
>> >
>> > I believe the uppercase APIC: bit should be removed.
>>
>> I disagree on lowering the case of some prefixes.
>>
>> In the case when kernel crashes at boot time and only what you have is
>> what on your screen it's much better to catch with different cases
>> than if everything would be either upper or lower.
>
> I don't parse.
> My suggestion is to make "apic: " the only prefix.
What I mean is after your patch it would be like:
subsys1: ...
...
framework1: ...
...
subsys2: ...
...
What I meant is what you can see in any current log, something like:
subsys1: ...
...
FRAMEWORK1: ...
...
subsys2: ...
...
When you see such on a long screen, you can momentarely put your eyes
on string in question.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists