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 79487ECAAA1 for ; Mon, 19 Sep 2022 18:14:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229871AbiISSOH (ORCPT ); Mon, 19 Sep 2022 14:14:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229647AbiISSNz (ORCPT ); Mon, 19 Sep 2022 14:13:55 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 316F045F59 for ; Mon, 19 Sep 2022 11:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663611234; x=1695147234; h=date:from:to:cc:subject:message-id:mime-version; bh=6qVBee4sbFvq7itksIrlagb/Qx0I8jv4UNGR21bkTJA=; b=ljbSExjmk5T1AdpIB5ugPtFIkN/MnZr+6DedR+/ZUErp/eSA0Z7ZRPFK +b4k0VcQTTbJuNPh+vjR4SPdtToHwvmO1+ZHoGa4eXhgTZRwK1F32eh7L KVycLWgKc8ZfaQFJJlSLa+VRxSnelRNzWYfR7xQU68YZKeqX7O2P9Yvrd oIyqUR+/DY+9Hv/IH2OIlJGQxmKRj0sjmuGsY+H+sRfbdrLUsLGtM8yZM eDznb8geytkWEjzb9F4rB2HpxlSR9jPX8mFnSP6knd/4Asng7Dl1/ziDP f0P5zZ08AC28Oa8uj6Vht6Tdc/itkj/h9lgARgOJZGQpKSpPgw8e3mUZR A==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="286523748" X-IronPort-AV: E=Sophos;i="5.93,328,1654585200"; d="scan'208";a="286523748" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2022 11:13:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,328,1654585200"; d="scan'208";a="680956884" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 19 Sep 2022 11:13:50 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oaLHC-0002A5-08; Mon, 19 Sep 2022 18:13:50 +0000 Date: Tue, 20 Sep 2022 02:13:39 +0800 From: kernel test robot To: Erdem Aktas Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Isaku Yamahata , Sean Christopherson , Peter Gonda , Marc Orr , Sagi Shahar , David Matlack Subject: [intel-tdx:kvm-upstream-workaround 206/314] lib/kvm_util.c:191:20: error: 'type' undeclared Message-ID: <202209200124.Y8biqSRC-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://github.com/intel/tdx.git kvm-upstream-workaround head: 552dd80c48f67ca01bcdd10667e0c11efd375177 commit: 38b15ceaa9014e2df231dbbca752bdb17c3880c7 [206/314] KVM: selftest: Add support for creating non-default type VMs compiler: gcc-11 (Debian 11.3.0-5) 11.3.0 reproduce: # https://github.com/intel/tdx/commit/38b15ceaa9014e2df231dbbca752bdb17c3880c7 git remote add intel-tdx https://github.com/intel/tdx.git git fetch --no-tags intel-tdx kvm-upstream-workaround git checkout 38b15ceaa9014e2df231dbbca752bdb17c3880c7 make O=/tmp/kselftest headers make O=/tmp/kselftest -C tools/testing/selftests If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): lib/kvm_util.c: In function '____vm_create': >> lib/kvm_util.c:191:20: error: 'type' undeclared (first use in this function) 191 | vm->type = type; | ^~~~ lib/kvm_util.c:191:20: note: each undeclared identifier is reported only once for each function it appears in -- 0-DAY CI Kernel Test Service https://01.org/lkp