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=ham 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 E3299C3F68F for ; Mon, 9 Dec 2019 09:44:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B979620726 for ; Mon, 9 Dec 2019 09:44:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575884680; bh=imotwJ4gICaZ02FoqooFcZsxweEm3UFRbehyTXXWTKs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=t7jiUP7w6L3gP22rNMI3QGmEBOhouwIM8zo91VkONU6Wh0y0bQZJr4rePPVwi1FX5 cdrKFNDdmS2W/V/vn0z3c/7ExjZBZQ2dwdaEawFcImwk1fDcBm1x1GQAnKEO1H215z TSJbO26Q4sUP1xULvP8Z8WJg4YM7wEXyEeoFAnEs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727434AbfLIJok (ORCPT ); Mon, 9 Dec 2019 04:44:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:57272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727350AbfLIJoj (ORCPT ); Mon, 9 Dec 2019 04:44: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 3AAD720726; Mon, 9 Dec 2019 09:44:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575884678; bh=imotwJ4gICaZ02FoqooFcZsxweEm3UFRbehyTXXWTKs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SmMvhnhGIWsZOdi+RMzfniaJ+94EMedHgnL+d+RxHRwLvG+q+EihVC4tU2P5SmuRl J54YIH/aKb8LkZzI2HFd6+rwqAdD5cQoivfoINv1IwuAlfwXUzMPUmlaNy+Oq2Orgs Si257mCJ1/JWZj8r9K+/njClLcptsysHWwGBsvb8= Date: Mon, 9 Dec 2019 09:44:33 +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: <20191209094432.GA3306@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191206225156.GM2889@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 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. Will [1] https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=lto