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 45AADC74A5B for ; Fri, 17 Mar 2023 18:08:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230034AbjCQSIZ (ORCPT ); Fri, 17 Mar 2023 14:08:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbjCQSIW (ORCPT ); Fri, 17 Mar 2023 14:08:22 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC7991F489; Fri, 17 Mar 2023 11:08:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679076499; x=1710612499; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=0ViB+/nw4P2c/irowIE20WocbpHS3PPfcedJTO4zYL4=; b=oEAjXFsuw2d9jl1nZhRy5RIRcTcfWsWoAmk1qIULPy7EEfTRGkjB+GbE mO6lKT4nE+dTV/CgEMvthy2J7pUSKIGd20i3TlfSqjRDdYr5/XqkAbDuh iC1tHwn4elhO5Tb2I/j5ndsALD1EZWNd3Dsf/5w6C2SBJQztDgtqu5aTU asgAdeMghBHDfZxtg84IaUF6JfKYnGR+ZBjEBDuKY81sOrFpqA0QhJabq 5S3YD0iHMnsr4DxhHNMWksJqf3i9QcNnSjuibmbif0c5mNot+7SYafhhv gCMSRTEkvivjjWtEtYrH4BJZLvtaOAaNgfopHOStOmz14rhGfEyoOuYdM A==; X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="340684893" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="340684893" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2023 11:08:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="790827430" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="790827430" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 17 Mar 2023 11:08:16 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pdEUx-0009WC-2p; Fri, 17 Mar 2023 18:08:15 +0000 Date: Sat, 18 Mar 2023 02:07:23 +0800 From: kernel test robot To: Yinbo Zhu , Mark Brown , Rob Herring , Krzysztof Kozlowski , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Jianmin Lv , wanghongliang@loongson.cn, Liu Peibao , loongson-kernel@lists.loongnix.cn, Yinbo Zhu Subject: Re: [PATCH v2 2/2] spi: loongson: add bus driver for the loongson spi controller Message-ID: <202303180159.1qAKqnp9-lkp@intel.com> References: <20230317082950.12738-3-zhuyinbo@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230317082950.12738-3-zhuyinbo@loongson.cn> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yinbo, I love your patch! Yet something to improve: [auto build test ERROR on broonie-spi/for-next] [also build test ERROR on robh/for-next krzk-dt/for-next linus/master v6.3-rc2 next-20230317] [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/Yinbo-Zhu/dt-bindings-spi-add-loongson-spi/20230317-163907 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next patch link: https://lore.kernel.org/r/20230317082950.12738-3-zhuyinbo%40loongson.cn patch subject: [PATCH v2 2/2] spi: loongson: add bus driver for the loongson spi controller config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20230318/202303180159.1qAKqnp9-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.1.0 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 # https://github.com/intel-lab-lkp/linux/commit/a532955fcee3d37eb4332cea2b868f74ace0bc72 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Yinbo-Zhu/dt-bindings-spi-add-loongson-spi/20230317-163907 git checkout a532955fcee3d37eb4332cea2b868f74ace0bc72 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k 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/202303180159.1qAKqnp9-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__udivdi3" [drivers/spi/spi-loongson.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests