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 10E6DC7EE29 for ; Wed, 7 Jun 2023 06:44:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237823AbjFGGo4 (ORCPT ); Wed, 7 Jun 2023 02:44:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237737AbjFGGot (ORCPT ); Wed, 7 Jun 2023 02:44:49 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76BE8196; Tue, 6 Jun 2023 23:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686120288; x=1717656288; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=4tki/V8b+YyMtWB/3hCmjlsI9h+GFezHEZ6clq56P3o=; b=hFjCdm5wy8LPU92a30nx1h7gfH1fTIUT1n7R0ZjL4VYahSSoKMtUw/QU R3A1TU18Rmtr4Dwesodh6L0A0FzPejctZbwfL/hfMOv/4GwY+gb07MazO 96YNAouuo4FQdkB0I3zaCmLaDOi3QPOJQSqopa5DJVIuoaiUusK0zpfLW kTVkLaTKXKQWb0PnW3FC1SHDI38ZavQw9+oIgcdYN40UM89kiOg4qeS+8 wUvM1zzDIDKmPMm7PgKW4Eo5QyS3d7WpS6fxlD9ZXIuPqcSkKXGz4BiuI 0W4UbF8axay0TU4iLXOC4QppjUoFtW5NTyHz6kranP70JIXJ9jxmmzV6z g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="354395965" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="354395965" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 23:44:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="956089496" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="956089496" Received: from lkp-server01.sh.intel.com (HELO 15ab08e44a81) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 06 Jun 2023 23:44:45 -0700 Received: from kbuild by 15ab08e44a81 with local (Exim 4.96) (envelope-from ) id 1q6muS-0006Gr-0t; Wed, 07 Jun 2023 06:44:44 +0000 Date: Wed, 7 Jun 2023 14:43:45 +0800 From: kernel test robot To: Steffen Eiden , kvm@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Viktor Mihajlovski Cc: oe-kbuild-all@lists.linux.dev, Janosch Frank , Claudio Imbrenda , Nico Boehr , Christian Borntraeger , Heiko Carstens , Hendrik Brueckner Subject: Re: [PATCH v4 6/6] s390/uv: Update query for secret-UVCs Message-ID: <202306071439.xUNkOsqy-lkp@intel.com> References: <20230606180817.3019077-7-seiden@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230606180817.3019077-7-seiden@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org Hi Steffen, kernel test robot noticed the following build errors: [auto build test ERROR on kvms390/next] [also build test ERROR on s390/features mst-vhost/linux-next linus/master v6.4-rc5 next-20230607] [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/Steffen-Eiden/s390-uvdevice-Add-info-IOCTL/20230607-021159 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git next patch link: https://lore.kernel.org/r/20230606180817.3019077-7-seiden%40linux.ibm.com patch subject: [PATCH v4 6/6] s390/uv: Update query for secret-UVCs config: s390-defconfig (https://download.01.org/0day-ci/archive/20230607/202306071439.xUNkOsqy-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 12.3.0 reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git remote add kvms390 https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git git fetch kvms390 next git checkout kvms390/next b4 shazam https://lore.kernel.org/r/20230606180817.3019077-7-seiden@linux.ibm.com # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=s390 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202306071439.xUNkOsqy-lkp@intel.com/ All errors (new ones prefixed by >>): arch/s390/boot/uv.c: In function 'uv_query_info': >> arch/s390/boot/uv.c:53:55: error: expected ';' before '}' token 53 | uv_info.max_secrets = uvcb.max_secrets | ^ | ; 54 | } | ~ vim +53 arch/s390/boot/uv.c 18 19 void uv_query_info(void) 20 { 21 struct uv_cb_qui uvcb = { 22 .header.cmd = UVC_CMD_QUI, 23 .header.len = sizeof(uvcb) 24 }; 25 26 if (!test_facility(158)) 27 return; 28 29 /* rc==0x100 means that there is additional data we do not process */ 30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) 31 return; 32 33 if (IS_ENABLED(CONFIG_KVM)) { 34 memcpy(uv_info.inst_calls_list, uvcb.inst_calls_list, sizeof(uv_info.inst_calls_list)); 35 uv_info.uv_base_stor_len = uvcb.uv_base_stor_len; 36 uv_info.guest_base_stor_len = uvcb.conf_base_phys_stor_len; 37 uv_info.guest_virt_base_stor_len = uvcb.conf_base_virt_stor_len; 38 uv_info.guest_virt_var_stor_len = uvcb.conf_virt_var_stor_len; 39 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len; 40 uv_info.max_sec_stor_addr = ALIGN(uvcb.max_guest_stor_addr, PAGE_SIZE); 41 uv_info.max_num_sec_conf = uvcb.max_num_sec_conf; 42 uv_info.max_guest_cpu_id = uvcb.max_guest_cpu_id; 43 uv_info.uv_feature_indications = uvcb.uv_feature_indications; 44 uv_info.supp_se_hdr_ver = uvcb.supp_se_hdr_versions; 45 uv_info.supp_se_hdr_pcf = uvcb.supp_se_hdr_pcf; 46 uv_info.conf_dump_storage_state_len = uvcb.conf_dump_storage_state_len; 47 uv_info.conf_dump_finalize_len = uvcb.conf_dump_finalize_len; 48 uv_info.supp_att_req_hdr_ver = uvcb.supp_att_req_hdr_ver; 49 uv_info.supp_att_pflags = uvcb.supp_att_pflags; 50 uv_info.supp_add_secret_req_ver = uvcb.supp_add_secret_req_ver; 51 uv_info.supp_add_secret_pcf = uvcb.supp_add_secret_pcf; 52 uv_info.supp_secret_types = uvcb.supp_secret_types; > 53 uv_info.max_secrets = uvcb.max_secrets 54 } 55 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki