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 5625511184 for ; Tue, 18 Jul 2023 15:49:59 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA1E2E4C for ; Tue, 18 Jul 2023 08:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689695396; x=1721231396; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2+g8D6K4yOf3EbBU7xVCv4e+8/CcQMogoNMiwwmkgZ8=; b=ZK8lxbO4MCxqlvUac2ZM0lW8Gjep3BuNSFy+dQ1+TGU21mHzMY2aJW0j tuH2Y4lqDtnMOFf5nyPVG820vjJCDN3EjVZX2sgmLwo2AvRNA81rKAQPx LwyeHww7wG3qLmw0VW53FEVLS/gEnlkpdrfqAhJQbY1ayZonuJyJA+ftj 31SKoMPOjROxWxfWEWGokVXStZp7tPt08LNrOtCuajYU/ye/KQLcG+IaP 4f4wBi3fHT+A3IlK4pc8v1l1Bhp4fUVLi0Lm5FEz58ZOVqufWLfR1uam7 52X4e1qkS6DBuiU/Ahgmye6D5ZgRQTKGyzLwgGjCNX0C4QoSMI4LeFP06 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="346540447" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="346540447" 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:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="673975356" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="673975356" 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 1qLmxO-0000hB-00; Tue, 18 Jul 2023 15:49:46 +0000 Date: Tue, 18 Jul 2023 23:49:19 +0800 From: kernel test robot To: Vladimir Oltean , netdev@vger.kernel.org Cc: llvm@lists.linux.dev, 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: <202307182345.NOnFjOm2-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: x86_64-randconfig-r023-20230718 (https://download.01.org/0day-ci/archive/20230718/202307182345.NOnFjOm2-lkp@intel.com/config) compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a) reproduce: (https://download.01.org/0day-ci/archive/20230718/202307182345.NOnFjOm2-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/202307182345.NOnFjOm2-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/net/phy/phy_device.c:30:10: fatal error: 'linux/phylib_stubs.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. 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