From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by kanga.kvack.org (Postfix) with ESMTP id 551426B0088 for ; Tue, 3 Feb 2015 18:04:11 -0500 (EST) Received: by mail-pa0-f53.google.com with SMTP id kx10so101926265pab.12 for ; Tue, 03 Feb 2015 15:04:11 -0800 (PST) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by mx.google.com with ESMTPS id z3si4244618pdl.29.2015.02.03.15.04.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 15:04:10 -0800 (PST) Date: Tue, 3 Feb 2015 15:04:08 -0800 From: Andrew Morton Subject: Re: [PATCH v11 02/19] Add kernel address sanitizer infrastructure. Message-Id: <20150203150408.1913cf209c4552683cca8b35@linux-foundation.org> In-Reply-To: <1422985392-28652-3-git-send-email-a.ryabinin@samsung.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Andrey Ryabinin Cc: linux-kernel@vger.kernel.org, Dmitry Vyukov , Konstantin Serebryany , Dmitry Chernenkov , Andrey Konovalov , 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..." 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. -- 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