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 02D50C64ED9 for ; Mon, 27 Feb 2023 22:51:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229649AbjB0WvF (ORCPT ); Mon, 27 Feb 2023 17:51:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229716AbjB0WvC (ORCPT ); Mon, 27 Feb 2023 17:51:02 -0500 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B5F62701; Mon, 27 Feb 2023 14:50:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677538245; x=1709074245; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=K8EQEDnNgik7vnpTEjnl9m5Ob62pXFbz6h8ZFZUz/KE=; b=k7CRWZMUHFfew86T0egTxu0AHaMtr2szeS4CgP/xUtv7Z6Ai0H1iZWqc zpzqjaysKYPRirefTuTMCq/z5FTh3uqHqvBP/uL/y/cjiBi7aNoB0QMSN 56ROOdaK9SONsmYfkk8gDNDVQZjkHNqeduAMZSISUuGBYaf3I5XruNloL n6kzqzLsk0UezDv+AK4pM4jQ23oMxDQ7H8fC8wh9uf68gemVgtly5jgyp MJDZ/Ty1WQVzcmWQDz+jLHamadIauGdSD4LtKnHZgXC3P5ftvqFFmLKP0 gVBQQ/zUSY9lcLaO421GMZEE0pwelYexDfD/lDuk4JGGAKUHQO6GjderC g==; X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="313662027" X-IronPort-AV: E=Sophos;i="5.98,220,1673942400"; d="scan'208";a="313662027" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2023 14:47:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10634"; a="742737576" X-IronPort-AV: E=Sophos;i="5.98,220,1673942400"; d="scan'208";a="742737576" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga004.fm.intel.com with ESMTP; 27 Feb 2023 14:47:37 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pWmHO-00D1zp-2q; Tue, 28 Feb 2023 00:47:34 +0200 Date: Tue, 28 Feb 2023 00:47:34 +0200 From: Andy Shevchenko To: kernel test robot Cc: Mike Looijmans , devicetree@vger.kernel.org, linux-iio@vger.kernel.org, oe-kbuild-all@lists.linux.dev, AngeloGioacchino Del Regno , Caleb Connolly , ChiYuan Huang , ChiaEn Wu , Cosmin Tanislav , Ibrahim Tilki , Jonathan Cameron , Lad Prabhakar , Lars-Peter Clausen , Ramona Bolboaca , William Breathitt Gray , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] iio: adc: Add TI ADS1100 and ADS1000 Message-ID: References: <20230227133255.32301-2-mike.looijmans@topic.nl> <202302272311.tpyMXtCV-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202302272311.tpyMXtCV-lkp@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 27, 2023 at 11:47:08PM +0800, kernel test robot wrote: > Hi Mike, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on v6.2] > [cannot apply to jic23-iio/togreg linus/master next-20230227] > [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/Mike-Looijmans/iio-adc-Add-TI-ADS1100-and-ADS1000/20230227-213529 > patch link: https://lore.kernel.org/r/20230227133255.32301-2-mike.looijmans%40topic.nl > patch subject: [PATCH v2 2/2] iio: adc: Add TI ADS1100 and ADS1000 > config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20230227/202302272311.tpyMXtCV-lkp@intel.com/config) > compiler: sh4-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/8bc0b6e697641a7c6274a492bf210faccdeb55bf > git remote add linux-review https://github.com/intel-lab-lkp/linux > git fetch --no-tags linux-review Mike-Looijmans/iio-adc-Add-TI-ADS1100-and-ADS1000/20230227-213529 > git checkout 8bc0b6e697641a7c6274a492bf210faccdeb55bf > # 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=sh olddefconfig > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sh SHELL=/bin/bash drivers/iio/ > > If you fix the issue, kindly add following tag where applicable > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-kbuild-all/202302272311.tpyMXtCV-lkp@intel.com/ > > All errors (new ones prefixed by >>): Missing bitgield.h (and actually bits.h as well). -- With Best Regards, Andy Shevchenko