From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Triplett Subject: Re: [PATCH 00/18] Allow architectures to override __READ_ONCE() Date: Wed, 1 Jul 2020 00:38:46 -0700 Message-ID: <20200701073846.GC301687@localhost> References: <20200630173734.14057-1-will@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200630173734.14057-1-will@kernel.org> Sender: linux-alpha-owner@vger.kernel.org To: Will Deacon Cc: linux-kernel@vger.kernel.org, Sami Tolvanen , Nick Desaulniers , Kees Cook , Marco Elver , "Paul E. McKenney" , Matt Turner , Ivan Kokshaysky , Richard Henderson , Peter Zijlstra , Alan Stern , "Michael S. Tsirkin" , Jason Wang , Arnd Bergmann , Boqun Feng , Catalin Marinas , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-alpha@vger.kernel.org, virtualization@lists.linux-foundation.orgkernel List-Id: virtualization@lists.linuxfoundation.org On Tue, Jun 30, 2020 at 06:37:16PM +0100, Will Deacon wrote: > The patches allow architectures to provide their own implementation of > __READ_ONCE(). This serves two main purposes: > > 1. It finally allows us to remove [smp_]read_barrier_depends() from the > Linux memory model and make it an implementation detail of the Alpha > back-end. And there was much rejoicing. Thank you.