Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1330014

Re: [PATCH 1/2] printk: introduce pr_default() macro

From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] printk: introduce pr_default() macro
Date 2016-02-09 11:00 +0100
Message-ID <r0dfs-2gR-15@gated-at.bofh.it> (permalink)
References <qYOVQ-SY-5@gated-at.bofh.it> <qYRgZ-2zl-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* Joe Perches <joe@perches.com> wrote:

> On Fri, 2016-02-05 at 21:48 +0800, Chen Yucong wrote:
> > Until now, we cover all log-levels by pr_  macros except
> > KERN_DEFAULT one. Add it for convenience.
> 
> I'd rather it be removed altogether.

Yes, they should be converted to KERN_WARNING (which is the default loglevel),
and another patch should remove KERN_DEFAULT altogether.

Thanks,

	Ingo

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] printk: introduce pr_default() macro Chen Yucong <slaoub@gmail.com> - 2016-02-05 14:50 +0100
  [PATCH 2/2] x86: use pr_default() macro Chen Yucong <slaoub@gmail.com> - 2016-02-05 14:50 +0100
  Re: [PATCH 1/2] printk: introduce pr_default() macro Joe Perches <joe@perches.com> - 2016-02-05 17:20 +0100
  Re: [PATCH 1/2] printk: introduce pr_default() macro Joe Perches <joe@perches.com> - 2016-02-05 17:20 +0100
    Re: [PATCH 1/2] printk: introduce pr_default() macro Ingo Molnar <mingo@kernel.org> - 2016-02-09 11:00 +0100

csiph-web