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=-6.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 47860C19759 for ; Thu, 1 Aug 2019 21:40:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 15A7320838 for ; Thu, 1 Aug 2019 21:40:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=joelfernandes.org header.i=@joelfernandes.org header.b="bAFcHM5K" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389259AbfHAVju (ORCPT ); Thu, 1 Aug 2019 17:39:50 -0400 Received: from mail-pl1-f195.google.com ([209.85.214.195]:45894 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389243AbfHAVjq (ORCPT ); Thu, 1 Aug 2019 17:39:46 -0400 Received: by mail-pl1-f195.google.com with SMTP id y8so32779328plr.12 for ; Thu, 01 Aug 2019 14:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UPjVOzxIWhoZ3jLWyfF8eHht0ZmcYW+YAayCLY421Ko=; b=bAFcHM5KTORiEFTKFSUQ+5+sIca8SaUzn3leRYT0Ei0ZsrKsFvUA3lZffQDpSAr2Jm hoTvRZneyQdSX03A734GsBP04VvIfBKL47LtsWwrikydtYva+Lj1KaRVdAl2Jkolz5l+ o2YP/pVjOZ0XtkfyBMnV2BXHm5sdfjQFsMCT0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UPjVOzxIWhoZ3jLWyfF8eHht0ZmcYW+YAayCLY421Ko=; b=kcgv3oNtigHvxHao/piriRXDcEE5QUFTjMqK1HyrktN7uGjrsin20Hup8Ru89Z06hU 2GepMz16afPNzeWF7gYmEwR7WIp/QJuShPmWzmbCyoAkERo9sUoz3KprL8DJrM999Cd9 zINCqRq29GUtCYUSqf7ua4X1uPxYnoFoEHxwj66qBBLmp9J11VAE6c+5x6hQDjaJncrY 03Whbcj5HjCMGovQAsWbarM8bCtzPvqX0Lh8mmBIFPu29OM5QLttgt6y16bpSSR7jruh NQoR80R8Sy2ZAHoKt7hw1gOX56A0S4IEplffc9AP+7O+0P49/09jOF9zdP7QirZn+/yW fUHA== X-Gm-Message-State: APjAAAXS8YuWkhYtJ6a7QfJkol79ydigeKtVMmuQXT1vx/mf7TvSK1Ew o7QcDnYVhkcZ+nOfq+em3rE= X-Google-Smtp-Source: APXvYqwzpOdKb1CkE9Av2YhdeBi81Sd7MLH0rkz7iJzyrLqIuBXqJGuSO49DxQvQP0BohWXdHyZ/6g== X-Received: by 2002:a17:902:e4:: with SMTP id a91mr31494499pla.150.1564695585474; Thu, 01 Aug 2019 14:39:45 -0700 (PDT) Received: from joelaf.cam.corp.google.com ([2620:15c:6:12:9c46:e0da:efbf:69cc]) by smtp.gmail.com with ESMTPSA id r61sm5940423pjb.7.2019.08.01.14.39.43 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 01 Aug 2019 14:39:44 -0700 (PDT) From: "Joel Fernandes (Google)" To: linux-kernel@vger.kernel.org Cc: "Joel Fernandes (Google)" , Mauro Carvalho Chehab , "Paul E. McKenney" , rcu@vger.kernel.org Subject: ['PATCH v2' 6/7] Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()" Date: Thu, 1 Aug 2019 17:39:21 -0400 Message-Id: <20190801213922.158860-7-joel@joelfernandes.org> X-Mailer: git-send-email 2.22.0.770.g0f2c4a37fd-goog In-Reply-To: <20190801213922.158860-1-joel@joelfernandes.org> References: <20190801213922.158860-1-joel@joelfernandes.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: rcu-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org This restores docs back in ReST format. --- Documentation/RCU/Design/Requirements/Requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RCU/Design/Requirements/Requirements.rst b/Documentation/RCU/Design/Requirements/Requirements.rst index a33b5fb331b4..0b222469d7ce 100644 --- a/Documentation/RCU/Design/Requirements/Requirements.rst +++ b/Documentation/RCU/Design/Requirements/Requirements.rst @@ -1997,7 +1997,7 @@ Tracing and RCU ~~~~~~~~~~~~~~~ It is possible to use tracing on RCU code, but tracing itself uses RCU. -For this reason, ``rcu_dereference_raw_notrace()`` is provided for use +For this reason, ``rcu_dereference_raw_check()`` is provided for use by tracing, which avoids the destructive recursion that could otherwise ensue. This API is also used by virtualization in some architectures, where RCU readers execute in environments in which tracing cannot be -- 2.22.0.770.g0f2c4a37fd-goog