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 B2CA4C77B7E for ; Tue, 18 Apr 2023 19:13:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232809AbjDRTNL (ORCPT ); Tue, 18 Apr 2023 15:13:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232803AbjDRTNK (ORCPT ); Tue, 18 Apr 2023 15:13:10 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6E7183F7; Tue, 18 Apr 2023 12:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681845188; x=1713381188; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=hi5rDPKAiKO3dkrZvNzmcu1W3or/62oMJmUKhJ71JxI=; b=PitZOOnn+pSo1WsR747jqhlcrDSNvnom2hZNJNgUhDkVWEAIpi+4ABNE yCKgfsIiHE9wRJRI4hgX/dQ6J/+2oBCwCa/Hh5ll8f4p6+icGvpmL3DQG T0Wdt5+Bk9kPgxj9IfYu/VYslg/4oAAOElJwEf43GSIBJdraUwSBgevud kWdUt3PD8ijPoCN/R61q8zLcNtXlBks4MlBRSNtm6InyZNsYQOxBhIOTM oyvDgAqAkdF8bD1vairYGDqC5MfEUihlANxvF7WA169PjiWZnOcSNt3KQ GCo8Ax1fHntGPX6f9MsM8krzPmOeQ5PZ8nJGq+SDZ5VaxCsSm/WK+fD0p Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="325599452" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="325599452" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2023 12:13:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="641481107" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="641481107" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 18 Apr 2023 12:13:04 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1poqlD-000dwL-1q; Tue, 18 Apr 2023 19:13:03 +0000 Date: Wed, 19 Apr 2023 03:12:35 +0800 From: kernel test robot To: Stefan Berger , kexec@lists.infradead.org, devicetree@vger.kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, nayna@linux.ibm.com, nasastry@in.ibm.com, mpe@ellerman.id.au, Stefan Berger , Rob Herring , Frank Rowand , Eric Biederman , Nageswara R Sastry , Coiby Xu Subject: Re: [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec Message-ID: <202304190215.d0zwo1ni-lkp@intel.com> References: <20230418134409.177485-5-stefanb@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230418134409.177485-5-stefanb@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Stefan, kernel test robot noticed the following build warnings: [auto build test WARNING on 6a8f57ae2eb07ab39a6f0ccad60c760743051026] url: https://github.com/intel-lab-lkp/linux/commits/Stefan-Berger/drivers-of-kexec-ima-Support-32-bit-platforms/20230418-214600 base: 6a8f57ae2eb07ab39a6f0ccad60c760743051026 patch link: https://lore.kernel.org/r/20230418134409.177485-5-stefanb%40linux.ibm.com patch subject: [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec config: x86_64-randconfig-a013-20230417 (https://download.01.org/0day-ci/archive/20230419/202304190215.d0zwo1ni-lkp@intel.com/config) compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) 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/16a833d47b9aca53a1b099dea4066b76b7f14ee1 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Stefan-Berger/drivers-of-kexec-ima-Support-32-bit-platforms/20230418-214600 git checkout 16a833d47b9aca53a1b099dea4066b76b7f14ee1 # 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=x86_64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/mailbox/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304190215.d0zwo1ni-lkp@intel.com/ All warnings (new ones prefixed by >>): In file included from drivers/mailbox/mailbox.c:18: In file included from include/linux/mailbox_client.h:10: >> include/linux/of.h:1664:48: warning: declaration of 'struct kimage' will not be visible outside of this function [-Wvisibility] static inline void tpm_add_kexec_buffer(struct kimage *image) { } ^ 1 warning generated. vim +1664 include/linux/of.h 1660 1661 #if defined(CONFIG_KEXEC_FILE) && defined(CONFIG_OF_FLATTREE) 1662 void tpm_add_kexec_buffer(struct kimage *image); 1663 #else > 1664 static inline void tpm_add_kexec_buffer(struct kimage *image) { } 1665 #endif 1666 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests