From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-f70.google.com (mail-io1-f70.google.com [209.85.166.70]) by kanga.kvack.org (Postfix) with ESMTP id E9E158E0095 for ; Tue, 11 Dec 2018 10:57:40 -0500 (EST) Received: by mail-io1-f70.google.com with SMTP id s10so14579585iop.16 for ; Tue, 11 Dec 2018 07:57:40 -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 l14sor34236104jac.7.2018.12.11.07.57.39 for (Google Transport Security); Tue, 11 Dec 2018 07:57:39 -0800 (PST) MIME-Version: 1.0 References: <20181211151829.GB11718@edgewater-inn.cambridge.arm.com> In-Reply-To: <20181211151829.GB11718@edgewater-inn.cambridge.arm.com> From: Andrey Konovalov Date: Tue, 11 Dec 2018 16:57:27 +0100 Message-ID: Subject: Re: [PATCH v13 00/25] kasan: add software tag-based mode for arm64 Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Will Deacon Cc: Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Catalin Marinas , Christoph Lameter , Andrew Morton , 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 , "open list:DOCUMENTATION" , LKML , Linux ARM , linux-sparse@vger.kernel.org, Linux Memory Management List , Linux Kbuild mailing list , Kostya Serebryany , Evgenii Stepanov , Lee Smith , Ramana Radhakrishnan , Jacob Bramley , Ruben Ayrapetyan , Jann Horn , Mark Brand , Chintan Pandya , Vishwath Mohan On Tue, Dec 11, 2018 at 4:18 PM Will Deacon wrote: > > Hi Andrey, > > On Thu, Dec 06, 2018 at 01:24:18PM +0100, 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). > > > > The plan is to implement HWASan [2] for the kernel with the incentive, > > that it's going to have comparable to KASAN performance, but in the same > > time consume much less memory, trading that off for somewhat imprecise > > bug detection and being supported only for arm64. > > For the arm64 parts: > > Acked-by: Will Deacon > > I assume that you plan to replace the current patches in -mm with this > series? > > Cheers, > > Will Hi Will, Yes, that was the intention of sending v13. Should have I sent a separate patch with v12->v13 fixes instead? I don't know what's the usual way to make changes to the patchset once it's in the mm tree. Thanks!