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 B7854C77B7D for ; Tue, 18 Apr 2023 19:13:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232804AbjDRTNK (ORCPT ); Tue, 18 Apr 2023 15:13:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232787AbjDRTNI (ORCPT ); Tue, 18 Apr 2023 15:13:08 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4B3376A0; Tue, 18 Apr 2023 12:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681845187; x=1713381187; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=MOhprBHpr43tz8sYRr2cXoGAuUvU7HU/0ZiTdde8Ipg=; b=GLxZ1HKVVB+YyVOItAlI+pq5NtzK/5n8VddDLiaxgcEL+MczGl/TljgZ UPadoHVB8enCd7U75KSJuLVmJ/VoKmIzvhn5Udecc/zdx8leeu6JasGVQ fIJikNzaBmwESjBqWDrBRYhvIGsptDlstvtMRg/EtkDrl5p3W16IlmAHF BY1x30Vm4a+kDWixrGRiOxiGDAFRMyL+okJMwiNkJtKdi3MAnRDtsbNsy q+uJy5Ctb4/y6DOiv8DPuHiL3gQBAQUtMzlTPUiBp/6NxrAHEXSE2nnQW e03DJESAfsE1xoIgBQpRhmma8kq1afglP50r4ueUtZID2OffH8vnraHEZ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="325599447" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="325599447" 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:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10684"; a="641481108" X-IronPort-AV: E=Sophos;i="5.99,207,1677571200"; d="scan'208";a="641481108" 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-000dwF-1b; Tue, 18 Apr 2023 19:13:03 +0000 Date: Wed, 19 Apr 2023 03:12:34 +0800 From: kernel test robot To: David Yang , linux-clk@vger.kernel.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, David Yang , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Philipp Zabel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/4] clk: Add simple clock controller Message-ID: <202304190206.OjctYqwT-lkp@intel.com> References: <20230416194624.1258860-3-mmyangfl@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230416194624.1258860-3-mmyangfl@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi David, kernel test robot noticed the following build errors: [auto build test ERROR on 7a934f4bd7d6f9da84c8812da3ba42ee10f5778e] url: https://github.com/intel-lab-lkp/linux/commits/David-Yang/dt-bindings-clock-Add-simple-clock-controller/20230417-034857 base: 7a934f4bd7d6f9da84c8812da3ba42ee10f5778e patch link: https://lore.kernel.org/r/20230416194624.1258860-3-mmyangfl%40gmail.com patch subject: [PATCH v3 2/4] clk: Add simple clock controller config: s390-randconfig-r036-20230416 (https://download.01.org/0day-ci/archive/20230419/202304190206.OjctYqwT-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project 437b7602e4a998220871de78afcb020b9c14a661) 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 # install s390 cross compiling tool for clang build # apt-get install binutils-s390x-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/242d6bab7339a967b40f9731b989913e8b2ea63c git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review David-Yang/dt-bindings-clock-Add-simple-clock-controller/20230417-034857 git checkout 242d6bab7339a967b40f9731b989913e8b2ea63c # 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=s390 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang 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 | Link: https://lore.kernel.org/oe-kbuild-all/202304190206.OjctYqwT-lkp@intel.com/ All errors (new ones prefixed by >>): s390x-linux-ld: DWARF error: could not find abbrev number 115 kernel/dma/coherent.o: in function `dma_declare_coherent_memory': coherent.c:(.text+0xc8): undefined reference to `memunmap' s390x-linux-ld: kernel/dma/coherent.o: in function `dma_init_coherent_memory': coherent.c:(.text+0x14a): undefined reference to `memremap' s390x-linux-ld: coherent.c:(.text+0x254): undefined reference to `memunmap' s390x-linux-ld: kernel/dma/coherent.o: in function `dma_release_coherent_memory': coherent.c:(.text+0x2c0): undefined reference to `memunmap' s390x-linux-ld: DWARF error: could not find abbrev number 53 drivers/clk/clk-of.o: in function `of_clk_get_reg': >> clk-of.c:(.text+0x6a): undefined reference to `of_iomap' s390x-linux-ld: drivers/clk/clk-of.o: in function `of_crg_ctrl_setup': clk-of.c:(.text+0x322): undefined reference to `of_iomap' s390x-linux-ld: DWARF error: could not find abbrev number 8446 drivers/clk/clk-fixed-mmio.o: in function `fixed_mmio_clk_setup': clk-fixed-mmio.c:(.text+0x48): undefined reference to `of_iomap' s390x-linux-ld: clk-fixed-mmio.c:(.text+0x68): undefined reference to `iounmap' s390x-linux-ld: DWARF error: could not find abbrev number 15506 drivers/char/xillybus/xillybus_of.o: in function `xilly_drv_probe': xillybus_of.c:(.text+0x64): undefined reference to `devm_platform_ioremap_resource' s390x-linux-ld: DWARF error: could not find abbrev number 93 drivers/misc/open-dice.o: in function `open_dice_write': open-dice.c:(.text+0xe6): undefined reference to `devm_memremap' s390x-linux-ld: open-dice.c:(.text+0x176): undefined reference to `devm_memunmap' s390x-linux-ld: DWARF error: could not find abbrev number 67 drivers/pcmcia/cistpl.o: in function `release_cis_mem': cistpl.c:(.text+0xe8): undefined reference to `iounmap' s390x-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map': cistpl.c:(.text+0x4a6): undefined reference to `ioremap' s390x-linux-ld: cistpl.c:(.text+0x520): undefined reference to `iounmap' s390x-linux-ld: cistpl.c:(.text+0x572): undefined reference to `iounmap' s390x-linux-ld: cistpl.c:(.text+0x59c): undefined reference to `ioremap' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests