Re: [PATCH 6/6] x86: add KERN_APIC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frans Pop
Date: Wednesday, September 17, 2008 - 5:08 am

Yinghai Lu wrote:

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, Yinghai Lu, (Wed Sep 17, 1:27 am)
[PATCH 1/6] add DEFINE_LOGLEVEL_SETUP v7, Yinghai Lu, (Wed Sep 17, 1:27 am)
[PATCH 2/6] pci: add KERN_PCI, Yinghai Lu, (Wed Sep 17, 1:27 am)
[PATCH 3/6] pci: using printk(KERN_PCI v3, Yinghai Lu, (Wed Sep 17, 1:27 am)
[PATCH 4/6] acpi: add KERN_ACPI v3, Yinghai Lu, (Wed Sep 17, 1:27 am)
[PATCH 6/6] x86: add KERN_APIC, Yinghai Lu, (Wed Sep 17, 1:27 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Ingo Molnar, (Wed Sep 17, 1:35 am)
Re: [PATCH 6/6] x86: add KERN_APIC, Ingo Molnar, (Wed Sep 17, 1:38 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Yinghai Lu, (Wed Sep 17, 1:41 am)
Re: [PATCH 6/6] x86: add KERN_APIC, Yinghai Lu, (Wed Sep 17, 1:45 am)
Re: [PATCH 6/6] x86: add KERN_APIC, Ingo Molnar, (Wed Sep 17, 1:52 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, Andrew Morton, (Wed Sep 17, 1:55 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Robert Richter, (Wed Sep 17, 3:11 am)
Re: [PATCH 6/6] x86: add KERN_APIC, Frans Pop, (Wed Sep 17, 5:08 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Yinghai Lu, (Wed Sep 17, 9:25 am)
Re: [PATCH 6/6] x86: add KERN_APIC, Yinghai Lu, (Wed Sep 17, 9:30 am)
Re: [PATCH 5/6] apci: dump slit with printk(KERN_ACPI...), Marcin Slusarz, (Wed Sep 17, 11:19 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, Jason Baron, (Wed Sep 17, 11:46 am)
Re: [PATCH 5/6] apci: dump slit with printk(KERN_ACPI...), Marcin Slusarz, (Wed Sep 17, 11:56 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, H. Peter Anvin, (Wed Sep 17, 12:25 pm)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Bjorn Helgaas, (Wed Sep 17, 3:28 pm)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3, Yinghai Lu, (Wed Sep 17, 4:03 pm)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, H. Peter Anvin, (Thu Sep 18, 8:36 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, H. Peter Anvin, (Thu Sep 18, 8:57 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6, H. Peter Anvin, (Thu Sep 18, 11:39 am)