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 5293381D; Fri, 13 Oct 2023 01:38:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Hp5VrZDt" Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0345FBB; Thu, 12 Oct 2023 18:38:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697161132; x=1728697132; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=PVBal4Ud504RnPl1p/A+A7FV7TwvMJzp6ahO+CuDunM=; b=Hp5VrZDtB2Cozp7ahJb+Sp1OzHnuQcoYy4HiKFPhVwRty6Hj9sPqTaYp dKjSYuJQrXUKysq+9PANgvqNv2nBTOPD2h9uFQuodpdf2ZXi5fiiRV54Q 8okQVAsQ+7dgCa0H+itfznPif44HylcJIE8UfX4AD+mkYtGFHBnE6Mtzv cAy5S3rnVFpT0xqaJ69UCRF8omk9VNlTdncfGQOPtJb1kGDe/oCYE+0dg ZPsd2zk2WIdPlnyNcNo4Yc87nAFpnAA/Pi3svyOvsVy1aUOcR6Uz36WBb tcUBdVsJ8SlmBXVDB1UGob8QbYWdCq/Zgf28bEJE3t/8uNpgE7jsUoViO g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="364446500" X-IronPort-AV: E=Sophos;i="6.03,219,1694761200"; d="scan'208";a="364446500" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2023 18:38:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="783946831" X-IronPort-AV: E=Sophos;i="6.03,219,1694761200"; d="scan'208";a="783946831" Received: from lkp-server02.sh.intel.com (HELO f64821696465) ([10.239.97.151]) by orsmga008.jf.intel.com with ESMTP; 12 Oct 2023 18:38:44 -0700 Received: from kbuild by f64821696465 with local (Exim 4.96) (envelope-from ) id 1qr78Q-0004Br-1m; Fri, 13 Oct 2023 01:38:39 +0000 Date: Fri, 13 Oct 2023 09:37:58 +0800 From: kernel test robot To: =?iso-8859-1?Q?K=F6ry?= Maincent , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Thomas Petazzoni , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Jay Vosburgh , Andy Gospodarek , Nicolas Ferre , Claudiu Beznea , Horatiu Vultur , UNGLinuxDriver@microchip.com, Florian Fainelli , Broadcom internal kernel review list , Andrew Lunn , Heiner Kallweit , Russell King , Richard Cochran , Radu Pirea , Willem de Bruijn , Vladimir Oltean , Michael Walle , Jacob Keller , Maxime Chevallier , Kory Maincent Subject: Re: [PATCH net-next v5 13/16] net: Change the API of PHY default timestamp to MAC Message-ID: <202310130914.kppQjKFp-lkp@intel.com> References: <20231009155138.86458-14-kory.maincent@bootlin.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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231009155138.86458-14-kory.maincent@bootlin.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 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 Köry, kernel test robot noticed the following build warnings: [auto build test WARNING on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/K-ry-Maincent/net-Convert-PHYs-hwtstamp-callback-to-use-kernel_hwtstamp_config/20231009-235451 base: net-next/main patch link: https://lore.kernel.org/r/20231009155138.86458-14-kory.maincent%40bootlin.com patch subject: [PATCH net-next v5 13/16] net: Change the API of PHY default timestamp to MAC config: i386-randconfig-063-20231012 (https://download.01.org/0day-ci/archive/20231013/202310130914.kppQjKFp-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231013/202310130914.kppQjKFp-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/202310130914.kppQjKFp-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) >> drivers/net/phy/phy_device.c:1419:12: sparse: sparse: symbol 'phy_timestamping_allowlist' was not declared. Should it be static? -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki