Re: [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends

2015-05-14 Thread Luis R. Rodriguez
On Thu, May 07, 2015 at 03:36:15AM +, Elliott, Robert (Server Storage) wrote: > > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > > ow...@vger.kernel.org] On Behalf Of Luis R. Rodriguez > > Sent: Thursday, April 30, 2015 3:25 PM > > Subject: [PATCH

RE: [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends

2015-05-06 Thread Elliott, Robert (Server Storage)
> From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Luis R. Rodriguez > Sent: Thursday, April 30, 2015 3:25 PM > Subject: [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends > ... > - printk(KERN_ERR "

Re: [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends

2015-05-04 Thread Borislav Petkov
On Thu, Apr 30, 2015 at 01:25:15PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Use pr_info() instead of the old printk to > prefix the component where things are coming > from. With this readers will know exactly where > the message is coming from. Since pr_fmt is > already de

[PATCH v5 1/6] x86/mm/pat: use pr_info() and friends

2015-04-30 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Use pr_info() instead of the old printk to prefix the component where things are coming from. With this readers will know exactly where the message is coming from. Since pr_fmt is already defined in this case we redefine it to "PAT: ". We leave the users of dprintk() in