GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [ammarfaizi2-block:google/android/kernel/common/android-4.14-q-release 3312/9999] net/xfrm/xfrm_interface.c:742:13: warning: no previous declaration for 'xfrmi_get_link_net'
@ 2022-03-03  0:23 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-03-03  0:23 UTC (permalink / raw)
  To: Steffen Klassert
  Cc: kbuild-all, GNU/Weeb Mailing List, linux-kernel, Benedict Wong,
	Lorenzo Colitti, Eyal Birger

Hi Steffen,

FYI, the error/warning still remains.

tree:   https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android-4.14-q-release
head:   10b2283595d8504436650acaacae25859eb24bdc
commit: 73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015 [3312/9999] UPSTREAM: xfrm: Add virtual xfrm interfaces
config: i386-randconfig-a001-20220124 (https://download.01.org/0day-ci/archive/20220303/[email protected]/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build):
        # https://github.com/ammarfaizi2/linux-block/commit/73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android-4.14-q-release
        git checkout 73d9837ccf12f353d7c5bdcf84ebbe6d0c3b2015
        # save the config file to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash net/xfrm/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>

All warnings (new ones prefixed by >>):

>> net/xfrm/xfrm_interface.c:742:13: warning: no previous declaration for 'xfrmi_get_link_net' [-Wmissing-declarations]
    struct net *xfrmi_get_link_net(const struct net_device *dev)
                ^~~~~~~~~~~~~~~~~~


vim +/xfrmi_get_link_net +742 net/xfrm/xfrm_interface.c

   741	
 > 742	struct net *xfrmi_get_link_net(const struct net_device *dev)
   743	{
   744		struct xfrm_if *xi = netdev_priv(dev);
   745	
   746		return dev_net(xi->phydev);
   747	}
   748	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-03  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03  0:23 [ammarfaizi2-block:google/android/kernel/common/android-4.14-q-release 3312/9999] net/xfrm/xfrm_interface.c:742:13: warning: no previous declaration for 'xfrmi_get_link_net' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox