From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f200.google.com (mail-it1-f200.google.com [209.85.166.200]) by kanga.kvack.org (Postfix) with ESMTP id CDED36B050F for ; Wed, 7 Nov 2018 09:56:05 -0500 (EST) Received: by mail-it1-f200.google.com with SMTP id p78-v6so14451536itb.1 for ; Wed, 07 Nov 2018 06:56:05 -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 w141-v6sor1522405itb.27.2018.11.07.06.56.04 for (Google Transport Security); Wed, 07 Nov 2018 06:56:04 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Andrey Konovalov Date: Wed, 7 Nov 2018 15:56:03 +0100 Message-ID: Subject: Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64 Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Kostya Serebryany , Evgeniy Stepanov , Lee Smith , Ramana Radhakrishnan , Jacob Bramley , Ruben Ayrapetyan , Jann Horn , Mark Brand , Chintan Pandya , Vishwath Mohan , Andrey Konovalov , Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Catalin Marinas , Will Deacon , Christoph Lameter , Mark Rutland , Nick Desaulniers , Marc Zyngier , Dave Martin , Ard Biesheuvel , "Eric W . Biederman" , Ingo Molnar , Paul Lawrence , Geert Uytterhoeven , Arnd Bergmann , "Kirill A . Shutemov" , Greg Kroah-Hartman , Kate Stewart , Mike Rapoport , kasan-dev@googlegroups.com, "open list:DOCUMENTATION" , LKML , Linux ARM , linux-sparse@vger.kernel.org, Linux Memory Management List , Linux Kbuild mailing list On Tue, Nov 6, 2018 at 6:30 PM, Andrey Konovalov wrote: > This patchset adds a new software tag-based mode to KASAN [1]. > (Initially this mode was called KHWASAN, but it got renamed, > see the naming rationale at the end of this section). [...] > Reviewed-by: Andrey Ryabinin > Reviewed-by: Dmitry Vyukov > Signed-off-by: Andrey Konovalov Hi Andrew, This patchset has now been reviewed-by KASAN maintainers. Could you take a look and consider taking this into the -mm tree? Thanks!