Re: kernel/stop_machine.c: whose code is it?

From: Rusty Russell
Date: Sat Sep 02 2006 - 22:25:36 EST


On Thu, 2006-08-31 at 15:17 +0200, Jiri Kosina wrote:
> On Thu, 31 Aug 2006, Pavel Machek wrote:
>
> > Would kernel/stop_machine.c author please step up?
>
> IMHO it's Rusty Russell (added to CC).

Yep. Not sure the obsession with copyright on every trivial piece of
code is healthy, but if it keeps you happy (I had to look back: this
code was extracted from the module.c code in 2005).

Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/dontdiff --minimal linux-2.6.18-rc5-git4/kernel/stop_machine.c tmp/kernel/stop_machine.c
--- linux-2.6.18-rc5-git4/kernel/stop_machine.c 2006-09-01 09:49:11.000000000 +1000
+++ tmp/kernel/stop_machine.c 2006-09-03 11:55:08.000000000 +1000
@@ -1,3 +1,6 @@
+/* Copyright 2005 Rusty Russell rusty@xxxxxxxxxxxxxxx IBM Corporation.
+ * GPL v2 and any later version.
+ */
#include <linux/stop_machine.h>
#include <linux/kthread.h>
#include <linux/sched.h>

--
Help! Save Australia from the worst of the DMCA: http://linux.org.au/law


--
VGER BF report: U 0.5
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/