* [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
@ 2006-08-15 0:26 Josh Triplett
2006-08-15 20:23 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Josh Triplett @ 2006-08-15 0:26 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, Dipkanar Sarma
Signed-off-by: Josh Triplett <josh@freedesktop.org>
---
kernel/rcutorture.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index 4d1c3d2..16b5899 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -46,6 +46,7 @@ #include <linux/byteorder/swabb.h>
#include <linux/stat.h>
MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
static int nreaders = -1; /* # reader threads, defaults to 4*ncpus */
static int stat_interval; /* Interval between stats, in seconds. */
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
2006-08-15 0:26 [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module Josh Triplett
@ 2006-08-15 20:23 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2006-08-15 20:23 UTC (permalink / raw)
To: Josh Triplett; +Cc: linux-kernel, Andrew Morton, Dipkanar Sarma
On Mon, Aug 14, 2006 at 05:26:15PM -0700, Josh Triplett wrote:
Fair enough...
Acked-by: Paul E. McKenney <paulmck@us.ibm.com>
> Signed-off-by: Josh Triplett <josh@freedesktop.org>
> ---
> kernel/rcutorture.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
> index 4d1c3d2..16b5899 100644
> --- a/kernel/rcutorture.c
> +++ b/kernel/rcutorture.c
> @@ -46,6 +46,7 @@ #include <linux/byteorder/swabb.h>
> #include <linux/stat.h>
>
> MODULE_LICENSE("GPL");
> +MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
>
> static int nreaders = -1; /* # reader threads, defaults to 4*ncpus */
> static int stat_interval; /* Interval between stats, in seconds. */
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-15 20:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15 0:26 [PATCH] rcu: Add MODULE_AUTHOR to rcutorture module Josh Triplett
2006-08-15 20:23 ` Paul E. McKenney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox