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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6157AC433F5 for ; Fri, 11 Feb 2022 23:59:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+SWJKrIaRxnbkkA+o/BfO++yGwbgNe0lMkwhcvEPe7g=; b=WSQ4zmunBPZx2W PnIAM6+3fs0YBipxgumK/M6tW3EL2FUr6TCPCd3xAoiQNSQQrVczmcdZzUCSOsoaDOvumkJ3K8Es3 qj6e+xsIEu/Q17P84D2Lk9KXQl6ZItZ58HFsH6OMfkaPE8txHRt5i4dkAKXx8PjejS0+pLphDkRWn OdEzJr6jVCkhMWdfu2A+1lfw2i9mhXpbgwpSJcKjz4nbQLYFrTxyTZ9UEYOsEUJ8dHmzPCa/gbEF6 bWySYwlq2M9kc1LmgLUPxECtFaO1EVUpathzTfYPdAR+uQZ1totF76uO2MGs/4o6SgAQBo9o3Lb8D O64kxrafvrv1w64Pc2aQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIfo4-0097N2-Pk; Fri, 11 Feb 2022 23:58:28 +0000 Received: from mga06.intel.com ([134.134.136.31]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIfo0-0097Lq-NR for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 23:58:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644623904; x=1676159904; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=/DO8dz5a+fECO1lF8HkYAWxQJzTmxnoMcSf/ITjLVKU=; b=SDbEUGp627R6WjrCIIAAo54SkgKpNg+niB9zHI1SjOHx67lTZZGXSPLz vVvNeoQdiQ/2sifBrEbDwau9uDBSZJAqqo1pC20LnlAEkqthyJKL07psj KvqA0Xuyqap9x04i2DsFbYegaPesZ+IjL0yhpTwlHwXej2Deo5OeHrPoZ pEKE73RjqgYh2eaRINTENza3QJX95tSRV0O2yTMpjY+FO3AGfByd9C25h +u6Lxqudfqtwyh+6NpjY+2rPpZD+txw7mkTHSBTDw0oKSd2Lt+JJrIPj7 bWcmYl8edq4lRPQQKZFhIF7nFjXt4tu1kPV253JvCPQ8L9aZu91j/xSOE w==; X-IronPort-AV: E=McAfee;i="6200,9189,10255"; a="310568968" X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="310568968" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Feb 2022 15:58:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,361,1635231600"; d="scan'208";a="500937959" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 11 Feb 2022 15:58:14 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nIfnq-0005No-5A; Fri, 11 Feb 2022 23:58:14 +0000 Date: Sat, 12 Feb 2022 07:57:39 +0800 From: kernel test robot To: Jacopo Mondi , slongerbeam@gmail.com, p.zabel@pengutronix.de, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, mchehab@kernel.org, hverkuil-cisco@xs4all.nl, laurent.pinchart@ideasonboard.com, martin.kepplinger@puri.sm, rmfrfs@gmail.com, xavier.roumegue@oss.nxp.com Cc: kbuild-all@lists.01.org, kernel@pengutronix.de, linux-imx@nxp.com, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Jacopo Mondi Subject: Re: [PATCH 2/3] media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c Message-ID: <202202120715.pWMiLjja-lkp@intel.com> References: <20220211180216.290133-3-jacopo@jmondi.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220211180216.290133-3-jacopo@jmondi.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220211_155824_847957_281C6358 X-CRM114-Status: GOOD ( 13.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jacopo, I love your patch! Yet something to improve: [auto build test ERROR on media-tree/master] [also build test ERROR on shawnguo/for-next pza/reset/next linus/master v5.17-rc3 next-20220211] [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/0day-ci/linux/commits/Jacopo-Mondi/media-De-stage-imx7-mipi-csis-c/20220212-020342 base: git://linuxtv.org/media_tree.git master config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20220212/202202120715.pWMiLjja-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/0day-ci/linux/commit/18a307fb15879832a050d12ae32bd9d94a9e5c91 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Jacopo-Mondi/media-De-stage-imx7-mipi-csis-c/20220212-020342 git checkout 18a307fb15879832a050d12ae32bd9d94a9e5c91 # 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 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> make[5]: *** No rule to make target 'drivers/media/platform/imx/imx7-mipi-csis.o', needed by 'drivers/media/platform/imx/built-in.a'. make[5]: Target '__build' not remade because of errors. --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel