From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 7 Nov 2018 14:59:23 +0000 Subject: [PATCH v10 00/22] kasan: add software tag-based mode for arm64 In-Reply-To: References: Message-ID: <20181107145922.GD2623@brain-police> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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