All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint related files
@ 2009-11-23 15:47 K.Prasad
  2009-11-23 17:43 ` [tip:perf/core] " tip-bot for K.Prasad
  0 siblings, 1 reply; 2+ messages in thread
From: K.Prasad @ 2009-11-23 15:47 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Linux Kernel Mailing List, Alan Stern, Frederic Weisbecker

Hi Ingo,
	Please accept a patch (based on -tip tree) that attributes the
hw-breakpoint related files to the respective developers.

Thanks,
K.Prasad

Attribute authorship to developers of hw-breakpoint related files

Signed-off-by: K.Prasad <prasad@linux.vnet.ibm.com>
---
 arch/x86/kernel/hw_breakpoint.c         |    3 +++
 kernel/hw_breakpoint.c                  |    3 +++
 samples/hw_breakpoint/data_breakpoint.c |    3 +++
 3 files changed, 9 insertions(+)

Index: linux-2.6-tip/arch/x86/kernel/hw_breakpoint.c
===================================================================
--- linux-2.6-tip.orig/arch/x86/kernel/hw_breakpoint.c
+++ linux-2.6-tip/arch/x86/kernel/hw_breakpoint.c
@@ -15,6 +15,9 @@
  *
  * Copyright (C) 2007 Alan Stern
  * Copyright (C) 2009 IBM Corporation
+ *
+ * Author: Alan Stern <stern@rowland.harvard.edu>
+ *         K.Prasad <prasad@linux.vnet.ibm.com>
  */
 
 /*
Index: linux-2.6-tip/kernel/hw_breakpoint.c
===================================================================
--- linux-2.6-tip.orig/kernel/hw_breakpoint.c
+++ linux-2.6-tip/kernel/hw_breakpoint.c
@@ -15,6 +15,9 @@
  *
  * Copyright (C) 2007 Alan Stern
  * Copyright (C) IBM Corporation, 2009
+ *
+ * Author: Alan Stern <stern@rowland.harvard.edu>
+ *         K.Prasad <prasad@linux.vnet.ibm.com>
  */
 
 /*
Index: linux-2.6-tip/samples/hw_breakpoint/data_breakpoint.c
===================================================================
--- linux-2.6-tip.orig/samples/hw_breakpoint/data_breakpoint.c
+++ linux-2.6-tip/samples/hw_breakpoint/data_breakpoint.c
@@ -23,6 +23,9 @@
  * that variable.
  *
  * Copyright (C) IBM Corporation, 2009
+ *
+ * Author: K.Prasad <prasad@linux.vnet.ibm.com>
+ *
  */
 #include <linux/module.h>	/* Needed by all modules */
 #include <linux/kernel.h>	/* Needed for KERN_INFO */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:perf/core] hw-breakpoint: Attribute authorship of hw-breakpoint related files
  2009-11-23 15:47 [Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint related files K.Prasad
@ 2009-11-23 17:43 ` tip-bot for K.Prasad
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for K.Prasad @ 2009-11-23 17:43 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, stern, fweisbec, tglx, prasad, mingo

Commit-ID:  ba6909b719a5ccc0c8100d2895bb7ff557b2eeae
Gitweb:     http://git.kernel.org/tip/ba6909b719a5ccc0c8100d2895bb7ff557b2eeae
Author:     K.Prasad <prasad@linux.vnet.ibm.com>
AuthorDate: Mon, 23 Nov 2009 21:17:13 +0530
Committer:  Ingo Molnar <mingo@elte.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@linux.vnet.ibm.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091123154713.GA5593@in.ibm.com>
[ v2: moved it to latest -tip ]
Signed-off-by: Ingo Molnar <mingo@elte.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@gmail.com>
+ *
+ * Authors: Alan Stern <stern@rowland.harvard.edu>
+ *          K.Prasad <prasad@linux.vnet.ibm.com>
+ *          Frederic Weisbecker <fweisbec@gmail.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@gmail.com>
  *
  * Thanks to Ingo Molnar for his many suggestions.
+ *
+ * Authors: Alan Stern <stern@rowland.harvard.edu>
+ *          K.Prasad <prasad@linux.vnet.ibm.com>
+ *          Frederic Weisbecker <fweisbec@gmail.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@linux.vnet.ibm.com>
  */
 #include <linux/module.h>	/* Needed by all modules */
 #include <linux/kernel.h>	/* Needed for KERN_INFO */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-23 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-23 15:47 [Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint related files K.Prasad
2009-11-23 17:43 ` [tip:perf/core] " tip-bot for K.Prasad

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.