From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f70.google.com (mail-wm0-f70.google.com [74.125.82.70]) by kanga.kvack.org (Postfix) with ESMTP id 499526B000C for ; Thu, 1 Mar 2018 12:15:49 -0500 (EST) Received: by mail-wm0-f70.google.com with SMTP id v64so3661799wma.4 for ; Thu, 01 Mar 2018 09:15:49 -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 v7sor1128279wmc.51.2018.03.01.09.15.47 for (Google Transport Security); Thu, 01 Mar 2018 09:15:48 -0800 (PST) From: Andrey Konovalov Subject: [PATCH 0/2] kasan: a couple of test fixes Date: Thu, 1 Mar 2018 18:15:41 +0100 Message-Id: Sender: owner-linux-mm@kvack.org List-ID: To: Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Andrew Morton , Geert Uytterhoeven , Nick Terrell , Chris Mason , Yury Norov , Al Viro , "Luis R . Rodriguez" , Palmer Dabbelt , "Paul E . McKenney" , Jeff Layton , "Jason A . Donenfeld" , linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-mm@kvack.org Cc: Kostya Serebryany , Andrey Konovalov The first one fixes the invalid-free test crashing the kernel, and the second one fixes the memset tests working incorrectly due to compiler optimizations. Andrey Konovalov (2): kasan: fix invalid-free test crashing the kernel kasan: disallow compiler to optimize away memset in tests lib/Makefile | 1 + lib/test_kasan.c | 8 ++++++++ 2 files changed, 9 insertions(+) -- 2.16.2.395.g2e18187dfd-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