From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753361AbdFVVOO (ORCPT ); Thu, 22 Jun 2017 17:14:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47774 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdFVVON (ORCPT ); Thu, 22 Jun 2017 17:14:13 -0400 Date: Thu, 22 Jun 2017 14:14:11 -0700 From: Andrew Morton To: Dmitry Vyukov Cc: mark.rutland@arm.com, peterz@infradead.org, mingo@redhat.com, will.deacon@arm.com, hpa@zytor.com, aryabinin@virtuozzo.com, kasan-dev@googlegroups.com, x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v5 1/4] x86: switch atomic.h to use atomic-instrumented.h Message-Id: <20170622141411.6af8091132e4416e3635b62e@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Jun 2017 16:14:16 +0200 Dmitry Vyukov wrote: > Add arch_ prefix to all atomic operations and include > . This will allow > to add KASAN instrumentation to all atomic ops. This gets a large number of (simple) rejects when applied to linux-next. Can you please redo against -next? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f198.google.com (mail-wr0-f198.google.com [209.85.128.198]) by kanga.kvack.org (Postfix) with ESMTP id CD14383292 for ; Thu, 22 Jun 2017 17:14:15 -0400 (EDT) Received: by mail-wr0-f198.google.com with SMTP id z45so7740297wrb.13 for ; Thu, 22 Jun 2017 14:14:15 -0700 (PDT) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by mx.google.com with ESMTPS id a135si2271762wmd.2.2017.06.22.14.14.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jun 2017 14:14:14 -0700 (PDT) Date: Thu, 22 Jun 2017 14:14:11 -0700 From: Andrew Morton Subject: Re: [PATCH v5 1/4] x86: switch atomic.h to use atomic-instrumented.h Message-Id: <20170622141411.6af8091132e4416e3635b62e@linux-foundation.org> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Dmitry Vyukov Cc: mark.rutland@arm.com, peterz@infradead.org, mingo@redhat.com, will.deacon@arm.com, hpa@zytor.com, aryabinin@virtuozzo.com, kasan-dev@googlegroups.com, x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org On Thu, 22 Jun 2017 16:14:16 +0200 Dmitry Vyukov wrote: > Add arch_ prefix to all atomic operations and include > . This will allow > to add KASAN instrumentation to all atomic ops. This gets a large number of (simple) rejects when applied to linux-next. Can you please redo against -next? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org