From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) by kanga.kvack.org (Postfix) with ESMTP id ABD8A6B0038 for ; Tue, 3 Feb 2015 22:56:57 -0500 (EST) Received: by mail-ig0-f172.google.com with SMTP id l13so31904138iga.5 for ; Tue, 03 Feb 2015 19:56:57 -0800 (PST) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com. [2607:f8b0:4001:c05::22f]) by mx.google.com with ESMTPS id c13si746925igo.19.2015.02.03.19.56.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 19:56:57 -0800 (PST) Received: by mail-ig0-f175.google.com with SMTP id hn18so31982452igb.2 for ; Tue, 03 Feb 2015 19:56:56 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20150203150408.1913cf209c4552683cca8b35@linux-foundation.org> References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <1422985392-28652-1-git-send-email-a.ryabinin@samsung.com> <1422985392-28652-3-git-send-email-a.ryabinin@samsung.com> <20150203150408.1913cf209c4552683cca8b35@linux-foundation.org> Date: Wed, 4 Feb 2015 07:56:56 +0400 Message-ID: Subject: Re: [PATCH v11 02/19] Add kernel address sanitizer infrastructure. From: Andrey Konovalov Content-Type: multipart/alternative; boundary=001a1140af42bf12b0050e3b2d4e Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Andrey Ryabinin , linux-kernel@vger.kernel.org, Dmitry Vyukov , Konstantin Serebryany , Dmitry Chernenkov , Yuri Gribov , Konstantin Khlebnikov , Sasha Levin , Christoph Lameter , Joonsoo Kim , Dave Hansen , Andi Kleen , x86@kernel.org, linux-mm@kvack.org, Jonathan Corbet , Michal Marek , Ingo Molnar , Peter Zijlstra , "open list:DOCUMENTATION" , "open list:KERNEL BUILD + fi..." --001a1140af42bf12b0050e3b2d4e Content-Type: text/plain; charset=UTF-8 Sorry I didn't reply earlier. Signed-off-by: Andrey Konovalov On Wed, Feb 4, 2015 at 2:04 AM, Andrew Morton wrote: > On Tue, 03 Feb 2015 20:42:55 +0300 Andrey Ryabinin > wrote: > > > > > ... > > > > Based on work by Andrey Konovalov > > > > We still don't have Andrey Konovalov's signoff? As it stands we're > taking some of his work and putting it into Linux without his > permission. > > > ... > > > > --- /dev/null > > +++ b/mm/kasan/kasan.c > > @@ -0,0 +1,302 @@ > > +/* > > + * This file contains shadow memory manipulation code. > > + * > > + * Copyright (c) 2014 Samsung Electronics Co., Ltd. > > + * Author: Andrey Ryabinin > > + * > > + * Some of code borrowed from https://github.com/xairy/linux by > > + * Andrey Konovalov > > + * > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License version 2 as > > + * published by the Free Software Foundation. > > + * > > + */ > > https://code.google.com/p/thread-sanitizer/ is BSD licensed and we're > changing it to GPL. > > I don't do the lawyer stuff, but this is all a bit worrisome. I'd be a > lot more comfortable with that signed-off-by, please. > > > -- Sincerely, Andrey Konovalov. --001a1140af42bf12b0050e3b2d4e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Sorry I didn't reply earlier.

Signe= d-off-by: Andrey Konovalov <adech.= fo@gmail.com>

On Wed, Feb 4, 2015 at 2:04 AM, Andrew Morton <ak= pm@linux-foundation.org> wrote:
On Tue, 03 Feb 2015 20:42:55 +0300 Andrey Ryabinin <a.ryabinin@samsung.com> wrote:

>
> ...
>
> Based on work by Andrey Konovalov <adech.fo@gmail.com>
>

We still don't have Andrey Konovalov's signoff?=C2=A0 As it = stands we're
taking some of his work and putting it into Linux without his
permission.

> ...
>
> --- /dev/null
> +++ b/mm/kasan/kasan.c
> @@ -0,0 +1,302 @@
> +/*
> + * This file contains shadow memory manipulation code.
> + *
> + * Copyright (c) 2014 Samsung Electronics Co., Ltd.
> + * Author: Andrey Ryabinin <a.ryabinin@samsung.com>
> + *
> + * Some of code borrowed from https://github.com/xairy/linux by
> + *=C2=A0 =C2=A0 =C2=A0 =C2=A0 Andrey Konovalov <adech.fo@gmail.com>
> + *
> + * This program is free software; you can redistribute it and/or modi= fy
> + * it under the terms of the GNU General Public License version 2 as<= br> > + * published by the Free Software Foundation.
> + *
> + */

https://code.google.com/p/thread-sanitizer/ is BSD licensed and w= e're
changing it to GPL.

I don't do the lawyer stuff, but this is all a bit worrisome.=C2=A0 I&#= 39;d be a
lot more comfortable with that signed-off-by, please.





--
Sincerely,
Andrey Konovalov.
--001a1140af42bf12b0050e3b2d4e-- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org