Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754220AbbBDEA1 (ORCPT ); Tue, 3 Feb 2015 23:00:27 -0500 Received: from mail-ie0-f179.google.com ([209.85.223.179]:43110 "EHLO mail-ie0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751889AbbBDEAY (ORCPT ); Tue, 3 Feb 2015 23:00:24 -0500 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 08:00:18 +0400 Message-ID: Subject: Re: [PATCH v11 02/19] Add kernel address sanitizer infrastructure. From: Andrey Konovalov 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..." Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1627 Lines: 57 Sorry I didn't reply earlier. Signed-off-by: Andrey Konovalov (Repeating in plain text.) 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. -- 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/