From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751471AbdFXOON (ORCPT ); Sat, 24 Jun 2017 10:14:13 -0400 Received: from ms.lwn.net ([45.79.88.28]:51430 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbdFXOOM (ORCPT ); Sat, 24 Jun 2017 10:14:12 -0400 Date: Sat, 24 Jun 2017 08:14:10 -0600 From: Jonathan Corbet To: "Paul E. McKenney" Cc: Palmer Dabbelt , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: atomic_ops.txt is core-api/atomic_ops.rst Message-ID: <20170624081410.7a338797@lwn.net> In-Reply-To: <20170623204529.GO3721@linux.vnet.ibm.com> References: <20170623203139.7258-1-palmer@dabbelt.com> <20170623204529.GO3721@linux.vnet.ibm.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 23 Jun 2017 13:45:29 -0700 "Paul E. McKenney" wrote: > On Fri, Jun 23, 2017 at 01:31:39PM -0700, Palmer Dabbelt wrote: > > I was reading the memory barries documentation in order to make sure the > > RISC-V barries were correct, and I found a broken link to the atomic > > operations documentation. > > > > Signed-off-by: Palmer Dabbelt > > Acked-by: Will Deacon > > Good catch! > > Acked-by: Paul E. McKenney Applied to the docs tree, thanks. jon