[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-ba6909b719a5ccc0c8100d2895bb7ff557b2eeae@git.kernel.org>
Date: Mon, 23 Nov 2009 17:43:07 GMT
From: "tip-bot for K.Prasad" <prasad@...ux.vnet.ibm.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
stern@...land.harvard.edu, fweisbec@...il.com, tglx@...utronix.de,
prasad@...ux.vnet.ibm.com, mingo@...e.hu
Subject: [tip:perf/core] hw-breakpoint: Attribute authorship of hw-breakpoint related files
Commit-ID: ba6909b719a5ccc0c8100d2895bb7ff557b2eeae
Gitweb: http://git.kernel.org/tip/ba6909b719a5ccc0c8100d2895bb7ff557b2eeae
Author: K.Prasad <prasad@...ux.vnet.ibm.com>
AuthorDate: Mon, 23 Nov 2009 21:17:13 +0530
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Mon, 23 Nov 2009 18:18:29 +0100
hw-breakpoint: Attribute authorship of hw-breakpoint related files
Attribute authorship to developers of hw-breakpoint related
files.
Signed-off-by: K.Prasad <prasad@...ux.vnet.ibm.com>
Cc: Alan Stern <stern@...land.harvard.edu>
Cc: Frederic Weisbecker <fweisbec@...il.com>
LKML-Reference: <20091123154713.GA5593@...ibm.com>
[ v2: moved it to latest -tip ]
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/kernel/hw_breakpoint.c | 4 ++++
kernel/hw_breakpoint.c | 4 ++++
samples/hw_breakpoint/data_breakpoint.c | 2 ++
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/hw_breakpoint.c b/arch/x86/kernel/hw_breakpoint.c
index 752daeb..4d267fb 100644
--- a/arch/x86/kernel/hw_breakpoint.c
+++ b/arch/x86/kernel/hw_breakpoint.c
@@ -16,6 +16,10 @@
* Copyright (C) 2007 Alan Stern
* Copyright (C) 2009 IBM Corporation
* Copyright (C) 2009 Frederic Weisbecker <fweisbec@...il.com>
+ *
+ * Authors: Alan Stern <stern@...land.harvard.edu>
+ * K.Prasad <prasad@...ux.vnet.ibm.com>
+ * Frederic Weisbecker <fweisbec@...il.com>
*/
/*
diff --git a/kernel/hw_breakpoint.c b/kernel/hw_breakpoint.c
index b6d6fa2..c166622 100644
--- a/kernel/hw_breakpoint.c
+++ b/kernel/hw_breakpoint.c
@@ -18,6 +18,10 @@
* Copyright (C) 2009, Frederic Weisbecker <fweisbec@...il.com>
*
* Thanks to Ingo Molnar for his many suggestions.
+ *
+ * Authors: Alan Stern <stern@...land.harvard.edu>
+ * K.Prasad <prasad@...ux.vnet.ibm.com>
+ * Frederic Weisbecker <fweisbec@...il.com>
*/
/*
diff --git a/samples/hw_breakpoint/data_breakpoint.c b/samples/hw_breakpoint/data_breakpoint.c
index 5bc9819..9506381 100644
--- a/samples/hw_breakpoint/data_breakpoint.c
+++ b/samples/hw_breakpoint/data_breakpoint.c
@@ -23,6 +23,8 @@
* that variable.
*
* Copyright (C) IBM Corporation, 2009
+ *
+ * Author: K.Prasad <prasad@...ux.vnet.ibm.com>
*/
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_INFO */
--
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