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 88F6BC433EF for ; Wed, 29 Dec 2021 09:41:51 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JP5yj4zxvz3c7l for ; Wed, 29 Dec 2021 20:41:49 +1100 (AEDT) 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=RpyPABPe; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=192.55.52.93; helo=mga11.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=RpyPABPe; dkim-atps=neutral Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 4JP5xx4dkWz2yNC for ; Wed, 29 Dec 2021 20:41:04 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640770869; x=1672306869; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=xg3yNLu1SDSyfnJWw0NUeSPKNgbPrxBdSvpwaZoN6g4=; b=RpyPABPeHqGslZh4l4r6t6HmneNQtqIpppoghO5OZSvowbgETZBsx6cy bIZI3wDqpV1Hyet40/tFFM+ZS4i+Jmj+e1UUxFfbuw3bQx9jQK+oPcvOb 90S4hV2DXx1UfANTjl3tOC71wEfIZPA8pnvRVaikgtfZFhJm9Nhl4XS// yj9xE723o8zLssGSNiVqKRl2Y3W4SFD+pi3kFvl4S9T/LPVcimdIy+nUl lmcHm3MAxATrpeGvcio1ZT4RkRxAphjsi9kYZw65eVAGhmMl1UWTfVhwB mNMIbUTpa4E9JpDwroBuWxfQ6fZAtwyD2abuaZU7lqbOrJBXoI8u7YXuo g==; X-IronPort-AV: E=McAfee;i="6200,9189,10211"; a="239037385" X-IronPort-AV: E=Sophos;i="5.88,244,1635231600"; d="scan'208";a="239037385" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2021 01:40:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,244,1635231600"; d="scan'208";a="609555047" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 29 Dec 2021 01:39:58 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n2VR7-0008nv-Jh; Wed, 29 Dec 2021 09:39:57 +0000 Date: Wed, 29 Dec 2021 17:39:31 +0800 From: kernel test robot To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry Message-ID: <202112291710.E7bImDlB-lkp@intel.com> References: <20211220012351.2719879-1-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211220012351.2719879-1-aik@ozlabs.ru> User-Agent: Mutt/1.10.1 (2018-07-13) 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: kvm-ppc@vger.kernel.org, kbuild-all@lists.01.org, kvm@vger.kernel.org, Fabiano Rosas , Alexey Kardashevskiy , Nicholas Piggin , =?iso-8859-1?Q?C=E9dric?= Le Goater , David Stevens Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Alexey, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/topic/ppc-kvm] [also build test ERROR on v5.16-rc7] [cannot apply to next-20211224] [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] url: https://github.com/0day-ci/linux/commits/Alexey-Kardashevskiy/KVM-PPC-Merge-powerpc-s-debugfs-entry-content-into-generic-entry/20211220-092433 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm config: powerpc64-randconfig-s031-20211228 (https://download.01.org/0day-ci/archive/20211229/202112291710.E7bImDlB-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/0day-ci/linux/commit/3d3a1a5e82517f5f1a5dd3d7131afb3aa4312d82 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Alexey-Kardashevskiy/KVM-PPC-Merge-powerpc-s-debugfs-entry-content-into-generic-entry/20211220-092433 git checkout 3d3a1a5e82517f5f1a5dd3d7131afb3aa4312d82 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=powerpc SHELL=/bin/bash arch/powerpc/kvm/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> arch/powerpc/kvm/e500mc.c:384:32: error: initialization of 'int (*)(struct kvm_vcpu *, struct dentry *)' from incompatible pointer type 'void (*)(struct kvm_vcpu *, struct dentry *)' [-Werror=incompatible-pointer-types] 384 | .create_vcpu_debugfs = kvmppc_create_vcpu_debugfs_e500, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arch/powerpc/kvm/e500mc.c:384:32: note: (near initialization for 'kvm_ops_e500mc.create_vcpu_debugfs') cc1: all warnings being treated as errors vim +384 arch/powerpc/kvm/e500mc.c 369 370 static struct kvmppc_ops kvm_ops_e500mc = { 371 .get_sregs = kvmppc_core_get_sregs_e500mc, 372 .set_sregs = kvmppc_core_set_sregs_e500mc, 373 .get_one_reg = kvmppc_get_one_reg_e500mc, 374 .set_one_reg = kvmppc_set_one_reg_e500mc, 375 .vcpu_load = kvmppc_core_vcpu_load_e500mc, 376 .vcpu_put = kvmppc_core_vcpu_put_e500mc, 377 .vcpu_create = kvmppc_core_vcpu_create_e500mc, 378 .vcpu_free = kvmppc_core_vcpu_free_e500mc, 379 .init_vm = kvmppc_core_init_vm_e500mc, 380 .destroy_vm = kvmppc_core_destroy_vm_e500mc, 381 .emulate_op = kvmppc_core_emulate_op_e500, 382 .emulate_mtspr = kvmppc_core_emulate_mtspr_e500, 383 .emulate_mfspr = kvmppc_core_emulate_mfspr_e500, > 384 .create_vcpu_debugfs = kvmppc_create_vcpu_debugfs_e500, 385 }; 386 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org