lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 17 Feb 2017 09:06:19 +0100 From: Juergen Gross <jgross@...e.com> To: Joe Perches <joe@...ches.com>, Ning Sun <ning.sun@...el.com>, Steven Rostedt <rostedt@...dmis.org>, Karol Herbst <karolherbst@...il.com>, Pekka Paalanen <ppaalanen@...il.com>, Robert Richter <rric@...nel.org>, Len Brown <lenb@...nel.org>, Boris Ostrovsky <boris.ostrovsky@...cle.com> Cc: Thomas Gleixner <tglx@...utronix.de>, "H. Peter Anvin" <hpa@...or.com>, x86@...nel.org, linux-kernel@...r.kernel.org, tboot-devel@...ts.sourceforge.net, nouveau@...ts.freedesktop.org, oprofile-list@...ts.sf.net, sfi-devel@...plefirmware.org, xen-devel@...ts.xenproject.org Subject: Re: [PATCH 09/35] x86: Convert remaining uses of pr_warning to pr_warn On 17/02/17 08:11, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for arch/x86 > > Prior to this patch, there were 46 uses of pr_warning and > 122 uses of pr_warn in arch/x86 > > Miscellanea: > > o Coalesce a few formats and realign arguments > o Convert a couple of multiple line printks to single line > > Signed-off-by: Joe Perches <joe@...ches.com> > --- > arch/x86/kernel/amd_gart_64.c | 12 +++------ > arch/x86/kernel/apic/apic.c | 46 ++++++++++++++++------------------ > arch/x86/kernel/apic/apic_noop.c | 2 +- > arch/x86/kernel/setup_percpu.c | 4 +-- > arch/x86/kernel/tboot.c | 15 ++++++----- > arch/x86/kernel/tsc_sync.c | 8 +++--- > arch/x86/mm/kmmio.c | 8 +++--- > arch/x86/mm/mmio-mod.c | 5 ++-- > arch/x86/mm/numa.c | 12 ++++----- > arch/x86/mm/numa_emulation.c | 6 ++--- > arch/x86/mm/testmmiotrace.c | 5 ++-- > arch/x86/oprofile/op_x86_model.h | 6 ++--- > arch/x86/platform/olpc/olpc-xo15-sci.c | 2 +- > arch/x86/platform/sfi/sfi.c | 3 +-- > arch/x86/xen/debugfs.c | 2 +- > arch/x86/xen/setup.c | 2 +- > 16 files changed, 63 insertions(+), 75 deletions(-) Xen parts: Reviewed-by: Juergen Gross <jgross@...e.com> Juergen
Powered by blists - more mailing lists