lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202510301118.CxEGtEGI-lkp@intel.com>
Date: Thu, 30 Oct 2025 11:39:29 +0800
From: kernel test robot <lkp@...el.com>
To: Andrei Botila <andrei.botila@....nxp.com>, Andrew Lunn <andrew@...n.ch>,
	Heiner Kallweit <hkallweit1@...il.com>,
	Russell King <linux@...linux.org.uk>, davem@...emloft.net,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	Sabrina Dubroca <sd@...asysnail.net>
Cc: oe-kbuild-all@...ts.linux.dev, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org, s32@....com,
	Christophe Lizzi <clizzi@...hat.com>,
	Alberto Ruiz <aruizrui@...hat.com>,
	Enric Balletbo <eballetb@...hat.com>,
	Andrei Botila <andrei.botila@....nxp.com>
Subject: Re: [PATCH net-next] net: phy: nxp-c45-tja11xx: config_init restore
 macsec config

Hi Andrei,

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/Andrei-Botila/net-phy-nxp-c45-tja11xx-config_init-restore-macsec-config/20251029-185313
base:   net-next/main
patch link:    https://lore.kernel.org/r/20251029104258.1499069-1-andrei.botila%40oss.nxp.com
patch subject: [PATCH net-next] net: phy: nxp-c45-tja11xx: config_init restore macsec config
config: parisc-randconfig-r053-20251030 (https://download.01.org/0day-ci/archive/20251030/202510301118.CxEGtEGI-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 14.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251030/202510301118.CxEGtEGI-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 <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510301118.CxEGtEGI-lkp@intel.com/

All warnings (new ones prefixed by >>):

   In file included from drivers/net/phy/nxp-c45-tja11xx.c:20:
>> drivers/net/phy/nxp-c45-tja11xx.h:42:6: warning: no previous prototype for 'nxp_c45_macsec_link_change_notify' [-Wmissing-prototypes]
      42 | void nxp_c45_macsec_link_change_notify(struct phy_device *phydev)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/nxp_c45_macsec_link_change_notify +42 drivers/net/phy/nxp-c45-tja11xx.h

    33	
    34	#if IS_ENABLED(CONFIG_MACSEC)
    35	void nxp_c45_macsec_link_change_notify(struct phy_device *phydev);
    36	int nxp_c45_macsec_config_init(struct phy_device *phydev);
    37	int nxp_c45_macsec_probe(struct phy_device *phydev);
    38	void nxp_c45_macsec_remove(struct phy_device *phydev);
    39	void nxp_c45_handle_macsec_interrupt(struct phy_device *phydev,
    40					     irqreturn_t *ret);
    41	#else
  > 42	void nxp_c45_macsec_link_change_notify(struct phy_device *phydev)
    43	{
    44	}
    45	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ