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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8765C433F5 for ; Mon, 31 Jan 2022 22:14:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231890AbiAaWO3 (ORCPT ); Mon, 31 Jan 2022 17:14:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231627AbiAaWO1 (ORCPT ); Mon, 31 Jan 2022 17:14:27 -0500 Received: from mail-il1-x12d.google.com (mail-il1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8AAA8C061714 for ; Mon, 31 Jan 2022 14:14:26 -0800 (PST) Received: by mail-il1-x12d.google.com with SMTP id d3so12685790ilr.10 for ; Mon, 31 Jan 2022 14:14:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=odVN5zr5EM78SbEFrOlCqjhjAfIyP/M1WivpRxjpnJM=; b=VZivi5qfDr/2lgNx22v+J+rv+wtYxONIcECOJBj86BBBy/khDySjEKLFIYTLB17WrY ZvUZMA56rH4HF9t6IcoTRi+raBRozCNqC0EV+tq4h3CHYGzcXVdyNxkzfEQmpnAOTA0a PQ25vMNXxJ2JMNDc+boSfXtD3l3eN2uAe99z8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=odVN5zr5EM78SbEFrOlCqjhjAfIyP/M1WivpRxjpnJM=; b=YsRqO0Lq5L2wYbecI4/5zP6pQ9V4bOjuvvZP1YSdMoD93fecjP1uZyvMsPypUD72R0 WXcNVmjJxnTohd09FIec3JWdSLKM8yySp63+jMeySiM56nE+0O0iGQDuEJRzUNjeG32Q h0EvhQIBCTEL/s/uzPqpRd7gDB2mdmWeTvLMFFMuBl1iLxlKcDJA9UR7c+fgJPHIx22W V/sgIyNFlUD/WIbr7EMuwJZPLihpchwG+Z0ygUjASH+o6MIAFHE2FjFcKjCpdzb1Rx3u LuZq/Bv4JnUiKo66/ZEHgPO7d2RvtN1Szoq/rQZHNRkCuZENSZeigA700PiA8+yQifYK PLqg== X-Gm-Message-State: AOAM533YmgIiiK9lm36lhjURdQ2UYfY33A3vICLsDLuuv+E9OI6UlUeM UerSDfmqpSdrb5wQJW9jEIszGQ== X-Google-Smtp-Source: ABdhPJx98f8ah61PCDON2+6eeiNa/KDxDutSrePIxB9D7p5Zhwqfh4MJcIYrLHeeo21AUoJUqeVIyw== X-Received: by 2002:a05:6e02:1648:: with SMTP id v8mr13914266ilu.282.1643667265810; Mon, 31 Jan 2022 14:14:25 -0800 (PST) Received: from [192.168.1.128] ([71.205.29.0]) by smtp.gmail.com with ESMTPSA id 8sm19624045ilq.14.2022.01.31.14.14.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 31 Jan 2022 14:14:25 -0800 (PST) Subject: Re: [PATCH] docs: add rtla documentation kernel docs index To: corbet@lwn.net, rostedt@goodmis.org, bristot@kernel.org Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Shuah Khan References: <20220131201149.446609-1-skhan@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Mon, 31 Jan 2022 15:14:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220131201149.446609-1-skhan@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/31/22 1:11 PM, Shuah Khan wrote: > Link rtla documentation to kernel docs. This patch adds index files under > tools and rtla directories linking them to the kernel docs index. > > This patch doesn't make any changes to the rtla Makefile and rtla files, > hence no changes to rtla doc build and install. > > Signed-off-by: Shuah Khan > --- > Documentation/index.rst | 10 ++++++++++ > Documentation/tools/index.rst | 17 +++++++++++++++++ > Documentation/tools/rtla/index.rst | 19 +++++++++++++++++++ > 3 files changed, 46 insertions(+) > create mode 100644 Documentation/tools/index.rst > create mode 100644 Documentation/tools/rtla/index.rst > Ignore this one as well. rc2 has the hook. commit 941518d6538afa5ea0edc26e6c009d0b3163d422 Author: Jonathan Corbet Date: Thu Jan 20 17:00:33 2022 -0700 docs: Hook the RTLA documents into the kernel docs build thanks, -- Shuah