From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0CBB4FC04 for ; Tue, 18 Jul 2023 15:49:57 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2CB0A9 for ; Tue, 18 Jul 2023 08:49:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689695394; x=1721231394; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=roTiCvvuFKAPBpzyoCq/UIz7xmR5pzukedIxFqEQOJc=; b=RlATzxrIfVA/hAaVNnSFX5G2zw+gfQ2gTtN4A4JSgWYqBrfy4OBApsWl jW8oJ7nFZtojgRV7T3smezFXyy9oSTEFC62SyyHdymx20sYYOud4baHwS TNF4/j65YjeL2F1we9A3J8p4Vv69UcWwzHus4yPc9/sZd2z2YzS0xRDCd TNqkIEfZfadxkHGZgxzslDIk6fCFuWwypR8oJyCBihYI9sWixxu6frTOp S3LEoWx8n+pS5m4GQqxKuL9oQjZzGrqbqiLHU42x4L8Z1TooDH/JDpxaq Y1cyJTlUqt6Oc9StE3fWpDS21lqXkC2jmvH/5Qg5Fqhs9f/GzwTRL3KbJ w==; X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="346540432" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="346540432" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 08:49:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="673975352" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="673975352" Received: from lkp-server02.sh.intel.com (HELO 36946fcf73d7) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 18 Jul 2023 08:49:46 -0700 Received: from kbuild by 36946fcf73d7 with local (Exim 4.96) (envelope-from ) id 1qLmxN-0000h7-2z; Tue, 18 Jul 2023 15:49:45 +0000 Date: Tue, 18 Jul 2023 23:49:18 +0800 From: kernel test robot To: Vladimir Oltean , netdev@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Florian Fainelli , Maxim Georgiev , Horatiu Vultur , =?iso-8859-1?Q?K=F6ry?= Maincent , Maxime Chevallier , Richard Cochran , Vadim Fedorenko , Gerhard Engleder , Hangbin Liu , Russell King , Heiner Kallweit , Jacob Keller , Jay Vosburgh , Andy Gospodarek , Wei Fang , Shenwei Wang , Clark Wang , NXP Linux Team , UNGLinuxDriver@microchip.com, Lars Povlsen , Steen Hegelund , Daniel Machon , Simon Horman , Casper Andersson , Sergey Organov Subject: Re: [PATCH v8 net-next 11/12] net: phy: provide phylib stubs for hardware timestamping operations Message-ID: <202307182336.h83DeGwR-lkp@intel.com> References: <20230717152709.574773-12-vladimir.oltean@nxp.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230717152709.574773-12-vladimir.oltean@nxp.com> X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi Vladimir, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Vladimir-Oltean/net-add-NDOs-for-configuring-hardware-timestamping/20230718-174836 base: net-next/main patch link: https://lore.kernel.org/r/20230717152709.574773-12-vladimir.oltean%40nxp.com patch subject: [PATCH v8 net-next 11/12] net: phy: provide phylib stubs for hardware timestamping operations config: arm-randconfig-r046-20230718 (https://download.01.org/0day-ci/archive/20230718/202307182336.h83DeGwR-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230718/202307182336.h83DeGwR-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/202307182336.h83DeGwR-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/net/phy/phy_device.c:30:10: fatal error: linux/phylib_stubs.h: No such file or directory 30 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> make[6]: *** No rule to make target 'drivers/net/phy/stubs.o', needed by 'drivers/net/phy/built-in.a'. make[6]: *** [scripts/Makefile.build:243: drivers/net/phy/phy_device.o] Error 1 shuffle=2354727191 make[6]: Target 'drivers/net/phy/' not remade because of errors. vim +30 drivers/net/phy/phy_device.c 11 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 #include 26 #include 27 #include 28 #include 29 #include > 30 #include 31 #include 32 #include 33 #include 34 #include 35 #include 36 #include 37 #include 38 #include 39 #include 40 #include 41 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki