From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f69.google.com (mail-it0-f69.google.com [209.85.214.69]) by kanga.kvack.org (Postfix) with ESMTP id EA2DD6B025F for ; Mon, 4 Dec 2017 14:17:43 -0500 (EST) Received: by mail-it0-f69.google.com with SMTP id g69so13372267ita.9 for ; Mon, 04 Dec 2017 11:17:43 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id a66sor1708754ioe.261.2017.12.04.11.17.41 for (Google Transport Security); Mon, 04 Dec 2017 11:17:42 -0800 (PST) From: Paul Lawrence Subject: [PATCH v4 0/5] kasan: support alloca, LLVM Date: Mon, 4 Dec 2017 11:17:30 -0800 Message-Id: <20171204191735.132544-1-paullawrence@google.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Masahiro Yamada Cc: linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-mm@kvack.org, linux-kbuild@vger.kernel.org, Matthias Kaehlcke , Michael Davidson , Greg Hackmann , Paul Lawrence [PATCH v3 1/5] kasan: add compiler support for clang No change [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters. Correctly attributed Changed to use strip to work in all environments [PATCH v3 3/5] kasan: support alloca() poisoning No change [PATCH v3 4/5] kasan: Add tests for alloca poisoning No change [PATCH v3 5/5] kasan: added functions for unpoisoning stack variables No change Paul Lawrence (5): kasan: add compiler support for clang kasan/Makefile: Support LLVM style asan parameters. kasan: support alloca() poisoning kasan: Add tests for alloca poisonong kasan: added functions for unpoisoning stack variables include/linux/compiler-clang.h | 8 +++++++ lib/test_kasan.c | 22 +++++++++++++++++++ mm/kasan/kasan.c | 49 ++++++++++++++++++++++++++++++++++++++++++ mm/kasan/kasan.h | 8 +++++++ mm/kasan/report.c | 4 ++++ scripts/Makefile.kasan | 30 ++++++++++++++++---------- 6 files changed, 110 insertions(+), 11 deletions(-) -- 2.15.0.531.g2ccb3012c9-goog -- 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