Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751901AbWICCGM (ORCPT ); Sat, 2 Sep 2006 22:06:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751902AbWICCGM (ORCPT ); Sat, 2 Sep 2006 22:06:12 -0400 Received: from ozlabs.org ([203.10.76.45]:38066 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S1751901AbWICCGL (ORCPT ); Sat, 2 Sep 2006 22:06:11 -0400 Subject: Re: kernel/stop_machine.c: whose code is it? From: Rusty Russell To: Jiri Kosina Cc: Pavel Machek , Andrew Morton , kernel list In-Reply-To: References: <20060831123241.GB3923@elf.ucw.cz> Content-Type: text/plain Date: Sun, 03 Sep 2006 12:06:07 +1000 Message-Id: <1157249168.19149.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1317 Lines: 34 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 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@rustcorp.com.au IBM Corporation. + * GPL v2 and any later version. + */ #include #include #include -- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/