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 D9DA9C77B76 for ; Sat, 15 Apr 2023 00:54:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229820AbjDOAyI (ORCPT ); Fri, 14 Apr 2023 20:54:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjDOAyH (ORCPT ); Fri, 14 Apr 2023 20:54:07 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C09514EFB; Fri, 14 Apr 2023 17:54:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681520045; x=1713056045; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=BaBaSZvIdqqeUdPYY6SOwnbn8OIbBnqhJrQSQnGFXNI=; b=jcGYIL4p+9xqUvkfzBF52fKD5tm9hTCSdfO9fJnNMKgnRVO9uNgW92fm vgbZf/WozTx1u0hMsHfkZKSDC0qaHlfGdnfGHaBtWWCK4nrtu9PI1c2/W eZpO/rodK+nK196CJnIwgBWPGMwJNn/zySfWdeAIk9ETEntupmaLWAV64 2V9TZgxuhqjQ3+8Jqo47L/EH9gAUZH2ymnWLZI+Fg8tuSElYGAJ1vYNa1 Pq9DveN/RJf2XUXCkUrqpOKXd5cDSJCvcvxEH5pkQom9JEkKEJEuUK8ne 7cJDwk3Z2z64FNi/0P7AG/wGN+6CuCfiJNjRKy4owVGHWf8CivuL/cs05 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10680"; a="342093259" X-IronPort-AV: E=Sophos;i="5.99,198,1677571200"; d="scan'208";a="342093259" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2023 17:54:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10680"; a="833736948" X-IronPort-AV: E=Sophos;i="5.99,198,1677571200"; d="scan'208";a="833736948" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 14 Apr 2023 17:54:01 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pnUAy-000aC1-10; Sat, 15 Apr 2023 00:54:00 +0000 Date: Sat, 15 Apr 2023 08:53:32 +0800 From: kernel test robot To: Jinrong Liang , Sean Christopherson Cc: oe-kbuild-all@lists.linux.dev, Like Xu , Paolo Bonzini , Jonathan Corbet , Shuah Khan , Aaron Lewis , David Matlack , Vishal Annapurve , Wanpeng Li , Jinrong Liang , linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter Message-ID: <202304150850.rx4UDDsB-lkp@intel.com> References: <20230414110056.19665-5-cloudliang@tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230414110056.19665-5-cloudliang@tencent.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Hi Jinrong, kernel test robot noticed the following build warnings: [auto build test WARNING on a25497a280bbd7bbcc08c87ddb2b3909affc8402] url: https://github.com/intel-lab-lkp/linux/commits/Jinrong-Liang/KVM-selftests-Replace-int-with-uint32_t-for-nevents/20230414-190401 base: a25497a280bbd7bbcc08c87ddb2b3909affc8402 patch link: https://lore.kernel.org/r/20230414110056.19665-5-cloudliang%40tencent.com patch subject: [PATCH 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter reproduce: # https://github.com/intel-lab-lkp/linux/commit/b0effe04478df3b33a26331f48540851c4d33173 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jinrong-Liang/KVM-selftests-Replace-int-with-uint32_t-for-nevents/20230414-190401 git checkout b0effe04478df3b33a26331f48540851c4d33173 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/202304150850.rx4UDDsB-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/virt/kvm/api.rst:5133: WARNING: Definition list ends without a blank line; unexpected unindent. vim +5133 Documentation/virt/kvm/api.rst 5130 5131 FixCtr[i]_is_allowed = (action == ALLOW) && (bitmap & BIT(i)) || 5132 (action == DENY) && !(bitmap & BIT(i)); > 5133 FixCtr[i]_is_denied = !FixCtr[i]_is_allowed; 5134 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests