Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbbGWANK (ORCPT ); Wed, 22 Jul 2015 20:13:10 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:46542 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbbGWANH (ORCPT ); Wed, 22 Jul 2015 20:13:07 -0400 X-Helo: d03dlp02.boulder.ibm.com X-MailFrom: paulmck@linux.vnet.ibm.com X-RcptTo: linux-kernel@vger.kernel.org Date: Wed, 22 Jul 2015 17:13:01 -0700 From: "Paul E. McKenney" To: Davidlohr Bueso Cc: Peter Zijlstra , Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH 2/2] locktorture: 'tis a slow death Message-ID: <20150723001301.GH3717@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1437599248-12035-1-git-send-email-dave@stgolabs.net> <1437599248-12035-2-git-send-email-dave@stgolabs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437599248-12035-2-git-send-email-dave@stgolabs.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15072300-0013-0000-0000-000015389398 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3036 Lines: 87 On Wed, Jul 22, 2015 at 02:07:28PM -0700, Davidlohr Bueso wrote: > ... sorry couldn't help myself. > > Signed-off-by: Davidlohr Bueso Cute!!! That said, I strongly suggest reviewing these two web pages: http://www.ascii-art.de/info/copyright/ http://www.ascii-art.de/ascii/ab/axe.txt And then also the DCO in Documentation/SubmittingPatches, which I reproduce here: Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. then you just add a line saying Signed-off-by: Random J Developer using your real name (sorry, no pseudonyms or anonymous contributions.) I need to see something more than what I am seeing for me to be able to accept this, cute though it unarguably is. Thanx, Paul > --- > kernel/locking/locktorture.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c > index e1ca7a2..3861d37 100644 > --- a/kernel/locking/locktorture.c > +++ b/kernel/locking/locktorture.c > @@ -17,6 +17,17 @@ > * > * Copyright (C) IBM Corporation, 2014 > * > + * ___ > + * .----. __) `\ > + * | == | < __=- | > + * ___| :: |___ \\ `)/ > + * \ `----' /\ (\) ( > + * \ `. /( \/ /\\ > + * | : | \ / \\ > + * \ _._ / `" <_> > + * xxx(o)xx > + * 7jan0 cjr > + * > * Authors: Paul E. McKenney > * Davidlohr Bueso > * Based on kernel/rcu/torture.c. > -- > 2.1.4 > -- 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/