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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 2E1ACC43603 for ; Wed, 4 Dec 2019 16:35:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E9752206DB for ; Wed, 4 Dec 2019 16:35:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=joelfernandes.org header.i=@joelfernandes.org header.b="GlXe6Q9r" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728241AbfLDQfz (ORCPT ); Wed, 4 Dec 2019 11:35:55 -0500 Received: from mail-pl1-f196.google.com ([209.85.214.196]:47052 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728203AbfLDQfz (ORCPT ); Wed, 4 Dec 2019 11:35:55 -0500 Received: by mail-pl1-f196.google.com with SMTP id k20so3368086pll.13 for ; Wed, 04 Dec 2019 08:35:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=bO5izEfxsUPUv8T5otbux6mtDyOWMJqdJNoSjjVgl/c=; b=GlXe6Q9rSNMREEg0PMbYTSdbPIDnjfkSDLbQ3Wa7YGN7pXctZlof9E/0gZyGbNTNWR n6Jstsi0ucPZoPRP3fosvInk887zFN+hVI3LHi321kOPXg9QwRyuyHgPaBEDXexEimDq SPAyk4+8cW7fGFj648/w5ZunZiP8v+dteapA4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=bO5izEfxsUPUv8T5otbux6mtDyOWMJqdJNoSjjVgl/c=; b=IyhKSK9OUTQXnMsbhvTBoOG5RGVoDG2oM4r8wruGJHaBR5JP/S5yF0zzIp53VCO00t qieEkYEWoDwvhL8RuKy9zXHmYFMzHVs3iuC9jw5GWJAvHWfx8KAUPeP10rKgfkSrk2Ko waWYQN1UJk2KmGHPrsO3/icv3Q9yjbI6rMRq45n3XruYsauk6GIG9tF5G1W+a9G4KJmA jDoyBgMY626MIz06sEUQ/gHms5MXZhhZGMqJWGy2yw9ki78KkyRHtjnDedP7BPNkA4bj A4J6QEWiJLgETjL5MJVxkSKlWz5ZHLDjTP4XjFVkW4wrkSwKAh3P7LYdQhdGOaGDMlCv O1mA== X-Gm-Message-State: APjAAAWyr6D9zfgYT92R/HBD0J0g3eolMddtVo55LvvhxN8p+qnMLE3o VwK9pFlm7v2TBsvl2FGCZ6KCBA== X-Google-Smtp-Source: APXvYqxSGyLyUYiiS/+SHbLwAVTmQQ5XcWoLnPWBhsJAaT8jcO37+IiZ/iqNkU51/LPEF2rPVUPiBw== X-Received: by 2002:a17:902:8ec8:: with SMTP id x8mr4057799plo.119.1575477354677; Wed, 04 Dec 2019 08:35:54 -0800 (PST) Received: from localhost ([2620:15c:6:12:9c46:e0da:efbf:69cc]) by smtp.gmail.com with ESMTPSA id k4sm1427100pfk.11.2019.12.04.08.35.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 08:35:53 -0800 (PST) Date: Wed, 4 Dec 2019 11:35:52 -0500 From: Joel Fernandes To: Jonathan Corbet Cc: Amol Grover , "Paul E . McKenney" , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , rcu@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Shuah Khan , Madhuparna Bhowmik Subject: Re: [PATCH] doc: listRCU: Add some more listRCU patterns in the kernel Message-ID: <20191204163552.GE17404@google.com> References: <20191203063941.6981-1-frextrite@gmail.com> <20191203064132.38d75348@lwn.net> <20191204082412.GA6959@workstation-kernel-dev> <20191204074833.44bcc079@lwn.net> <20191204153958.GA17404@google.com> <20191204084729.184480f3@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191204084729.184480f3@lwn.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: rcu-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org On Wed, Dec 04, 2019 at 08:47:29AM -0700, Jonathan Corbet wrote: > On Wed, 4 Dec 2019 10:39:58 -0500 > Joel Fernandes wrote: > > > Actually I had asked Amol privately to add the backticks. It appeared > > super weird in my browser when some function calls were rendered > > monospace while others weren't. Not all functions were successfully > > cross referenced for me. May be it is my kernel version? > > If you have an example of a failure to cross-reference a function that > has kerneldoc comments *that are included in the toctree*, I'd like to see > it; that's a bug. > > Changing the font on functions without anything to cross-reference to is > easy enough and should probably be done; I'll look into it when I get a > chance. I tried on a different machine (my work machine) and the cross-referencing is working fine. So I am not sure if this could be something related to Sphinx version or I had used an older kernel tree before. This kernel tree is Linus's master. thanks, - Joel