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 82F85C636CC for ; Thu, 16 Feb 2023 02:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229633AbjBPCpW (ORCPT ); Wed, 15 Feb 2023 21:45:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjBPCpT (ORCPT ); Wed, 15 Feb 2023 21:45:19 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8640C3B0FB; Wed, 15 Feb 2023 18:45:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676515518; x=1708051518; h=date:from:to:cc:subject:message-id:mime-version; bh=qp/hNAawmpyY6w1prkcvjaNNGoou5dz75eZMF7FoGoA=; b=RQ3YLuh/LjCR2TP3cmGBO3l6yixUDykx5wbBw13PWUjJWU8UbtvR7B+P RoI5C8WFCdKYhAwZeyTnU2lMCF4U4oSxTXvkZGwDQhA14VNZ2BOeEM3dR LAno484MOMAHHagsF8c34gc5kSkWSLC0/E96zXEaxvTfi63/o2lcH1plg P/RgZVa133cVeB6ZH9sPRZjjsj6a6vXrT5i0BAH974PAd9dsMzqeFCdx6 odEyZ2j3iUuIwIZnPkmqnsDFCvCukdjUVi36A66PW+CBH1ttRUL6QQti/ y62G/jyV8BVPqM9kkmtQnwU9MypVopirkF/71Mp91CTPZvuZCxp8i+PnM g==; X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="319660682" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="319660682" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2023 18:45:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10622"; a="812795346" X-IronPort-AV: E=Sophos;i="5.97,301,1669104000"; d="scan'208";a="812795346" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 15 Feb 2023 18:45:13 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pSUGn-0009xN-0V; Thu, 16 Feb 2023 02:45:13 +0000 Date: Thu, 16 Feb 2023 10:44:13 +0800 From: kernel test robot To: Tom Lendacky Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Paolo Bonzini , linux-doc@vger.kernel.org Subject: htmldocs: Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: WARNING: Unexpected indentation. Message-ID: <202302161045.T349jkBT-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 033c40a89f55525139fd5b6342281b09b97d05bf commit: 493a2c2d23ca91afba96ac32b6cbafb54382c2a3 Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions date: 6 days ago reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=493a2c2d23ca91afba96ac32b6cbafb54382c2a3 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 493a2c2d23ca91afba96ac32b6cbafb54382c2a3 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302161045.T349jkBT-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst:92: WARNING: Unexpected indentation. vim +92 Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst 89 90 The mitigation for the KVM_CAP_X86_DISABLE_EXITS capability can be turned on 91 using the boolean module parameter mitigate_smt_rsb, e.g.: > 92 kvm.mitigate_smt_rsb=1 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests