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 2288BC433EF for ; Sat, 25 Jun 2022 20:11:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233538AbiFYULd (ORCPT ); Sat, 25 Jun 2022 16:11:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233534AbiFYULc (ORCPT ); Sat, 25 Jun 2022 16:11:32 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6AC5BE28; Sat, 25 Jun 2022 13:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656187891; x=1687723891; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=/4WW95Rd7N/dWJeIH6xnVBx80GGZFMawK28KVFo4pYA=; b=HEXjCyYjEZvlMul7hAkHS6eeEURwU6+yDkCsDAO5Y/LZu82RnkR/76J5 FG7QshVcxm3yTxSGUqb1kuSrU62BcZKvZr4KIv0zb6CEl2OSupn45tM7W lWvT5u7NYMfHOOnnJpswdRnnFQUVP3XIqSIhoK1cFht3lJr725QGm1c3K ATXLHkEi7vhPd26Xb73w/jA7T3ZZqSgcGcDEAVaXDV7MNjbrHdvkjetid H+xRuzysgieMZbJJ1R9fpRECGIVMW1R6DuBgTZ9R0/0gBjY6ix5pjCW1N eE+wegke6tEm+FgrXJwgLoDvmrcs0O0T2aY31cOUHmJbZH6dmaYAp5OXo g==; X-IronPort-AV: E=McAfee;i="6400,9594,10389"; a="342905204" X-IronPort-AV: E=Sophos;i="5.92,222,1650956400"; d="scan'208";a="342905204" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2022 13:11:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,222,1650956400"; d="scan'208";a="593707880" Received: from lkp-server01.sh.intel.com (HELO 68b931ab7ac1) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 25 Jun 2022 13:11:29 -0700 Received: from kbuild by 68b931ab7ac1 with local (Exim 4.95) (envelope-from ) id 1o5C7s-0006G1-IV; Sat, 25 Jun 2022 20:11:28 +0000 Date: Sun, 26 Jun 2022 04:11:14 +0800 From: kernel test robot To: Angel Iglesias Cc: kbuild-all@lists.01.org, Angel Iglesias , Jonathan Cameron , Lars-Peter Clausen , "Rafael J. Wysocki" , Ulf Hansson , Paul Cercueil , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] iio: pressure: bmp280: Add support for BMP380 sensor family Message-ID: <202206260405.T1j2hj9j-lkp@intel.com> References: <20220625150921.47769-1-ang.iglesiasg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220625150921.47769-1-ang.iglesiasg@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Hi Angel, Thank you for the patch! Yet something to improve: [auto build test ERROR on jic23-iio/togreg] [also build test ERROR on robh/for-next linus/master v5.19-rc3 next-20220624] [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/intel-lab-lkp/linux/commits/Angel-Iglesias/dt-bindings-iio-pressure-bmp085-Add-BMP380-compatible-string/20220625-231424 base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg config: openrisc-buildonly-randconfig-r006-20220626 compiler: or1k-linux-gcc (GCC) 11.3.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/56e3f8aecddacdbe204fbe5e28032ef2befae647 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Angel-Iglesias/dt-bindings-iio-pressure-bmp085-Add-BMP380-compatible-string/20220625-231424 git checkout 56e3f8aecddacdbe204fbe5e28032ef2befae647 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__divdi3" [drivers/iio/pressure/bmp280.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp