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 9CF1BEB64DC for ; Thu, 15 Jun 2023 11:56:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344736AbjFOL4J (ORCPT ); Thu, 15 Jun 2023 07:56:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344681AbjFOLzi (ORCPT ); Thu, 15 Jun 2023 07:55:38 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB3194C3B; Thu, 15 Jun 2023 04:50:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686829815; x=1718365815; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=3RJds68CeRUAh9CjCeooHStP2ZZs8S1f7llk301nLC4=; b=eANIyaf+aI4ll6z510SStXdIpZefrrT7k8+HB13IxorMOK6UxssPcRvx ZEkJDlv2WtdZv7PkiJLBhlm2tsrCzitkVeHuFsoidSH4fHgVYA/oBEkt1 lQYckrhn23fDyOWBw8dlf50K1MqBDMHWGQGHUnn//5LQaNkEOOhs0lmLY VaZseGi23AwR9WD2uGi6wZhqBhoKInxHSP3x+yN3CfvNnxq15iV1ZZJAc o8wSNGf7Z97E46DnsFm4WQC2uuMzJzRCDR69PucIlssSLLA/oDORfhAyc 2edb6dQvP/c1MQHUFxFlWzIWXQuv7t0auxvoJ27Fw4RrM1pCAlBof4IR6 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="362272390" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="362272390" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 04:47:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10741"; a="959164073" X-IronPort-AV: E=Sophos;i="6.00,244,1681196400"; d="scan'208";a="959164073" Received: from lkp-server02.sh.intel.com (HELO d59cacf64e9e) ([10.239.97.151]) by fmsmga006.fm.intel.com with ESMTP; 15 Jun 2023 04:47:33 -0700 Received: from kbuild by d59cacf64e9e with local (Exim 4.96) (envelope-from ) id 1q9lRs-0001pa-1g; Thu, 15 Jun 2023 11:47:32 +0000 Date: Thu, 15 Jun 2023 19:47:13 +0800 From: kernel test robot To: Yi-De Wu , Yingshiuan Pan , Ze-Yu Wang , Jonathan Corbet , Catalin Marinas , Will Deacon , Arnd Bergmann , Matthias Brugger , AngeloGioacchino Del Regno Cc: oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, linux-mediatek@lists.infradead.org, Krzysztof Kozlowski , Rob Herring , Conor Dooley , Trilok Soni , David Bradil , Jade Shih , Miles Chen , Ivan Tseng , My Chuang , Shawn Hsiao , PeiLun Suei , Liju Chen , Willix Yeh Subject: Re: [PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor Message-ID: <202306151938.M7471qHi-lkp@intel.com> References: <20230609085214.31071-2-yi-de.wu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230609085214.31071-2-yi-de.wu@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yi-De, kernel test robot noticed the following build warnings: [auto build test WARNING on arm64/for-next/core] [also build test WARNING on arnd-asm-generic/master lwn/docs-next linus/master v6.4-rc6 next-20230615] [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/Yi-De-Wu/docs-geniezone-Introduce-GenieZone-hypervisor/20230609-165552 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core patch link: https://lore.kernel.org/r/20230609085214.31071-2-yi-de.wu%40mediatek.com patch subject: [PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor reproduce: git remote add arm64 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git git fetch arm64 for-next/core git checkout arm64/for-next/core b4 shazam https://lore.kernel.org/r/20230609085214.31071-2-yi-de.wu@mediatek.com make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs 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/202306151938.M7471qHi-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/virt/geniezone/introduction.rst:28: WARNING: Bullet list ends without a blank line; unexpected unindent. >> Documentation/virt/geniezone/introduction.rst: WARNING: document isn't included in any toctree vim +28 Documentation/virt/geniezone/introduction.rst 26 27 - vCPU Management > 28 VM manager aims to provide vCPUs on the basis of time sharing on physical CPUs. 29 It requires Linux kernel in host VM for vCPU scheduling and VM power management. 30 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki