[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <94D0CD8314A33A4D9D801C0FE68B40295A8E3CFF@G4W3202.americas.hpqcorp.net>
Date: Thu, 7 May 2015 03:36:15 +0000
From: "Elliott, Robert (Server Storage)" <Elliott@...com>
To: "Luis R. Rodriguez" <mcgrof@...not-panic.com>,
"bp@...e.de" <bp@...e.de>, "mingo@...e.hu" <mingo@...e.hu>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"hpa@...or.com" <hpa@...or.com>,
"plagnioj@...osoft.com" <plagnioj@...osoft.com>,
"tomi.valkeinen@...com" <tomi.valkeinen@...com>,
"daniel.vetter@...el.com" <daniel.vetter@...el.com>,
"airlied@...ux.ie" <airlied@...ux.ie>
CC: "dledford@...hat.com" <dledford@...hat.com>,
"awalls@...metrocast.net" <awalls@...metrocast.net>,
"syrjala@....fi" <syrjala@....fi>,
"luto@...capital.net" <luto@...capital.net>,
"mst@...hat.com" <mst@...hat.com>,
"cocci@...teme.lip6.fr" <cocci@...teme.lip6.fr>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Luis R. Rodriguez" <mcgrof@...e.com>,
Juergen Gross <jgross@...e.com>,
Daniel Vetter <daniel.vetter@...ll.ch>,
Dave Airlie <airlied@...hat.com>,
Bjorn Helgaas <bhelgaas@...gle.com>,
"x86@...nel.org" <x86@...nel.org>
Subject: RE: [PATCH v5 1/6] x86/mm/pat: use pr_info() and friends
> From: linux-kernel-owner@...r.kernel.org [mailto:linux-kernel-
> owner@...r.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 "%s:%d map pfn expected mapping
> type %s"
> - " for [mem %#010Lx-%#010Lx], got %s\n",
> - current->comm, current->pid,
> - cattr_name(want_pcm),
> - (unsigned long long)paddr,
> - (unsigned long long)(paddr + size - 1),
> - cattr_name(pcm));
> + pr_err("%s:%d map pfn expected mapping type %s"
> + " for [mem %#010Lx-%#010Lx], got %s\n",
Since the patch joins some other print format strings split across
lines (which checkpatch allows), you might want to join this one too.
...
> diff --git a/arch/x86/mm/pat_rbtree.c b/arch/x86/mm/pat_rbtree.c
...
> failure:
> - printk(KERN_INFO "%s:%d conflicting memory types "
> + pr_info("%s:%d conflicting memory types "
> "%Lx-%Lx %s<->%s\n", current->comm, current->pid, start,
> end, cattr_name(found_type), cattr_name(match->type));
and that one.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists