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 A1B88C7618A for ; Sat, 18 Mar 2023 03:21:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229788AbjCRDVi (ORCPT ); Fri, 17 Mar 2023 23:21:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229533AbjCRDVf (ORCPT ); Fri, 17 Mar 2023 23:21:35 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EEAD2E80A; Fri, 17 Mar 2023 20:21:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679109694; x=1710645694; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=SttgIRjIQDYSInmOKqKuuVclgQPLem90fuqFtWSgOC8=; b=heir2X45YLtjhd5WtzXuBTmj3kJqO/Jz/te6WifIp69mG622eWBMunry C1NAyJ/DpGvjv+rFrWreB9AOjLr5gEC9Pg9ehPVNT+uBplsrnrlawU+B3 hjmwHov2yXwH0OLejk5aDYVoVfQT4lVSg89/lW9eX2leke9NsG6pUcuWj dzP4SLyh0S60IO6p6Hrr2HSInk8aH+xePjGM49kCf8ON90PfEbAQ6iHEK 7mZrqdI7/oY01wHpwbGhSz7vSRNgzsbaYJWP3AoXVKhhF+GGkgRj1ECcG 8k7GPpL1+RNziyieZKrhuR13W/JW6YSJ5AQ0ox+K69P9OmN9wSL6LY0Yy Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="337108394" X-IronPort-AV: E=Sophos;i="5.98,270,1673942400"; d="scan'208";a="337108394" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2023 20:21:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="673782826" X-IronPort-AV: E=Sophos;i="5.98,270,1673942400"; d="scan'208";a="673782826" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 17 Mar 2023 20:21:30 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pdN8M-0009lo-03; Sat, 18 Mar 2023 03:21:30 +0000 Date: Sat, 18 Mar 2023 11:21:16 +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: <202303181149.mdhwoup2-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: arm-allyesconfig (https://download.01.org/0day-ci/archive/20230318/202303181149.mdhwoup2-lkp@intel.com/config) compiler: arm-linux-gnueabi-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=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm 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/202303181149.mdhwoup2-lkp@intel.com/ All errors (new ones prefixed by >>): arm-linux-gnueabi-ld: drivers/spi/spi-loongson.o: in function `loongson_spi_update_state': >> spi-loongson.c:(.text+0x430): undefined reference to `__aeabi_uldivmod' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests