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 23330C77B7C for ; Sat, 13 May 2023 06:11:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232319AbjEMGLP (ORCPT ); Sat, 13 May 2023 02:11:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjEMGLO (ORCPT ); Sat, 13 May 2023 02:11:14 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2303440DA; Fri, 12 May 2023 23:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683958270; x=1715494270; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=72itzeKxsk7S7f1i1V3zonGHpciPHvK7GsN+s81/H4w=; b=VqY1zd7U+sMH8ceAslyko1vww4US3O5TZ6HJi5pOaIDI173nRpaDJUFw W3oaRyTjQ7F9d9w4gvPGQoRJBKNsIqnyldmi74q4Cbwk7CQdn543s/Vfw aJuNpspcQ3J5QtNmGbRhrGn5neTAkeo3r6MpMCLHhIoGuV8Hz1oYaU51W FAhBw7wbMu96a6kc8hdBqe9t06Inxip4ydo/BrYIVw0Wy24BiHoGjIAJi Ftsgw4YMKcgRAnctnY58pKNdS46ftTf8PvXChGVSH3SytkcdjVPNm213A xCEcpKoeLUcmy/uwZW8inxSJ+6i0QSEWgsHa+x0rvTdGGLM+pjEm2qZUr Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10708"; a="354069735" X-IronPort-AV: E=Sophos;i="5.99,271,1677571200"; d="scan'208";a="354069735" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2023 23:11:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10708"; a="765377755" X-IronPort-AV: E=Sophos;i="5.99,271,1677571200"; d="scan'208";a="765377755" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 12 May 2023 23:11:06 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1pxiTC-0005Mo-0e; Sat, 13 May 2023 06:11:06 +0000 Date: Sat, 13 May 2023 14:10:16 +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 1/5] s390/uvdevice: Add info IOCTL Message-ID: <202305131333.DKwclZxs-lkp@intel.com> References: <20230512093153.206378-2-seiden@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230512093153.206378-2-seiden@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: kvm@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-rc1 next-20230512] [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/20230512-174226 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git next patch link: https://lore.kernel.org/r/20230512093153.206378-2-seiden%40linux.ibm.com patch subject: [PATCH 1/5] s390/uvdevice: Add info IOCTL config: s390-randconfig-s043-20230509 (https://download.01.org/0day-ci/archive/20230513/202305131333.DKwclZxs-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 12.1.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-39-gce1a6720-dirty # https://github.com/intel-lab-lkp/linux/commit/82f137c1686ef0317cd12c5737fa349f2582163c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Steffen-Eiden/s390-uvdevice-Add-info-IOCTL/20230512-174226 git checkout 82f137c1686ef0317cd12c5737fa349f2582163c # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=s390 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202305131333.DKwclZxs-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "uv_info" [drivers/s390/char/uvdevice.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests