lkml.org 
[lkml]   [2008]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 6/6] x86: add KERN_APIC
Date
Yinghai Lu wrote:
> On Wed, Sep 17, 2008 at 1:38 AM, Ingo Molnar <mingo@elte.hu> wrote:
>>> - printk(KERN_WARNING "APIC calibration not consistent "
>>> + printk(KERN_WARNING KERN_APIC "APIC calibration not
>>> consistent "
>>
>> here too the question arises: what should the semantics of the 'mixing'
>> of such subsystem printk tags with the classic priority tags be. I
>> think in this particular case we dont want the KERN_APIC tag, as that
>> would prevent this failure message to be printed by default. I.e. this
>> line should remain:
>>
>>> - printk(KERN_WARNING "APIC calibration not consistent "
>>
>> to make sure this warning always shows up in the logs. Agreed?
>
> with
> DEFINE_LOGLEVEL_SETUP_DEF(apic, KERN_APIC, "apic:", 6);
> the KERN_WARNING <5> will be showing up that warning, even without
> loglevl=apic:8
>
> or change that to
> DEFINE_LOGLEVEL_SETUP_DEF(apic, KERN_APIC, "apic:", 7);

Are you suggesting that each subsystem define its own default log level?
That sounds truly horrible. It would mean that when reading code or
adding new messages you'd always have to check what the default loglevel
is for a particular subsystem.

I really like the idea of being able to easily increase the verbosity for
a particular subsystem, but please make sure that by default all messages
with the same level are treated the same, irrespective of which subsystem
they belong to.

So IMO
printk(KERN_WARNING "APIC calibration not consistent "
and
printk(KERN_WARNING KERN_APIC "APIC calibration not consistent "
should do exactly the same thing if no 'loglevel=apic:X' is used and that
should be guaranteed for all subsystems.

Cheers,
FJP


\
 
 \ /
  Last update: 2008-09-17 14:11    [W:0.454 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site