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 715D3EB64DD for ; Sat, 24 Jun 2023 00:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231591AbjFXA0b (ORCPT ); Fri, 23 Jun 2023 20:26:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbjFXA02 (ORCPT ); Fri, 23 Jun 2023 20:26:28 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF58D26A9; Fri, 23 Jun 2023 17:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687566386; x=1719102386; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=31YNRBmOki2uDFgedBECKlRElQKPWji8PoV4bItAMvU=; b=VtLLo1UhM2prRhKu7+ArsXHiB3zCRhnQjZALy4KKZZpequCNQPf2uSga V27oaZIyrfMWpdJv1pnbk9Q2Bpl/S0Mwp2027HDc+tvCmKIIzVEq2CCgN n26yUDrd0YXy8Ogo4J32MnTT91OMbllgkLwMJCY2fKIP1igRlVkQAyQ6p wNN88cRYmZFEKKgXj6v6de+k+GV3CEWszyS74qVjxOnv6CiGg46EuqIJN eA27OqodiiAxiMyWEzZbuxC8MCsUM6G9BaENivTT1fyqq874i2UWTQ4k0 R+DE+6A6akeQ5S/L+SRxlqAz6o5CAoQYsrEwFgqutCeAUSOEFWVdsjUAA A==; X-IronPort-AV: E=McAfee;i="6600,9927,10750"; a="359759358" X-IronPort-AV: E=Sophos;i="6.01,153,1684825200"; d="scan'208";a="359759358" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2023 17:26:26 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10750"; a="750128385" X-IronPort-AV: E=Sophos;i="6.01,153,1684825200"; d="scan'208";a="750128385" Received: from lkp-server01.sh.intel.com (HELO 783282924a45) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 23 Jun 2023 17:26:22 -0700 Received: from kbuild by 783282924a45 with local (Exim 4.96) (envelope-from ) id 1qCr6b-0008bh-0r; Sat, 24 Jun 2023 00:26:21 +0000 Date: Sat, 24 Jun 2023 08:26:03 +0800 From: kernel test robot To: Alexandre Ghiti , Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= , Andrew Jones , Conor Dooley , Sunil V L , Song Shuai , linux-doc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Alexandre Ghiti Subject: Re: [PATCH v3 2/3] Documentation: riscv: Add early boot document Message-ID: <202306240844.hWqCe54e-lkp@intel.com> References: <20230623095547.51881-2-alexghiti@rivosinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230623095547.51881-2-alexghiti@rivosinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, kernel test robot noticed the following build warnings: [auto build test WARNING on v6.4-rc7] [also build test WARNING on linus/master next-20230623] [cannot apply to lwn/docs-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Alexandre-Ghiti/Documentation-riscv-Add-early-boot-document/20230623-175814 base: v6.4-rc7 patch link: https://lore.kernel.org/r/20230623095547.51881-2-alexghiti%40rivosinc.com patch subject: [PATCH v3 2/3] Documentation: riscv: Add early boot document reproduce: (https://download.01.org/0day-ci/archive/20230624/202306240844.hWqCe54e-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202306240844.hWqCe54e-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/riscv/boot.rst:122: WARNING: Unknown interpreted text role "c:var". vim +122 Documentation/riscv/boot.rst 121 > 122 1. :c:func:`setup_vm` installs a temporary kernel mapping in 123 :c:var:`early_pg_dir` which allows discovery of the system memory. Only the 124 kernel text/data are mapped at this point. When establishing this mapping, no 125 allocation can be done (since the system memory is not known yet), so 126 :c:var:`early_pg_dir` page table is statically allocated (using only one 127 table for each level). 128 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki