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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 A5E19C00454 for ; Mon, 9 Dec 2019 17:01:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C0702077B for ; Mon, 9 Dec 2019 17:01:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575910861; bh=i7XXyKDcinysJjRrbN008MegJ43iRf0Ry/1DV+kBsEM=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=r7L4QWADIp7C1cyHqVku7rmrkvIwqT1g1R0DuF3mDnOjQou1/yl+8priIBNWKQnCR B4YP6dWdUEey1S4AU3930XHIig7xYVnv1U193Cnq90CymPtiZDo6DQXWK++19e7Bcg xVk28Gw9trhPOwFwNzbYvGc2w7F+wENKP34jZJwA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726916AbfLIRBA (ORCPT ); Mon, 9 Dec 2019 12:01:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:48622 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726675AbfLIRA7 (ORCPT ); Mon, 9 Dec 2019 12:00:59 -0500 Received: from paulmck-ThinkPad-P72.home (unknown [199.201.64.130]) (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 18AA12077B; Mon, 9 Dec 2019 17:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575910859; bh=i7XXyKDcinysJjRrbN008MegJ43iRf0Ry/1DV+kBsEM=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=Gyh55ymEUJDm8A+Z34WmLDKj+cV1cRRFBab55H8mLnXVnrJ4Hjb0Ku2I7GGeDKZC2 AaLLXb04v+6ibuwvyURiDOSd51N30fvCB3ugaTAKZTOV/TQAnTSuRtbDd8aUXy25Ml e0exq0SS5iJIbtdC9Y60CbUHtoW6F6zRNAqtvDFE= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 339B83522769; Mon, 9 Dec 2019 09:00:57 -0800 (PST) Date: Mon, 9 Dec 2019 09:00:57 -0800 From: "Paul E. McKenney" To: Will Deacon 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: <20191209170057.GH2889@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191209094432.GA3306@willie-the-truck> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. ;-) Thanx, Paul > Will > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=lto