From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:52376 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727417AbeKHAaJ (ORCPT ); Wed, 7 Nov 2018 19:30:09 -0500 Date: Wed, 7 Nov 2018 14:59:23 +0000 From: Will Deacon Subject: Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64 Message-ID: <20181107145922.GD2623@brain-police> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andrey Konovalov Cc: Andrew Morton , Kostya Serebryany , Evgeniy Stepanov , Lee Smith , Ramana Radhakrishnan , Jacob Bramley , Ruben Ayrapetyan , Jann Horn , Mark Brand , Chintan Pandya , Vishwath Mohan , Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Catalin Marinas , 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 Wed, Nov 07, 2018 at 03:56:03PM +0100, Andrey Konovalov wrote: > 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? I would much prefer to take the arm64 parts (which still need to be reviewed by Catalin afaict) via the arm64 tree, so please can you split those out separately? Will