From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 3/3] asm-generic, x86: Add bitops instrumentation for KASAN Date: Wed, 29 May 2019 14:01:34 +0200 Message-ID: <20190529120134.GR2623@hirez.programming.kicks-ass.net> References: <20190528163258.260144-3-elver@google.com> <20190528165036.GC28492@lakrids.cambridge.arm.com> <20190529100116.GM2623@hirez.programming.kicks-ass.net> <20190529103010.GP2623@hirez.programming.kicks-ass.net> <377465ba-3b31-31e7-0f9d-e0a5ab911ca4@virtuozzo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Dmitry Vyukov Cc: Andrey Ryabinin , Marco Elver , Mark Rutland , Alexander Potapenko , Andrey Konovalov , Jonathan Corbet , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , the arch/x86 maintainers , Arnd Bergmann , Josh Poimboeuf , "open list:DOCUMENTATION" , LKML , linux-arch , kasan-dev List-Id: linux-arch.vger.kernel.org On Wed, May 29, 2019 at 01:29:51PM +0200, Dmitry Vyukov wrote: > Thanks. I've filed https://bugzilla.kernel.org/show_bug.cgi?id=203751 > for checking alignment with all the points and references, so that > it's not lost. Thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from merlin.infradead.org ([205.233.59.134]:34914 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbfE2MBu (ORCPT ); Wed, 29 May 2019 08:01:50 -0400 Date: Wed, 29 May 2019 14:01:34 +0200 From: Peter Zijlstra Subject: Re: [PATCH 3/3] asm-generic, x86: Add bitops instrumentation for KASAN Message-ID: <20190529120134.GR2623@hirez.programming.kicks-ass.net> References: <20190528163258.260144-3-elver@google.com> <20190528165036.GC28492@lakrids.cambridge.arm.com> <20190529100116.GM2623@hirez.programming.kicks-ass.net> <20190529103010.GP2623@hirez.programming.kicks-ass.net> <377465ba-3b31-31e7-0f9d-e0a5ab911ca4@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Dmitry Vyukov Cc: Andrey Ryabinin , Marco Elver , Mark Rutland , Alexander Potapenko , Andrey Konovalov , Jonathan Corbet , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , the arch/x86 maintainers , Arnd Bergmann , Josh Poimboeuf , "open list:DOCUMENTATION" , LKML , linux-arch , kasan-dev Message-ID: <20190529120134.fb6W1NCDHD2qx-XYMwvKYtweMEd80vLe_Bb2ediR5VE@z> On Wed, May 29, 2019 at 01:29:51PM +0200, Dmitry Vyukov wrote: > Thanks. I've filed https://bugzilla.kernel.org/show_bug.cgi?id=203751 > for checking alignment with all the points and references, so that > it's not lost. Thanks!