From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F4EF4A1F for ; Tue, 9 Aug 2022 23:32:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660087928; x=1691623928; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GnyjgHSWMN0s1QRaGr/yenGO/uA3yDht7mg4g98kpS4=; b=fyCX3JiPZ4bWEaYUY9//cG8P888zG87KHzfpNUKg36olDPauDO6EjGvQ 6aL5vL4batuH2PNg8PpGxdLiMy63FrUfyeJnDH+tV+TFILEfen56QsCys /eXTu4HDQ+NxC6EXOQL/b121/jPOKrSvVDxU7uzZczJY4t6WiyseGPZgE hK6b3OcIq85fmJmXvbgLIoUNOeR/FwDZiVJkL17jijR+JGRGKoLHLvlfF q9duG+m0E8ex/J5+2a4Oya0PQfLZm2DjfxRtkapvlFQ90u0p9PTUtV1NK 82RHRnM9tj0o2O+WyUEBVgcHs5d31BAv2iQ7tEvF0eH/bva5qrr24t6LN A==; X-IronPort-AV: E=McAfee;i="6400,9594,10434"; a="377248037" X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="377248037" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2022 16:32:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="781038055" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 09 Aug 2022 16:32:03 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oLYhe-000NLx-1n; Tue, 09 Aug 2022 23:32:02 +0000 Date: Wed, 10 Aug 2022 07:31:34 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Cc: llvm@lists.linux.dev, 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 06/16] powerpc: Fix objtool unannotated intra-function call warnings on PPC32 Message-ID: <202208100751.LiiKZjrx-lkp@intel.com> References: <20220808114908.240813-7-sv@linux.ibm.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220808114908.240813-7-sv@linux.ibm.com> Hi Sathvika, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220809] [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: powerpc-randconfig-r024-20220808 (https://download.01.org/0day-ci/archive/20220810/202208100751.LiiKZjrx-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 5f1c7e2cc5a3c07cbc2412e851a7283c1841f520) 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 # install powerpc cross compiling tool for clang build # apt-get install binutils-powerpc-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/bcefd9c9f24358413a1b210aa591c8758f58b3a9 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 bcefd9c9f24358413a1b210aa591c8758f58b3a9 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash arch/powerpc/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> :0: error: symbol '__kuep_lock' is already defined -- 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 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 0A064C25B06 for ; Tue, 9 Aug 2022 23:33:00 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4M2Trq0CF1z306l for ; Wed, 10 Aug 2022 09:32:59 +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=PoLWbHiO; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=192.55.52.43; helo=mga05.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=PoLWbHiO; dkim-atps=neutral Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 4M2Tr33ZtTz2xGt for ; Wed, 10 Aug 2022 09:32:14 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660087939; x=1691623939; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GnyjgHSWMN0s1QRaGr/yenGO/uA3yDht7mg4g98kpS4=; b=PoLWbHiOLnovNB85pNzeyZP93aSCE2lD48u7NhpOgIxJEqNYQnkwp4Ki dBiHnCNztLBzXVc9Wv6Cf4ieDnAv0WEyqmz9sq3475/81pDDKlyk550VX RLhKxPUGgUE3byHvb8LyrXXmcKvutGm19orfLJzikJ3OofmRt3PX/4DK5 seA3hGAOThVIDU9SaC5UiCsKOWxmR5Qhwjm8N35S1HJ8t1MNiL/Sn5IHT AvCBeU6xgO0mj4MwzuUIO2P2iUdOy0jikfO/krbmlUdaVK81QbTcbdc4c N9ZvJHMTqVdck8XMcXRHqTeus5cJba2pwckxU8kE77PKWn9AB/tqRK9ql w==; X-IronPort-AV: E=McAfee;i="6400,9594,10434"; a="377248038" X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="377248038" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2022 16:32:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="781038055" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 09 Aug 2022 16:32:03 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oLYhe-000NLx-1n; Tue, 09 Aug 2022 23:32:02 +0000 Date: Wed, 10 Aug 2022 07:31:34 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 06/16] powerpc: Fix objtool unannotated intra-function call warnings on PPC32 Message-ID: <202208100751.LiiKZjrx-lkp@intel.com> References: <20220808114908.240813-7-sv@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220808114908.240813-7-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, llvm@lists.linux.dev, 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, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220809] [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: powerpc-randconfig-r024-20220808 (https://download.01.org/0day-ci/archive/20220810/202208100751.LiiKZjrx-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 5f1c7e2cc5a3c07cbc2412e851a7283c1841f520) 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 # install powerpc cross compiling tool for clang build # apt-get install binutils-powerpc-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/bcefd9c9f24358413a1b210aa591c8758f58b3a9 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 bcefd9c9f24358413a1b210aa591c8758f58b3a9 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash arch/powerpc/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> :0: error: symbol '__kuep_lock' is already defined -- 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 11D65C19F2D for ; Tue, 9 Aug 2022 23:33:42 +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=50eNuEn+qK9YhBfJYfLw5hFesupFdbQhdYSrDCo4RVg=; b=4dUY/miUjX+ZiY 9uCc3PcwEI7/Sj5HWm3CqXHeWKugfixitWHzAq9wNDUrI6agZSAgCu0klsDwf8ZlhOHNAJV3BLjD0 iy8tUVvh/7WyCSw4utzjsC4pikMFo5QPFSE3ia40cLC8/xXZgpsAlKXOXd+n0su3QglT/0h/m8gdH OPVbuHzLE3xcshhp5Q8/MhPz/f095AgOO8zNge0VJnwNjoliTGoGTOtkw+zSsqqagvK7orAIP+Oz/ bhvIMeEzqoChNkbbpeveZrT5NeP/zMZDOFNJUqgaMQq8H5csy+ZiCX/leWmMh2qc/mHud0KJdV24d 6M0u17I8GvxQjXWr3Tpw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLYhx-007Ouu-PW; Tue, 09 Aug 2022 23:32:22 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLYhl-007OqH-Pm for linux-arm-kernel@lists.infradead.org; Tue, 09 Aug 2022 23:32:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660087929; x=1691623929; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GnyjgHSWMN0s1QRaGr/yenGO/uA3yDht7mg4g98kpS4=; b=In4zidFaA+3iQhBRwIfXhSpxxob+04wkykRtaPM/anakFxxVaGLFO1tr V4u8sZPMLgc+bYHsXCy6Ct06zmsWJIfKmRfo4JJLwg5lxjfyWRIcHX3zC W2SBJLW1S0Eth8NotHh8wJA5WPuumoYatTizAdLgsWQyLm1kPqLUBirGQ 0Exth6pMHA0JWbRh2bI/ngYgTfQ9qTku76tt7Kub8Ejuj+HIZV4nMNrty zGGzygo2Q6LX70qon1lXztGnFn+LVlXvEYNMjD55QYCooJoq0C05FvLm2 3a0MDbLl+mK30WvXSnLgttb51Gm/S/DsOAV+VqnsFVh69YZMP3afwlvCL w==; X-IronPort-AV: E=McAfee;i="6400,9594,10434"; a="288522280" X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="288522280" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2022 16:32:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,225,1654585200"; d="scan'208";a="781038055" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 09 Aug 2022 16:32:03 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oLYhe-000NLx-1n; Tue, 09 Aug 2022 23:32:02 +0000 Date: Wed, 10 Aug 2022 07:31:34 +0800 From: kernel test robot To: Sathvika Vasireddy , linuxppc-dev@lists.ozlabs.org Cc: llvm@lists.linux.dev, 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 06/16] powerpc: Fix objtool unannotated intra-function call warnings on PPC32 Message-ID: <202208100751.LiiKZjrx-lkp@intel.com> References: <20220808114908.240813-7-sv@linux.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220808114908.240813-7-sv@linux.ibm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_163209_910766_06B7314B X-CRM114-Status: GOOD ( 12.52 ) 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, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.19 next-20220809] [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: powerpc-randconfig-r024-20220808 (https://download.01.org/0day-ci/archive/20220810/202208100751.LiiKZjrx-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 5f1c7e2cc5a3c07cbc2412e851a7283c1841f520) 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 # install powerpc cross compiling tool for clang build # apt-get install binutils-powerpc-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/bcefd9c9f24358413a1b210aa591c8758f58b3a9 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 bcefd9c9f24358413a1b210aa591c8758f58b3a9 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash arch/powerpc/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> :0: error: symbol '__kuep_lock' is already defined -- 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