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 7B70EC433FE for ; Wed, 6 Apr 2022 00:51:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238369AbiDFAwX (ORCPT ); Tue, 5 Apr 2022 20:52:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444576AbiDEPlo (ORCPT ); Tue, 5 Apr 2022 11:41:44 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29BA4AD126 for ; Tue, 5 Apr 2022 07:06:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649167570; x=1680703570; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=N0NFTkpFQl/qecbw6wmL6YP13wN2X3pakdXix1QzrOI=; b=k9H6/UiukQOEhOW/W3nwZQzkgUnm/5Q+XfOvFrsSkwul3o2QDzqXgyYy 6DLJTCrZKOffSDWndNOzhfa2mdw8AP4+1xdwGJDdN+BVoKWkt9IcPx3/r l3GV6sArwZrnanh6jQ8HeT2GvHb76sZ2PqSJv9snABPg3u8liQ38xECzg laK1pC2dQUE2UxpiA4iHq/tkNH2f7vgjlh/psgwnU03Cw4WzT9dvcaHfF RGCwJ+MMPEQ5GrV7HjchQfcdcOejkyxpLcPZEboHDXf0gtFL3UVPQWJ4W T4/zbhIQtMErWsqAjgouCUkLrGoBpwS/Nt4aVV8HY8uzc6AzON106+j/E g==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="260932517" X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="260932517" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2022 07:06:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,236,1643702400"; d="scan'208";a="549067236" Received: from lkp-server02.sh.intel.com (HELO a44fdfb70b94) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 05 Apr 2022 07:06:06 -0700 Received: from kbuild by a44fdfb70b94 with local (Exim 4.95) (envelope-from ) id 1nbjos-0003Mh-45; Tue, 05 Apr 2022 14:06:06 +0000 Date: Tue, 5 Apr 2022 22:05:38 +0800 From: kernel test robot To: Sascha Hauer , alsa-devel@alsa-project.org Cc: kbuild-all@lists.01.org, Xiubo Li , Fabio Estevam , Sascha Hauer , Vinod Koul , NXP Linux Team , kernel@pengutronix.de, dmaengine@vger.kernel.org, Shengjiu Wang Subject: Re: [PATCH v3 12/20] ASoC: fsl_micfil: add multi fifo support Message-ID: <202204052143.2nZlY7hL-lkp@intel.com> References: <20220405075959.2744803-13-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220405075959.2744803-13-s.hauer@pengutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Sascha, I love your patch! Yet something to improve: [auto build test ERROR on broonie-sound/for-next] [also build test ERROR on shawnguo/for-next vkoul-dmaengine/next linus/master v5.18-rc1 next-20220405] [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/Sascha-Hauer/ASoC-fsl_micfil-Driver-updates/20220405-161030 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next config: alpha-randconfig-r023-20220405 (https://download.01.org/0day-ci/archive/20220405/202204052143.2nZlY7hL-lkp@intel.com/config) compiler: alpha-linux-gcc (GCC) 11.2.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/05755df1cf507c46e44c4742bed6090e546b2905 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sascha-Hauer/ASoC-fsl_micfil-Driver-updates/20220405-161030 git checkout 05755df1cf507c46e44c4742bed6090e546b2905 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=alpha SHELL=/bin/bash sound/soc/fsl/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> sound/soc/fsl/fsl_micfil.c:19:10: fatal error: linux/platform_data/dma-imx.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +19 sound/soc/fsl/fsl_micfil.c 3 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #include 13 #include 14 #include 15 #include 16 #include 17 #include 18 #include > 19 #include 20 #include 21 #include 22 #include 23 #include 24 #include 25 -- 0-DAY CI Kernel Test Service https://01.org/lkp