From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754435Ab3KUAZo (ORCPT ); Wed, 20 Nov 2013 19:25:44 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:58535 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847Ab3KUAZm (ORCPT ); Wed, 20 Nov 2013 19:25:42 -0500 X-Originating-IP: 50.43.14.201 Date: Wed, 20 Nov 2013 16:25:24 -0800 From: Josh Triplett To: Steven Rostedt Cc: paulmck@linux.vnet.ibm.com, Greg KH , linux-kernel@vger.kernel.org, mingo@kernel.org, laijs@cn.fujitsu.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, niv@us.ibm.com, tglx@linutronix.de, peterz@infradead.org, dhowells@redhat.com, edumazet@google.com, darren@dvhart.com, fweisbec@gmail.com, sbw@mit.edu Subject: Re: [PATCH tip/core/rcu 01/28] rcutorture: Add KVM-based test framework Message-ID: <20131121002524.GB12110@leaf> References: <20131116003517.GA31563@linux.vnet.ibm.com> <1384562141-32446-1-git-send-email-paulmck@linux.vnet.ibm.com> <20131116010528.GA9112@kroah.com> <20131116012116.GZ4138@linux.vnet.ibm.com> <20131115204727.4b7b130d@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131115204727.4b7b130d@gandalf.local.home> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 15, 2013 at 08:47:27PM -0500, Steven Rostedt wrote: > On Fri, 15 Nov 2013 17:21:16 -0800 > "Paul E. McKenney" wrote: > > > > > Oh, one very minor comment on the patches, you should delete the address > > > of the FSF from your file headers, unless you want to track the office > > > movements of them for the next 40+ years. We've been removing them from > > > kernel code where we notice them, as half of them are wrong, and I don't > > > want to have to go back and fix them again when they move again. > > > > I had no idea that they tend to move! Thank you, I will remove them. > > From what I've been told, you should replace: > > > # You should have received a copy of the GNU General Public License > # along with this program; if not, write to the Free Software > # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, > USA. > > With: > > # You should have received a copy of the GNU General Public License > # along with this program; if not, see Or, just drop the paragraph entirely, since there's a copy of the GPL in COPYING. (Assuming your legal department has no problem with that.) - Josh Triplett