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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 A1C92C00140 for ; Fri, 12 Aug 2022 10:59:37 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4M41074v2hz3bvZ for ; Fri, 12 Aug 2022 20:59:35 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=mj/CsoAN; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=lkp@intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=mj/CsoAN; dkim-atps=neutral Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4M40zM0KFcz2ywl for ; Fri, 12 Aug 2022 20:58:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660301935; x=1691837935; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pjsECAg9GYqPKW7dPlVYry6RTRxn5cZygQq1l/idkQc=; b=mj/CsoAN2nM2NjC4aFDsscPkR5Nuibs5MF0hPsEwQVT+PsqpmziZq9XM KAeuchXxpDFq1B4k6y5qlcQvOltjFyhLYZeZe7JBIECPzxf2TzGbIGTYY LKkOJ/31rHE/6rlmtrkt7FAIfv4c/8Xn5AipWlzCejKbNZvBGm8P4xXu0 9zyA0xAx7GVbhWgzqtdWtj36RohAqmQvKIOmHTK+sVfSfzDyD7M8lKXPf zwtpDcw3oMooSLd8DS76MIoG9dLo1OCupPNNGYh3Qn7vbRHqtN4kC1NIW XqBgivxK+5q1H+ASDIwzOA2iDXSn5RanxnevsMNeOX0Bd0136AuHNRn5d Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10436"; a="289143294" X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="289143294" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2022 03:58:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="665781756" Received: from lkp-server02.sh.intel.com (HELO 8745164cafc7) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 12 Aug 2022 03:58:40 -0700 Received: from kbuild by 8745164cafc7 with local (Exim 4.96) (envelope-from ) id 1oMSND-0000SG-1i; Fri, 12 Aug 2022 10:58:39 +0000 Date: Fri, 12 Aug 2022 18:58:07 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 14/16] objtool: Add arch specific function arch_ftrace_match() Message-ID: <202208121847.XuEAqabf-lkp@intel.com> References: <20220808114908.240813-15-sv@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220808114908.240813-15-sv@linux.ibm.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org, peterz@infradead.org, npiggin@gmail.com, linux-kernel@vger.kernel.org, aik@ozlabs.ru, mingo@redhat.com, sv@linux.ibm.com, rostedt@goodmis.org, jpoimboe@redhat.com, naveen.n.rao@linux.vnet.ibm.com, mbenes@suse.cz, chenzhongjin@huawei.com, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Sathvika, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220812] [cannot apply to powerpc/next powerpc/topic/ppc-kvm masahiroy-kbuild/for-next] [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/Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20220812/202208121847.XuEAqabf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/2b03c8be7104e834933d2f5928e69828190e935c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 git checkout 2b03c8be7104e834933d2f5928e69828190e935c # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 prepare If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/x86/decode.c: In function 'arch_ftrace_match': >> arch/x86/decode.c:28:21: error: 'func' undeclared (first use in this function) 28 | if (!strcmp(func->name, "__fentry__")) | ^~~~ arch/x86/decode.c:28:21: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [tools/build/Makefile.build:96: tools/objtool/arch/x86/decode.o] Error 1 make[4]: *** [tools/build/Makefile.build:139: arch/x86] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:54: tools/objtool/objtool-in.o] Error 2 make[2]: *** [Makefile:73: objtool] Error 2 make[1]: *** [Makefile:1347: tools/objtool] 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://01.org/lkp 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 EF905C00140 for ; Fri, 12 Aug 2022 11:00:08 +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=Rlwc4t5XQKux4Ei/e27WTnX1VWolxbVaPDSA0ZA3SNU=; b=t4bIxU4trvISeD it5UnQI1vmKMeM22Hjl7+arH4eBcfEDml2m0RMZOYQ5fW4V84KsSY4Gysox/ez9etth8IwtDezbHy bpsMiE75X4CzVTe2yMAt/91JdhoNhyjdqN8v9b7Y5C07/hMZcX1vPe1myr5kJxu5JPGxjKKZoeLQe 6DXDCrEQUAlOvEk0Cdakwn61p9fDA+Ah+F6loIm213a6TofvmCLYVMSxlynNbZmwy2ZomIaM7Jr8S oMOHeRhrEuYVKH0HeY+5udscemIsrtYmW937OmPkOPejEUGsqw0bUFPb2cy4cWXK22N23MJ2YeCAa Uy2QkPoJBTgbNytsVx/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMSNW-005NZp-Oy; Fri, 12 Aug 2022 10:58:58 +0000 Received: from mga17.intel.com ([192.55.52.151]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMSNS-005NVf-UX for linux-arm-kernel@lists.infradead.org; Fri, 12 Aug 2022 10:58:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660301934; x=1691837934; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pjsECAg9GYqPKW7dPlVYry6RTRxn5cZygQq1l/idkQc=; b=cme8Moolo9RcDNr8utxfK0FWyGAe0eit2+BZnJHjnRxiQL32uSBljm9E 0w/Au3RpQGAiMndp5RTKIX/hLt7dxU/v92nwTP2eCkv1eRkVn3YOFcfPM hn3wAJ42EWaeZqUsGnDljRRyWIi52i7Eoo+ai/HuxRCpcYlka4BXcLnc2 dJ6C1FtXk2YzOfOxIfwfdbykNeke9ki2lZHdWp3LOTid0Ui+j56JUsGQ7 8gpDQHzGjKObkmaCwa1B9BtL3dn3WR7XbmVFy0wiO49KcFL84cJ2vqASj sRj+7Xxz1nUHwyG1Vwyijmrh5nh/wjXAYSkvVXMm5Fii6bSezfSTfVeT1 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10436"; a="271957071" X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="271957071" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2022 03:58:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="665781756" Received: from lkp-server02.sh.intel.com (HELO 8745164cafc7) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 12 Aug 2022 03:58:40 -0700 Received: from kbuild by 8745164cafc7 with local (Exim 4.96) (envelope-from ) id 1oMSND-0000SG-1i; Fri, 12 Aug 2022 10:58:39 +0000 Date: Fri, 12 Aug 2022 18:58:07 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Cc: kbuild-all@lists.01.org, jpoimboe@redhat.com, peterz@infradead.org, linux-kernel@vger.kernel.org, aik@ozlabs.ru, mpe@ellerman.id.au, mingo@redhat.com, christophe.leroy@csgroup.eu, rostedt@goodmis.org, mbenes@suse.cz, npiggin@gmail.com, chenzhongjin@huawei.com, linux-arm-kernel@lists.infradead.org, naveen.n.rao@linux.vnet.ibm.com, sv@linux.ibm.com Subject: Re: [PATCH 14/16] objtool: Add arch specific function arch_ftrace_match() Message-ID: <202208121847.XuEAqabf-lkp@intel.com> References: <20220808114908.240813-15-sv@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220808114908.240813-15-sv@linux.ibm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220812_035855_019211_7179C7FB X-CRM114-Status: GOOD ( 15.87 ) 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 Sathvika, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220812] [cannot apply to powerpc/next powerpc/topic/ppc-kvm masahiroy-kbuild/for-next] [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/Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20220812/202208121847.XuEAqabf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/2b03c8be7104e834933d2f5928e69828190e935c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 git checkout 2b03c8be7104e834933d2f5928e69828190e935c # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 prepare If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/x86/decode.c: In function 'arch_ftrace_match': >> arch/x86/decode.c:28:21: error: 'func' undeclared (first use in this function) 28 | if (!strcmp(func->name, "__fentry__")) | ^~~~ arch/x86/decode.c:28:21: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [tools/build/Makefile.build:96: tools/objtool/arch/x86/decode.o] Error 1 make[4]: *** [tools/build/Makefile.build:139: arch/x86] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:54: tools/objtool/objtool-in.o] Error 2 make[2]: *** [Makefile:73: objtool] Error 2 make[1]: *** [Makefile:1347: tools/objtool] 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://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 00F44C00140 for ; Fri, 12 Aug 2022 10:58:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238230AbiHLK6t (ORCPT ); Fri, 12 Aug 2022 06:58:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233391AbiHLK6p (ORCPT ); Fri, 12 Aug 2022 06:58:45 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88E15ABD5A for ; Fri, 12 Aug 2022 03:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660301923; x=1691837923; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=pjsECAg9GYqPKW7dPlVYry6RTRxn5cZygQq1l/idkQc=; b=XHmbEpNooSGU1S4m2whw4ewLl7L2pRshMeH1yBl3RYmvVqtQKPO/yZhG esfX87suJrDudvvlanfuuc8YKJYeW9wzAKdvMSA88Bpeaz4Emz5DwP3xm B0vjD7TFVAnOmRl5s91PP98/Rp+01cgTn/BNb6NhSytcg1IBGj/KoW7My ehbIHQHJGYRtNMscuT0VOU/ZZG9cFMrXTCXIZI0vde3UK1brgBxb5G7xK xM8W4PCNPFUlVtQ9d9G45RDJJ+F7p6nZWCX7qlGIkh22EiYHaESXkXeLw l3FuBXLyhukbHRLLm7JpLROde9kgn5qjCSBk0IkJ3ydhOIi7hdaW8JqBt g==; X-IronPort-AV: E=McAfee;i="6400,9594,10436"; a="317542476" X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="317542476" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Aug 2022 03:58:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,231,1654585200"; d="scan'208";a="665781756" Received: from lkp-server02.sh.intel.com (HELO 8745164cafc7) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 12 Aug 2022 03:58:40 -0700 Received: from kbuild by 8745164cafc7 with local (Exim 4.96) (envelope-from ) id 1oMSND-0000SG-1i; Fri, 12 Aug 2022 10:58:39 +0000 Date: Fri, 12 Aug 2022 18:58:07 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Cc: kbuild-all@lists.01.org, jpoimboe@redhat.com, peterz@infradead.org, linux-kernel@vger.kernel.org, aik@ozlabs.ru, mpe@ellerman.id.au, mingo@redhat.com, christophe.leroy@csgroup.eu, rostedt@goodmis.org, mbenes@suse.cz, npiggin@gmail.com, chenzhongjin@huawei.com, linux-arm-kernel@lists.infradead.org, naveen.n.rao@linux.vnet.ibm.com, sv@linux.ibm.com Subject: Re: [PATCH 14/16] objtool: Add arch specific function arch_ftrace_match() Message-ID: <202208121847.XuEAqabf-lkp@intel.com> References: <20220808114908.240813-15-sv@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220808114908.240813-15-sv@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sathvika, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220812] [cannot apply to powerpc/next powerpc/topic/ppc-kvm masahiroy-kbuild/for-next] [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/Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20220812/202208121847.XuEAqabf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/2b03c8be7104e834933d2f5928e69828190e935c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sathvika-Vasireddy/objtool-Enable-and-implement-mcount-option-on-powerpc/20220808-200702 git checkout 2b03c8be7104e834933d2f5928e69828190e935c # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 prepare If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): arch/x86/decode.c: In function 'arch_ftrace_match': >> arch/x86/decode.c:28:21: error: 'func' undeclared (first use in this function) 28 | if (!strcmp(func->name, "__fentry__")) | ^~~~ arch/x86/decode.c:28:21: note: each undeclared identifier is reported only once for each function it appears in make[5]: *** [tools/build/Makefile.build:96: tools/objtool/arch/x86/decode.o] Error 1 make[4]: *** [tools/build/Makefile.build:139: arch/x86] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:54: tools/objtool/objtool-in.o] Error 2 make[2]: *** [Makefile:73: objtool] Error 2 make[1]: *** [Makefile:1347: tools/objtool] 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://01.org/lkp