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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id E56F5C433F5 for ; Thu, 19 May 2022 15:18:52 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 5E6C16B0071; Thu, 19 May 2022 11:18:52 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 595C46B0072; Thu, 19 May 2022 11:18:52 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 45F526B0073; Thu, 19 May 2022 11:18:52 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) by kanga.kvack.org (Postfix) with ESMTP id 37C026B0071 for ; Thu, 19 May 2022 11:18:52 -0400 (EDT) Received: from smtpin09.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 07ACF32ADC for ; Thu, 19 May 2022 15:18:52 +0000 (UTC) X-FDA: 79482850104.09.14B741C Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by imf30.hostedemail.com (Postfix) with ESMTP id ACBA7800D4 for ; Thu, 19 May 2022 15:18:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652973529; x=1684509529; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9Zsg46ZEcQlkoKtsE67ncfy4PgbeqNyaojjUkYedI74=; b=lmVp26Z0EBB+po0i8r7pD+7ytpEBsBM/crshZAvbQKpnf+eLAz2RZdUx xoM19wPXFD9NrBUfwggM/MihHUxs9HhnDcmJ3LUTnKpoD3v9g95GjvgpQ VXbPeT6w+eyLWZloGWgd6M5FCc4NK9epbbGrvFAKAaZLPdtPYIYq4fou/ 4S+GoHJNAMEVP4RuKXghymEmVsBSu9Eskh//KlU1qHXmqoRbDlYONIPI2 Q1JwWRMsX+APv11yJEGmVzS/i8XUb5/FZAy6oke53lVWd/KUzxi2irtd/ rhL771perINnrKae4xJvd0XMXHV9udP/1z5nSb8QN4uRBeLCoeYpWzFJ8 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="358647338" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="358647338" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 08:18:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="674059304" Received: from lkp-server02.sh.intel.com (HELO 242b25809ac7) ([10.239.97.151]) by fmsmga002.fm.intel.com with ESMTP; 19 May 2022 08:18:41 -0700 Received: from kbuild by 242b25809ac7 with local (Exim 4.95) (envelope-from ) id 1nrhvE-0003gJ-P0; Thu, 19 May 2022 15:18:40 +0000 Date: Thu, 19 May 2022 23:17:48 +0800 From: kernel test robot To: "Naveen N. Rao" , Andrew Morton , Michael Ellerman , Eric Biederman Cc: kbuild-all@lists.01.org, Linux Memory Management List , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org Subject: Re: [PATCH v2] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add] Message-ID: <202205192320.CoXevcfR-lkp@intel.com> References: <20220519091237.676736-1-naveen.n.rao@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220519091237.676736-1-naveen.n.rao@linux.vnet.ibm.com> X-Rspamd-Queue-Id: ACBA7800D4 X-Stat-Signature: wp5fya33obstaqhwdjto7w96jwk8wbud Authentication-Results: imf30.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b=lmVp26Z0; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf30.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.43) smtp.mailfrom=lkp@intel.com X-Rspam-User: X-Rspamd-Server: rspam08 X-HE-Tag: 1652973504-451418 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi "Naveen, I love your patch! Yet something to improve: [auto build test ERROR on f993aed406eaf968ba3867a76bb46c95336a33d0] url: https://github.com/intel-lab-lkp/linux/commits/Naveen-N-Rao/kexec_file-Drop-weak-attribute-from-arch_kexec_apply_relocations-_add/20220519-171432 base: f993aed406eaf968ba3867a76bb46c95336a33d0 config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20220519/202205192320.CoXevcfR-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 11.3.0 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/intel-lab-lkp/linux/commit/67171688c71cb5b05f26e0dfc45eec8d8d1428ff git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Naveen-N-Rao/kexec_file-Drop-weak-attribute-from-arch_kexec_apply_relocations-_add/20220519-171432 git checkout 67171688c71cb5b05f26e0dfc45eec8d8d1428ff # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash arch/s390/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/s390/kernel/machine_kexec_reloc.c:3: >> arch/s390/include/asm/kexec.h:89:38: error: unknown type name 'Elf_Shdr'; did you mean 'elf_shdr'? 89 | Elf_Shdr *section, | ^~~~~~~~ | elf_shdr arch/s390/include/asm/kexec.h:90:44: error: unknown type name 'Elf_Shdr' 90 | const Elf_Shdr *relsec, | ^~~~~~~~ arch/s390/include/asm/kexec.h:91:44: error: unknown type name 'Elf_Shdr' 91 | const Elf_Shdr *symtab); | ^~~~~~~~ vim +89 arch/s390/include/asm/kexec.h 85 86 #ifdef CONFIG_KEXEC_FILE 87 struct purgatory_info; 88 int arch_kexec_apply_relocations_add(struct purgatory_info *pi, > 89 Elf_Shdr *section, -- 0-DAY CI Kernel Test Service https://01.org/lkp