On Wed, Jul 22, 2015 at 02:07:28PM -0700, Davidlohr Bueso wrote:
> ... sorry couldn't help myself.
>
> Signed-off-by: Davidlohr Bueso <[email protected]>
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 <[email protected]>
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 <[email protected]>
> * Davidlohr Bueso <[email protected]>
> * 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/