[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123154713.GA5593@in.ibm.com>
Date: Mon, 23 Nov 2009 21:17:13 +0530
From: "K.Prasad" <prasad@...ux.vnet.ibm.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Alan Stern <stern@...land.harvard.edu>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [Patch 1/1] hw-breakpoint: Attribute authorship of hw-breakpoint
related files
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@...ux.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@...land.harvard.edu>
+ * K.Prasad <prasad@...ux.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@...land.harvard.edu>
+ * K.Prasad <prasad@...ux.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@...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