All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] kernel-smp-define-pr_fmt-for-smpc.patch removed from -mm tree
@ 2016-10-28 18:31 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-10-28 18:31 UTC (permalink / raw)
  To: mpe, ak, boris.ostrovsky, bp, hpa, jgross, jolsa, len.brown,
	mgorman, mingo, peterz, richard, tglx, tim.c.chen, mm-commits


The patch titled
     Subject: kernel/smp.c: define pr_fmt() for smp.c
has been removed from the -mm tree.  Its filename was
     kernel-smp-define-pr_fmt-for-smpc.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Michael Ellerman <mpe@ellerman.id.au>
Subject: kernel/smp.c: define pr_fmt() for smp.c

This makes all our pr_xxx()'s start with "smp: ", which helps pin down
where they come from and generally looks nice.  There is actually only one
pr_xxx() use in smp.c at the moment, but we will add some more in the next
commit.

Link: http://lkml.kernel.org/r/1477460275-8266-1-git-send-email-mpe@ellerman.id.au
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Suggested-by: Borislav Petkov <bp@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Richard Weinberger <richard@nod.at>
Cc: Len Brown <len.brown@intel.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/smp.c |    3 +++
 1 file changed, 3 insertions(+)

diff -puN kernel/smp.c~kernel-smp-define-pr_fmt-for-smpc kernel/smp.c
--- a/kernel/smp.c~kernel-smp-define-pr_fmt-for-smpc
+++ a/kernel/smp.c
@@ -3,6 +3,9 @@
  *
  * (C) Jens Axboe <jens.axboe@oracle.com> 2008
  */
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/irq_work.h>
 #include <linux/rcupdate.h>
 #include <linux/rculist.h>
_

Patches currently in -mm which might be from mpe@ellerman.id.au are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 18:31 [merged] kernel-smp-define-pr_fmt-for-smpc.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.