From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com ([209.85.128.67]:39878 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726163AbfACSp1 (ORCPT ); Thu, 3 Jan 2019 13:45:27 -0500 Received: by mail-wm1-f67.google.com with SMTP id f81so31113514wmd.4 for ; Thu, 03 Jan 2019 10:45:25 -0800 (PST) From: Andrey Konovalov Subject: [PATCH v3 0/3] kasan: tag-based mode fixes Date: Thu, 3 Jan 2019 19:45:18 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Catalin Marinas , Will Deacon , 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 , Vincenzo Frascino , kasan-dev@googlegroups.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sparse@vger.kernel.org, linux-mm@kvack.org, linux-kbuild@vger.kernel.org Cc: Kostya Serebryany , Evgeniy Stepanov , Lee Smith , Ramana Radhakrishnan , Jacob Bramley , Ruben Ayrapetyan , Jann Horn , Mark Brand , Chintan Pandya , Vishwath Mohan , Andrey Konovalov Changes in v3: - Fixed krealloc tag assigning without changing kasan_kmalloc hook and added more comments to the assign_tag function while at it. - Moved ARCH_SLAB_MINALIGN definition to arch/arm64/include/asm/cache.h. Changes in v2: - Added "kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY" patch. - Added "kasan: fix krealloc handling for tag-based mode" patch. Andrey Konovalov (3): kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning kasan: make tag based mode work with CONFIG_HARDENED_USERCOPY kasan: fix krealloc handling for tag-based mode arch/arm64/include/asm/cache.h | 6 ++++ mm/kasan/common.c | 65 ++++++++++++++++++++++------------ mm/slub.c | 2 ++ 3 files changed, 51 insertions(+), 22 deletions(-) -- 2.20.1.415.g653613c723-goog