GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
* [ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 5921/9999] net/xfrm/xfrm_interface.c:739:13: warning: no previous declaration for 'xfrmi_get_link_net'
@ 2022-03-02 17:04 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-03-02 17:04 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.9-q-release
head:   4be78b108a3a1d1ffbc2367c5a45855715451482
commit: f5bb9e918c9307843fbb8e6943ebfcdcac08d2f2 [5921/9999] BACKPORT: xfrm: Add virtual xfrm interfaces
config: i386-debian-10.3 (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/f5bb9e918c9307843fbb8e6943ebfcdcac08d2f2
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android-4.9-q-release
        git checkout f5bb9e918c9307843fbb8e6943ebfcdcac08d2f2
        # 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 >>):

   In file included from include/linux/kasan.h:4:0,
                    from include/linux/slab.h:118,
                    from include/linux/textsearch.h:8,
                    from include/linux/skbuff.h:30,
                    from include/linux/icmp.h:20,
                    from net/xfrm/xfrm_interface.c:16:
   include/linux/sched.h:1260:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
    const struct sched_group_energy * const(*sched_domain_energy_f)(int cpu);
    ^~~~~
>> net/xfrm/xfrm_interface.c:739: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 +739 net/xfrm/xfrm_interface.c

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

---
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-02 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 17:04 [ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 5921/9999] net/xfrm/xfrm_interface.c:739: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