From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 45CAE7D90D for ; Thu, 17 Oct 2019 03:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727233AbfJQDGH (ORCPT ); Wed, 16 Oct 2019 23:06:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:55662 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728556AbfJQDGH (ORCPT ); Wed, 16 Oct 2019 23:06:07 -0400 Received: from paulmck-ThinkPad-P72 (unknown [76.14.14.11]) (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 DD20F218DE; Thu, 17 Oct 2019 03:06:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571281567; bh=/7P9U6hBC/03noff8EYSntg+AUIwP6IM0A7MyXlG0F8=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=IYcnZErzgNJZn+bbr6geQkVDjg+ou5d01KR1uZ4lWCwYH/TN/YB8eG3cgnnmAHQey uJTq8pb7YC58ZAz9883DyzXRv8HFBKO9ECgduANCbhVwjJq8JoGsYeQp3MMaxgrfkG onplF5YC7Gq+uCFrZxl7n7MdY/EkSuViFGTWVvu0= Date: Wed, 16 Oct 2019 20:06:05 -0700 From: "Paul E. McKenney" To: Sebastian Andrzej Siewior Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , linux-doc@vger.kernel.org Subject: Re: [PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate Message-ID: <20191017030605.GD2588@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191015191821.11479-1-bigeasy@linutronix.de> <20191015191821.11479-27-bigeasy@linutronix.de> <20191016041330.GF2689@paulmck-ThinkPad-P72> <20191016073131.b35nfcc3vzbm2pfk@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191016073131.b35nfcc3vzbm2pfk@linutronix.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Wed, Oct 16, 2019 at 09:31:32AM +0200, Sebastian Andrzej Siewior wrote: > On 2019-10-15 21:13:30 [-0700], Paul E. McKenney wrote: > > Sadly, this one ran afoul of the .txt-to-.rst migration. Even applying > > it against linus/master and cherry-picking it does not help. I will > > defer it for the moment -- perhaps Mauro or Joel have some advice. > > Don't worry about it then. Just point me to the tree once it is done. Thank you very much and will do! Thanx, Paul