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 253B5C77B7A for ; Sat, 3 Jun 2023 01:17:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231202AbjFCBRP (ORCPT ); Fri, 2 Jun 2023 21:17:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbjFCBRO (ORCPT ); Fri, 2 Jun 2023 21:17:14 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF0B8B9; Fri, 2 Jun 2023 18:17:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685755033; x=1717291033; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ZqjGZ5QOK5/9p0dBTmL1jSNej1ZvjR79xQrDuqbSz60=; b=Uie7uu5TIcfBNKXaInDaknHuwZGBaqqOVwcgYOg6H/vyJd6a3kCIQxts /3B0AEAeouHRI1KLneflNIPjluf3Mz35jUWoiGYEpalcBxdUhdhfPCPJZ ylHV/HFiO6foR3G1sMydWbez3SymhymDM0nUmtMmOVP7Hr+vqOZT7ciwo RGNOFu0I1ewg5xVfBmhYtentZZukLwTSy6P1RpHyL5OPtqrtZBYvWSud2 Cc33fq/W6ul/GD0zRdEhAZ/Vv5AFUAjZjWsald34iBejOCJnn7dKzAngn fVawbSj8Zn2hDSixU1AZxybZBTZQMnvRRSNR0L3O0DTeevPFRR45ub2OZ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="419549579" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="419549579" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 18:17:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="658443953" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="658443953" Received: from lkp-server01.sh.intel.com (HELO 15ab08e44a81) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 02 Jun 2023 18:17:10 -0700 Received: from kbuild by 15ab08e44a81 with local (Exim 4.96) (envelope-from ) id 1q5FtG-000185-00; Sat, 03 Jun 2023 01:17:10 +0000 Date: Sat, 3 Jun 2023 09:16:25 +0800 From: kernel test robot To: Ilkka Koskinen , Jonathan Corbet , Will Deacon , Mark Rutland , Besar Wicaksono , Suzuki K Poulose , Robin Murphy Cc: oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ilkka Koskinen Subject: Re: [PATCH v2 5/5] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU Message-ID: <202306030958.1IskqGEt-lkp@intel.com> References: <20230601030144.3458136-6-ilkka@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230601030144.3458136-6-ilkka@os.amperecomputing.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi Ilkka, kernel test robot noticed the following build warnings: [auto build test WARNING on arm-perf/for-next/perf] [also build test WARNING on soc/for-next linus/master v6.4-rc4 next-20230602] [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/Ilkka-Koskinen/perf-arm_cspmu-Support-32-bit-accesses-to-64-bit-registers/20230601-110440 base: https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-next/perf patch link: https://lore.kernel.org/r/20230601030144.3458136-6-ilkka%40os.amperecomputing.com patch subject: [PATCH v2 5/5] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU reproduce: # https://github.com/intel-lab-lkp/linux/commit/6757d231639bb7a9f0b47f52d7d4f101ad3a0e29 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Ilkka-Koskinen/perf-arm_cspmu-Support-32-bit-accesses-to-64-bit-registers/20230601-110440 git checkout 6757d231639bb7a9f0b47f52d7d4f101ad3a0e29 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 | Closes: https://lore.kernel.org/oe-kbuild-all/202306030958.1IskqGEt-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E5F53C7EE2C for ; Sat, 3 Jun 2023 01:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=uwB1xgzULWAyidoSdiFnWplZiboYCkSUVehMXc3wX4k=; b=ztrTP8/KaJ47Av Jx5vIN0hrTm1PhJpX1BfUKg7KP3xFaJnk4fwg4T4XIC2/INMR9/IMSpwmfh19thvt1dNjw7d1jpXM Qt7iuwXl/i6pdMUUS3qqXCGEuknL1wabr0M42Wg6rLP+IWPUtNAbnRtb/zvU+7mQQ8xtN8SwDmf0y aB5GyeESUUKiqPwaBL2nNz65ngrmYsIkSZ/Rd9Hpv8BuVKFJJ7ub7TYvR0uZJ7K9YTgPkm79bFmLE VSeMsV0+hpSSNc3dG2dY+4heHxrDnwqpTJa8m4hrV3w9/lmOGk97sTSEVJk+DeP25ifjWAveWF6Ko a8mpAuTO0Axn/t+D6oCw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q5FtQ-008PU6-0a; Sat, 03 Jun 2023 01:17:20 +0000 Received: from mga06b.intel.com ([134.134.136.31] helo=mga06.intel.com) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q5FtN-008PR6-0h for linux-arm-kernel@lists.infradead.org; Sat, 03 Jun 2023 01:17:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685755037; x=1717291037; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ZqjGZ5QOK5/9p0dBTmL1jSNej1ZvjR79xQrDuqbSz60=; b=WGITzmR5ECOKVAkz/o14N+x8v/Hr5zlAWECy9FQQhThw9VvO0bKmubU8 +3zdMVIwlLPEhM+nhuPvTzRmspG0KP9lhQ7PCUQ/1EeCFP6zQf2fLK3Xj 0uP0A5X+WxWhSXnZVrljhqtSh1P5W2njY7Jifev2REcz4dgDr0T6f0Dr3 kKCmPCr19FT39BCeeoChrsobQSWVCzB2KDuKmgnQYjyeV2okdIWCQhrZg QICRQjiKYfM/ct3Qk3V82fIjX5TQCgZT7a5HIr3+g4TBFUYxKAqAD7G+/ BGhu5lnM0WKBHSZ7udrjsEJ0F3irlbM7qBG1OWNILzWg98UC8n7b3jL1J g==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="419549583" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="419549583" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 18:17:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="658443953" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="658443953" Received: from lkp-server01.sh.intel.com (HELO 15ab08e44a81) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 02 Jun 2023 18:17:10 -0700 Received: from kbuild by 15ab08e44a81 with local (Exim 4.96) (envelope-from ) id 1q5FtG-000185-00; Sat, 03 Jun 2023 01:17:10 +0000 Date: Sat, 3 Jun 2023 09:16:25 +0800 From: kernel test robot To: Ilkka Koskinen , Jonathan Corbet , Will Deacon , Mark Rutland , Besar Wicaksono , Suzuki K Poulose , Robin Murphy Cc: oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ilkka Koskinen Subject: Re: [PATCH v2 5/5] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU Message-ID: <202306030958.1IskqGEt-lkp@intel.com> References: <20230601030144.3458136-6-ilkka@os.amperecomputing.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230601030144.3458136-6-ilkka@os.amperecomputing.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230602_181717_332864_3A322AAC X-CRM114-Status: GOOD ( 12.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Ilkka, kernel test robot noticed the following build warnings: [auto build test WARNING on arm-perf/for-next/perf] [also build test WARNING on soc/for-next linus/master v6.4-rc4 next-20230602] [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/Ilkka-Koskinen/perf-arm_cspmu-Support-32-bit-accesses-to-64-bit-registers/20230601-110440 base: https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-next/perf patch link: https://lore.kernel.org/r/20230601030144.3458136-6-ilkka%40os.amperecomputing.com patch subject: [PATCH v2 5/5] perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMU reproduce: # https://github.com/intel-lab-lkp/linux/commit/6757d231639bb7a9f0b47f52d7d4f101ad3a0e29 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Ilkka-Koskinen/perf-arm_cspmu-Support-32-bit-accesses-to-64-bit-registers/20230601-110440 git checkout 6757d231639bb7a9f0b47f52d7d4f101ad3a0e29 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 | Closes: https://lore.kernel.org/oe-kbuild-all/202306030958.1IskqGEt-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Documentation/admin-guide/perf/ampere_cspmu.rst: WARNING: document isn't included in any toctree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel