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 E7634C43603 for ; Mon, 9 Dec 2019 17:06:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BABC4207FD for ; Mon, 9 Dec 2019 17:06:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575911199; bh=v5GquLWqYcVFJRWpVM06dta39hsoDvvuwBXAIdjEjhs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=E983ZMMfGiF96SrnToCkDSr3QcwEvmO/RDLaMU34MJV49q78A8eg4pfxRK6abKXKd jQl72jyrNwOTLBEcdKNL8ebgnJ/z8a8kZuH50ocKvqJoCWRgYqsYI/eWImYc3BSLeX YZ00RqlbXRjsbqKH954qB2cWfNfJwpM5j/Ih9YlM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726607AbfLIRGj (ORCPT ); Mon, 9 Dec 2019 12:06:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:50910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726290AbfLIRGj (ORCPT ); Mon, 9 Dec 2019 12:06:39 -0500 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 300B620692; Mon, 9 Dec 2019 17:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575911198; bh=v5GquLWqYcVFJRWpVM06dta39hsoDvvuwBXAIdjEjhs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QqN8dzIzpX5nZdkEXiiNOuRSReAHO4X/0QwxgP4AqZgxJJuOgNerxMYjrDC3MtHMH XRVSHeYL8ktieQrAgY0zWEfoHxkK5Zg5CZZoRcIOiHXPo47RRxcOq3VO0bMNhWA3Ci zcDmZvLBj1fZB0+/QvAUo9ED5Iw5076l0HZ6czbs= Date: Mon, 9 Dec 2019 17:06:34 +0000 From: Will Deacon To: "Paul E. McKenney" Cc: SeongJae Park , Jonathan Corbet , LKML , linux-doc , notify@kernel.org, SeongJae Park Subject: Re: [PATCH v2] Documentation/barriers/kokr: Remove references to [smp_]read_barrier_depends() Message-ID: <20191209170633.GC7489@willie-the-truck> References: <20191121193209.15687-1-sj38.park@gmail.com> <20191129180837.7233-1-sjpark@amazon.de> <20191206204406.GK2889@paulmck-ThinkPad-P72> <20191206220858.GL2889@paulmck-ThinkPad-P72> <20191206225156.GM2889@paulmck-ThinkPad-P72> <20191209094432.GA3306@willie-the-truck> <20191209170057.GH2889@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191209170057.GH2889@paulmck-ThinkPad-P72> 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, Dec 09, 2019 at 09:00:57AM -0800, Paul E. McKenney wrote: > On Mon, Dec 09, 2019 at 09:44:33AM +0000, Will Deacon wrote: > > On Fri, Dec 06, 2019 at 02:51:56PM -0800, Paul E. McKenney wrote: > > > On Fri, Dec 06, 2019 at 11:38:22PM +0100, SeongJae Park wrote: > > > > On Fri, Dec 6, 2019 at 11:08 PM Paul E. McKenney wrote: > > > > > But since Jon seems to be taking these in his capacity and Documentation > > > > > maintainer, could you please resend CCing him? If we have these changes > > > > > scattered across too many trees, someone is going to get confused, > > > > > and it probably will be me. ;-) > > > > > > > > Agreed, CC-ing Jon to this mail. That said, this is a followup of Will's > > > > patch[1] and the patch is also not queued in Jon's tree. So, I would like to > > > > hear Will's opinion either, if possible. > > > > > > > > [1] https://lore.kernel.org/lkml/20191108170120.22331-10-will@kernel.org/ > > > > > > Ah, this one got caught out in the conversion from .html to .rst. > > > > > > I did get an ack on one of those, and thus queued it. I clearly need to > > > take another look at Will's series, and thank you for the reminder! > > > > I was planning to include this in the next posting of my series, but I was > > waiting for the merge window to close first. Now that we have -rc1, I'll > > post it this week, although the patches are also queued up in my tree here > > [1] (warning -- rebasing development branch). > > > > I'll leave the patches that are unrelated to smp_read_barrier_depends() to > > Paul and Jon, unless they indicate a preference to the contrary. > > I don't know about Jon, but I might need a reminder as to which patches > those are. ;-) https://lore.kernel.org/lkml/20191121234125.28032-1-sj38.park@gmail.com ...but it actually looks like Jon picked those all up, so I think we're good. SeongJae -- please shout if we've missed something (the link above, plus this patch). Will