Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp7188841ybp; Wed, 16 Oct 2019 05:13:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzn15nQtyjfHR0NKjSlYsgJQpmSv+R0GyTOyKh1Bk2ITd+Cmfy1k6Vi8e57gtZlumUev4Gs X-Received: by 2002:aa7:c895:: with SMTP id p21mr39214415eds.38.1571228024776; Wed, 16 Oct 2019 05:13:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571228024; cv=none; d=google.com; s=arc-20160816; b=lD5rKanw03SP/uK3KFgyriXLzWIqzMFYK7wDhQ02IOJjIp/omu+6qTywh2Tk5xcrFL Q+0qfLNNoVKaHCoEUvE8MIslMnzmt0ET8ogLLEV/1WnxpxvtCSBJgdlzBPuSD1weRXIy YZ/RsHvvJMkJeS07IKj/fLfvNuu33gytGZGdIgsQ/6Ed+4arBL2BfB/CDnq8Y7MK0PkX k3qVmWX/ZU5UO+MCjQICNVWeWBYMXE1jV0o8bkOnZ4nAogU3xl4s16ygMJ8eUo5nFczQ hb/HbcAenDLBDmXWDSbrgZZ3WzsQs80M2Yj5DLucn9Zd9/STLwLq7oJQ1JinYS0Xewhf 4s7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=7kU+m/X5UwjJRjcv0rqhFZAwE8NynmX/okWih1j49cs=; b=W9bDHS0OmWIstSZuMaZRmpbtCPF6maNCtReblC4TJ4BFHBzzFCMHrJ/fUuPlMiuQao r9Jpk2YZw5HdUUmH0QkPW3/lCdnEqa+zekFkjC2rwaehU/q7ktacSkpbRHXIcBJkGJvd Vs4Bq83IiZkE8xOMm5xHyO51UyqYUUNMBsp1ev2xIBXkznNNSMu6aff31NBCcLWHScuw N/U+O+y4/aAzamox22ccKUXJidBBeAWyImP+yvwEJ2A7G2J/QkVdZj617cMKpv6hqcsP UnpQOLNCMVuspIu2tDSUe2HHbBlFvdeXJqb46mJk/cRgJh7mFR4ywlJyH1n2gFHtKYwI cjGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e47si17937468ede.325.2019.10.16.05.13.21; Wed, 16 Oct 2019 05:13:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388773AbfJPHbj (ORCPT + 99 others); Wed, 16 Oct 2019 03:31:39 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:48468 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388737AbfJPHbj (ORCPT ); Wed, 16 Oct 2019 03:31:39 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iKdmO-0007Nm-2r; Wed, 16 Oct 2019 09:31:32 +0200 Date: Wed, 16 Oct 2019 09:31:32 +0200 From: Sebastian Andrzej Siewior To: "Paul E. McKenney" 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: <20191016073131.b35nfcc3vzbm2pfk@linutronix.de> References: <20191015191821.11479-1-bigeasy@linutronix.de> <20191015191821.11479-27-bigeasy@linutronix.de> <20191016041330.GF2689@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191016041330.GF2689@paulmck-ThinkPad-P72> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > Thanx, Paul Sebastian