login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
17
Re: [PATCH 6/6] x86: add KERN_APIC
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 6/6] x86: add KERN_APIC
Date: Wednesday, September 17, 2008 - 9:30 am
On Wed, Sep 17, 2008 at 5:08 AM, Frans Pop <elendil@planet.nl> wrote:
quoted text
> 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.
could be done. SPEW: 8 ???:9 current msg_loglevel is limted to one digital YH --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
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 5/6] apci: dump slit with printk(KERN_ACPI...)
, 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 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Ingo Molnar
, (Wed Sep 17, 2:27 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 5/6] apci: dump slit with printk(KERN_ACPI...)
, Yinghai Lu
, (Wed Sep 17, 11:28 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
, Ingo Molnar
, (Thu Sep 18, 3:57 am)
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
, Jason Baron
, (Thu Sep 18, 8:50 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
, Jason Baron
, (Thu Sep 18, 9:19 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, H. Peter Anvin
, (Thu Sep 18, 11:39 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Yinghai Lu
, (Thu Sep 18, 12:06 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate