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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 3D7E1C2B9F4 for ; Fri, 25 Jun 2021 22:12:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EF136194C for ; Fri, 25 Jun 2021 22:12:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229930AbhFYWOy (ORCPT ); Fri, 25 Jun 2021 18:14:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229531AbhFYWOx (ORCPT ); Fri, 25 Jun 2021 18:14:53 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 861D9C061574; Fri, 25 Jun 2021 15:12:29 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id E37541E5; Fri, 25 Jun 2021 22:12:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net E37541E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1624659149; bh=aBOMm1kYBis17TYO37jwrNK1eY+68g/OKwBbu5ZPgD0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=j+XZpeTAQ0KjC132HOY2IEgPospjpduBGW4AO6zLReYz6H5eLuDbhQV++MSwzkhJp LxYmNACv4ZDstPObhEWu+mD17cj/IDM6IHMhaecKdQsfWJAJhtkqCMGaLBTK16bo+b R9xq0zGggV5s6CbUPSnNy4mw0d7I5bGK2mtv5asg2O0776N6j8bg5pNPHPkVSNRr4W yAafJWAHLwYpDO6AcITdvMbhT091i97p85hhOumo9o7Zgjh2k1XBRdhPnP79cpRkzl T179d0jI9A/M/ditPIsxsTSLLGx8y2WbyUYOiN/hocIIdciP23vjcX6IWxSgMPjuAj LhaeXx3AqYL5g== From: Jonathan Corbet To: Brendan Higgins , Mauro Carvalho Chehab Cc: Linux Doc Mailing List , kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, David Gow Subject: Re: [PATCH v2 10/29] docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup In-Reply-To: References: <6fde409079959a95b62b9b2692503608d7ff0dbd.1623824363.git.mchehab+huawei@kernel.org> Date: Fri, 25 Jun 2021 16:12:28 -0600 Message-ID: <871r8p1tmb.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Brendan Higgins writes: > On Tue, Jun 15, 2021 at 11:27 PM Mauro Carvalho Chehab > wrote: >> >> The :doc:`foo` tag is auto-generated via automarkup.py. >> So, use the filename at the sources, instead of :doc:`foo`. >> >> Reviewed-by: David Gow >> Acked-by: Brendan Higgins >> Signed-off-by: Mauro Carvalho Chehab > > Hi, can you please rebase and resend your patch on top of > > https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=kunit-fixes I applied the whole set a couple of weeks ago, actually, so there shouldn't be any need for this... Thanks, jon