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 C7D78C433F5 for ; Sat, 27 Nov 2021 09:59:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353870AbhK0KCe (ORCPT ); Sat, 27 Nov 2021 05:02:34 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:45080 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354114AbhK0KAd (ORCPT ); Sat, 27 Nov 2021 05:00:33 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8463BB82152 for ; Sat, 27 Nov 2021 09:57:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF375C53FAD; Sat, 27 Nov 2021 09:57:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1638007037; bh=fXIHGIHbGVu2TI0KZU4n6tJN+PwY480NO3XJeRE+Z3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r94sJfKfdZLIKIStJ3QykcaijAC3ZYMQ/ISHvRIMxSjpSZDH0OXxr531hkshUm9a0 n475OAS4Ve12mdR9KXlq/6f3NoCAyLiMXnrpe8F7zbUTOYCmM6PMV83Kfflg6Z1QPa 6TGt89MYdhDBsGV2GZT7R8mWC7FaLbYBes3Rbb5g= Date: Sat, 27 Nov 2021 10:57:14 +0100 From: Greg Kroah-Hartman To: kernel test robot Cc: Luis Chamberlain , devel@driverdev.osuosl.org, Borislav Petkov , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: Re: [driver-core:driver-core-testing 5/7] drivers/base/firmware_loader/test-builtin/test-builtin-firmware.bin.gen.S:5: Error: file not found: drivers/base/firmware_loader/test-builtin/test-builtin-firmware.bin Message-ID: References: <202111271140.XMh9IcBt-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111271140.XMh9IcBt-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 27, 2021 at 11:24:12AM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git driver-core-testing > head: 7f67ea9c19735222f7999754f3fee922cd8f4781 > commit: 6a4e0b75cfa09e70c0aa39a03b478641cf2a7974 [5/7] test_firmware: add support for testing built-in firmware > config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20211127/202111271140.XMh9IcBt-lkp@intel.com/config) > compiler: powerpc-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://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?id=6a4e0b75cfa09e70c0aa39a03b478641cf2a7974 > git remote add driver-core https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > git fetch --no-tags driver-core driver-core-testing > git checkout 6a4e0b75cfa09e70c0aa39a03b478641cf2a7974 > # 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=powerpc 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 >>): > > drivers/base/firmware_loader/test-builtin/test-builtin-firmware.bin.gen.S: Assembler messages: > >> drivers/base/firmware_loader/test-builtin/test-builtin-firmware.bin.gen.S:5: Error: file not found: drivers/base/firmware_loader/test-builtin/test-builtin-firmware.bin Thanks for the report. Luis, I'm dropping this series from my tree. greg k-h