From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 C29B54085D for ; Sat, 10 Aug 2024 06:17:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723270650; cv=none; b=ddqrCwKhHA2bqqP0mDEoBScHssLx9h4Puq3tMHxSau6JJK9eV9DTGFqw0HtL/kUnGrMou5Ywne/hh7JMFnQvgWusddQen9N3AcNj8VbXIucT9zlIgICWKIzNOGDjjBFOoxRJ9Sttd0ObQwEaMcVVbhiP66p6s4C9nlbTf/pW2ps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723270650; c=relaxed/simple; bh=3G2xvIVxQ9xAaCRHUkSUICl9SMXsX+BHBEkyWUYkFhc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ioxDYF91x6LzkQP8N47S8o3ogkK8Ah035Co0u7Jb1A4SWAWtm9/sNIxctJ6gmramI7HjVbgDEEq8mZkbJGRmb9dPXvnzHkC055bPoHOKqf/i3DZORTH6YcYlPDNVqpmcETZRZIsgpGZrFUZEKr8DqaRarfUXEijiolVEstldYaQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scfPG-0005E2-T8; Sat, 10 Aug 2024 08:16:50 +0200 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1scfPE-005pzl-Bc; Sat, 10 Aug 2024 08:16:48 +0200 Received: from ore by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1scfPE-00Cbp7-0m; Sat, 10 Aug 2024 08:16:48 +0200 Date: Sat, 10 Aug 2024 08:16:48 +0200 From: Oleksij Rempel To: kernel test robot Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH net-next v3 3/3] net: phy: dp83tg720: Add cable testing support Message-ID: References: <20240809072440.3477125-3-o.rempel@pengutronix.de> <202408100348.U6S1jP0z-lkp@intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202408100348.U6S1jP0z-lkp@intel.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org On Sat, Aug 10, 2024 at 03:57:35AM +0800, kernel test robot wrote: > Hi Oleksij, > > 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/Oleksij-Rempel/phy-Add-Open-Alliance-helpers-for-the-PHY-framework/20240809-172119 > base: net-next/main > patch link: https://lore.kernel.org/r/20240809072440.3477125-3-o.rempel%40pengutronix.de > patch subject: [PATCH net-next v3 3/3] net: phy: dp83tg720: Add cable testing support > config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240810/202408100348.U6S1jP0z-lkp@intel.com/config) > compiler: m68k-linux-gcc (GCC) 14.1.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408100348.U6S1jP0z-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/202408100348.U6S1jP0z-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > drivers/net/phy/open_alliance_helpers.c: In function 'oa_1000bt1_get_ethtool_cable_result_code': > >> drivers/net/phy/open_alliance_helpers.c:34:25: error: implicit declaration of function 'FIELD_GET' [-Wimplicit-function-declaration] > 34 | u8 tdr_status = FIELD_GET(OA_1000BT1_HDD_TDR_STATUS_MASK, reg_value); > | ^~~~~~~~~ Huh.. why it builds on arm? -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |