All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Prabhakar <prabhakar.csengg@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH net-next] net: stmmac: Preserve bootloader MAC address across unconditional reset
Date: Thu, 29 Jan 2026 17:52:07 +0800	[thread overview]
Message-ID: <202601291755.GWRFP8Fz-lkp@intel.com> (raw)
In-Reply-To: <20260126172503.238724-1-prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi Prabhakar,

[This is a private test report for your RFC patch.]
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/Prabhakar/net-stmmac-Preserve-bootloader-MAC-address-across-unconditional-reset/20260127-012707
base:   net-next/main
patch link:    https://lore.kernel.org/r/20260126172503.238724-1-prabhakar.mahadev-lad.rj%40bp.renesas.com
patch subject: [RFC PATCH net-next] net: stmmac: Preserve bootloader MAC address across unconditional reset
config: xtensa-randconfig-001-20260129 (https://download.01.org/0day-ci/archive/20260129/202601291755.GWRFP8Fz-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 10.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260129/202601291755.GWRFP8Fz-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601291755.GWRFP8Fz-lkp@intel.com/

All errors (new ones prefixed by >>):

   xtensa-linux-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_main.o: in function `__vlan_hwaccel_push_inside':
>> include/linux/skbuff.h:4559: undefined reference to `stmmac_bus_clks_config'
   xtensa-linux-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_main.o: in function `__vlan_hwaccel_push_inside':
>> include/linux/if_vlan.h:527: undefined reference to `stmmac_bus_clks_config'
   xtensa-linux-ld: drivers/net/ethernet/stmicro/stmmac/stmmac_main.o: in function `stmmac_has_ip_ethertype':
   include/linux/skbuff.h:4300: undefined reference to `stmmac_bus_clks_config'


vim +4559 include/linux/skbuff.h

de8f3a83b0a0fd Daniel Borkmann 2017-09-25  4556  
de8f3a83b0a0fd Daniel Borkmann 2017-09-25  4557  static inline void skb_metadata_set(struct sk_buff *skb, u8 meta_len)
de8f3a83b0a0fd Daniel Borkmann 2017-09-25  4558  {
de8f3a83b0a0fd Daniel Borkmann 2017-09-25 @4559  	skb_shinfo(skb)->meta_len = meta_len;
de8f3a83b0a0fd Daniel Borkmann 2017-09-25  4560  }
de8f3a83b0a0fd Daniel Borkmann 2017-09-25  4561  

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

      parent reply	other threads:[~2026-01-29  9:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 17:25 [RFC PATCH net-next] net: stmmac: Preserve bootloader MAC address across unconditional reset Prabhakar
2026-01-26 18:11 ` Russell King (Oracle)
2026-01-27 13:39   ` Lad, Prabhakar
2026-01-27 13:57     ` Geert Uytterhoeven
2026-01-27 15:54       ` Lad, Prabhakar
2026-01-29  5:31 ` kernel test robot
2026-01-29  9:52 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202601291755.GWRFP8Fz-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=prabhakar.csengg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.