Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1190381
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] locktorture: 'tis a slow death |
| Date | 2015-07-23 02:20 +0200 |
| Message-ID | <pPcoV-6YF-1@gated-at.bofh.it> (permalink) |
| References | <pP9r4-2Kp-9@gated-at.bofh.it> <pP9r4-2Kp-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jul 22, 2015 at 02:07:28PM -0700, Davidlohr Bueso wrote:
> ... sorry couldn't help myself.
>
> Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
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 <random@developer.example.org>
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 <paulmck@us.ibm.com>
> * Davidlohr Bueso <dave@stgolabs.net>
> * 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 2/2] locktorture: 'tis a slow death "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2015-07-23 02:20 +0200 Re: [PATCH 2/2] locktorture: 'tis a slow death "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2015-07-24 01:00 +0200
csiph-web