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 0220EC433FE for ; Mon, 14 Mar 2022 15:15:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242487AbiCNPQ5 (ORCPT ); Mon, 14 Mar 2022 11:16:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242486AbiCNPQ5 (ORCPT ); Mon, 14 Mar 2022 11:16:57 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AF836339; Mon, 14 Mar 2022 08:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647270947; x=1678806947; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=zJF7Tq907/2GmUuouofC6Cceo1PnrDKm7Qn57CMZ3nU=; b=leP+R9wUgRFLVzYM/crJ6eVqjyv7Dm9/UiHSVRBx/jP6WgrWMYtoKhok euCUUTxVqWOvH9LDihmmXa86HaomQf5OhVVyIN1+olV+dJH8DYMp+G3H5 coFZo6FiJYwuRVCH/6CUEhPsKRRz6e67L+u0ok5G67NLsp4nTmnyTiWvX Flo0WodrWZFqdYTqwuZJV8CXHkRK8liDlRsVSnKKYjGCVpZ5qat28DA94 VOidIGn5LWa/hH54PinRei3CFLqgkKRhEV0Syw7m8UiTX+awsEuD3e7Q4 4lALcGVRV8LxYH8b3MxcAHzCxiXZj4JXC+Fcy6KLhUQEdYLJgXkmTsDw0 A==; X-IronPort-AV: E=McAfee;i="6200,9189,10285"; a="342480556" X-IronPort-AV: E=Sophos;i="5.90,181,1643702400"; d="scan'208";a="342480556" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2022 08:15:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,181,1643702400"; d="scan'208";a="612917286" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by fmsmga004.fm.intel.com with ESMTP; 14 Mar 2022 08:15:43 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nTmQA-0009xc-No; Mon, 14 Mar 2022 15:15:42 +0000 Date: Mon, 14 Mar 2022 23:15:34 +0800 From: kernel test robot To: Anshuman Khandual , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, peterz@infradead.org, acme@kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Anshuman Khandual , Suzuki Poulose , James Clark , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Thomas Gleixner , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V3 05/10] perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platform Message-ID: <202203142344.tb7inz6j-lkp@intel.com> References: <20220314055857.125421-6-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314055857.125421-6-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Hi Anshuman, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.17-rc8] [cannot apply to tip/perf/core tip/master linux/master next-20220310] [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] url: https://github.com/0day-ci/linux/commits/Anshuman-Khandual/perf-Expand-perf_branch_entry/20220314-140231 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 09688c0166e76ce2fb85e86b9d99be8b0084cdf9 config: x86_64-randconfig-a011-20220314 (https://download.01.org/0day-ci/archive/20220314/202203142344.tb7inz6j-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 3e4950d7fa78ac83f33bbf1658e2f49a73719236) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/03ab85fbfe308184a6e9ad9039338f722204f2fd git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Anshuman-Khandual/perf-Expand-perf_branch_entry/20220314-140231 git checkout 03ab85fbfe308184a6e9ad9039338f722204f2fd # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 prepare If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> error: include/uapi/linux/perf_event.h: leak CONFIG_ARM64 to user-space make[2]: *** [scripts/Makefile.headersinst:63: usr/include/linux/perf_event.h] Error 1 make[2]: Target '__headers' not remade because of errors. make[1]: *** [Makefile:1277: headers] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:219: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org