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 9E847C04FE2 for ; Tue, 8 Aug 2023 18:57:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233309AbjHHS5l (ORCPT ); Tue, 8 Aug 2023 14:57:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234904AbjHHS5L (ORCPT ); Tue, 8 Aug 2023 14:57:11 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 859551D3FE for ; Tue, 8 Aug 2023 10:17:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691515026; x=1723051026; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=SdSpbmHPdrm055MWG/kqx48iO85LrvM6GgzHFX9aRDc=; b=eKck8hr8jnwj5ZhGeuyoeCKyWY3kLGYrx8tSSYubL8yyCWCyaR3aB8PT HolGCVTdcl8aUqsqdRUp0K8EZXP454wKuHlD2lyWci3XvLJ8mj9n5jJa3 qtrL9jr8AUv30pz+AkPEQRKyV5OuJ3W2zZWWL7hdN4WYSlHV0gJzHUcom u4PUDAqKFfTHWeT49EcrUmV9zO90J5D2TSP3suX3oEZ6OG9Ol42IySETA y0PZFF2mUrwq890rqFqdl5bSgV+5Bb29K04ZTKe2NV8RwTfFZgyILlCfn NAQr61n13KaqnCmnPVkJKIaSTf8a0+7I2Dt7iu/HsY09hitF/8gs3K4b9 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="360834612" X-IronPort-AV: E=Sophos;i="6.01,263,1684825200"; d="scan'208";a="360834612" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2023 00:21:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="681140892" X-IronPort-AV: E=Sophos;i="6.01,263,1684825200"; d="scan'208";a="681140892" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 08 Aug 2023 00:21:51 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qTH2M-0005CU-2H; Tue, 08 Aug 2023 07:21:50 +0000 Date: Tue, 8 Aug 2023 15:21:30 +0800 From: kernel test robot To: Michael Walle , Tudor Ambarus , Pratyush Yadav , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH 01/41] mtd: spi-nor: remove catalyst 'flashes' Message-ID: <202308081547.u3Nmtq1F-lkp@intel.com> References: <20230807-mtd-flash-info-db-rework-v1-1-3d3d5bef4ba4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230807-mtd-flash-info-db-rework-v1-1-3d3d5bef4ba4@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michael, kernel test robot noticed the following build errors: [auto build test ERROR on f7dc24b3413851109c4047b22997bd0d95ed52a2] url: https://github.com/intel-lab-lkp/linux/commits/Michael-Walle/mtd-spi-nor-remove-catalyst-flashes/20230807-213321 base: f7dc24b3413851109c4047b22997bd0d95ed52a2 patch link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v1-1-3d3d5bef4ba4%40kernel.org patch subject: [PATCH 01/41] mtd: spi-nor: remove catalyst 'flashes' config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20230808/202308081547.u3Nmtq1F-lkp@intel.com/config) compiler: powerpc-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230808/202308081547.u3Nmtq1F-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308081547.u3Nmtq1F-lkp@intel.com/ All errors (new ones prefixed by >>): >> make[6]: *** No rule to make target 'drivers/mtd/spi-nor/catalyst.o', needed by 'drivers/mtd/spi-nor/spi-nor.o'. make[6]: Target 'drivers/mtd/spi-nor/' not remade because of errors. -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki