From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF19EC18E5B for ; Mon, 16 Mar 2020 15:48:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2CD120679 for ; Mon, 16 Mar 2020 15:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584373722; bh=hgo1mJoERylQnqXK/Qzm4LRDUpgAiG0+pmKFSvZomaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cIRvpZQS5RRMZq3IQ8e4VSPFBvzMgPmPT/uYiq6yigxc//s2i/EaBxKCjktV9U708 0IxWJijUGR6g+x8kDhm2qr8DhN55Cj1gTxTp5lx2i40ogxiIjY38c7eaPzwy2Vi/De 5tZIX//6jPc54uY+cqF4sPe0ZsPETD8D77hOmgJc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731892AbgCPPsm (ORCPT ); Mon, 16 Mar 2020 11:48:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:48700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731685AbgCPPsm (ORCPT ); Mon, 16 Mar 2020 11:48:42 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D217C2051A; Mon, 16 Mar 2020 15:48:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584373721; bh=hgo1mJoERylQnqXK/Qzm4LRDUpgAiG0+pmKFSvZomaQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Za6mh7KDdv9dR38PI076BNUhiopaZCf0+hr79++iIoZYWraYO/CUHmaixd7xgv8Le yueJN2TPyLFVFJfjUaPpJyEFNje6v5oiYHwgY2t9gCshrsIrjDkyUmxmvBOzDxW5dQ h2cofCD3g2K0Xmafbqbs+gf8bKMoav5gNbUAF3/g= Date: Mon, 16 Mar 2020 15:48:35 +0000 From: Will Deacon To: Peter Zijlstra Cc: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , linux-doc@vger.kernel.org, Alan Stern , Andrea Parri , Boqun Feng , Nicholas Piggin , David Howells , Jade Alglave , Luc Maranget , "Paul E. McKenney" , Akira Yokosawa , Daniel Lustig , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 0/3] docs: a few improvements for atomic_ops.rst Message-ID: <20200316154835.GA13004@willie-the-truck> References: <20200308195618.22768-1-j.neuschaefer@gmx.net> <20200309090650.GF12561@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200309090650.GF12561@hirez.programming.kicks-ass.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Mar 09, 2020 at 10:06:50AM +0100, Peter Zijlstra wrote: > On Sun, Mar 08, 2020 at 08:56:15PM +0100, Jonathan Neuschäfer wrote: > > Hi, > > > > this is a short series of unrelated fixes that make the atomic > > operations documentation look and read a bit better. > > > > Jonathan Neuschäfer (3): > > docs: atomic_ops: Remove colons where they don't make sense > > docs: atomic_ops: Move two paragraphs into the warning block above > > docs: atomic_ops: Steer readers towards using refcount_t for reference > > counts > > > > Documentation/core-api/atomic_ops.rst | 24 ++++++++++++------- > > FWIW, I consider this a dead document. I've written > Documentation/atomic_t.txt and Documentation/atomic_bitops.txt as a > replacement. If there is anything in atomic_ops you feel is missing from > those two, please tell as I'm planing to delete atomic_ops soon. For the deletion: Acked-by: Will Deacon Will