From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752069AbdJXJdA (ORCPT ); Tue, 24 Oct 2017 05:33:00 -0400 Received: from mail-wr0-f175.google.com ([209.85.128.175]:54882 "EHLO mail-wr0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbdJXJc5 (ORCPT ); Tue, 24 Oct 2017 05:32:57 -0400 X-Google-Smtp-Source: ABhQp+Q76msBZ0LAeNkHsJY6UoPtoLmkYSDALE0BxXPnt3UOOiCbTUktL7fadCF5nCW0/Qo+uhwwoA== Date: Tue, 24 Oct 2017 11:32:53 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, will.deacon@arm.com, mark.rutland@arm.com, snitzer@redhat.com, thor.thayer@linux.intel.com, viro@zeniv.linux.org.uk, davem@davemloft.net, shuah@kernel.org, mpe@ellerman.id.au, tj@kernel.org Subject: Re: [GIT PULL de-alpha] Make core code not need to know about Alpha for v4.15 Message-ID: <20171024093253.4fx2ev3av7vu7ky5@gmail.com> References: <20171023210408.GA2930@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171023210408.GA2930@linux.vnet.ibm.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney wrote: > Mark Rutland (14): > dm integrity: Kill off ACCESS_ONCE() > EDAC, altera: Kill off ACCESS_ONCE() > firmware/ivc: Kill off ACCESS_ONCE() > fs: dcache: Kill off ACCESS_ONCE() > fs: ncpfs: Kill off ACCESS_ONCE() > media: dvb_ringbuffer: Kill off ACCESS_ONCE() > net: netlink/netfilter: Kill off ACCESS_ONCE() > net/ipv4/tcp_input.c: Kill off ACCESS_ONCE() > net: average: Kill off ACCESS_ONCE() > samples: mic/mpssd/mpssd.c: Kill off ACCESS_ONCE() > selftests/powerpc: Kill off ACCESS_ONCE() > workqueue: Kill off ACCESS_ONCE() > rcutorture: formal: Prepare for ACCESS_ONCE() removal > COCCINELLE: treewide: kill off ACCESS_ONCE() > > Paul E. McKenney (3): > doc: filesystems: Kill off ACCESS_ONCE() > mm: Kill off ACCESS_ONCE() Quick question: are there any ACCESS_ONCE() users left after this? If not then we should add a separate patch that either removes it, or at least adds a build time warning which should trigger with new users. Thanks, Ingo