Hi Antony,

[auto build test WARNING on ipsec-next/master]
[also build test WARNING on v4.12-rc4 next-20170605]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improve the system]

url:    
https://github.com/0day-ci/linux/commits/Antony-Antony/add-udp-encapsulation-port-to-xfrm_do_migrate/20170606-114911
base:   https://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git 
master
config: m68k-sun3_defconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 4.9.0
reproduce:
        wget 
https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=m68k 

All warnings (new ones prefixed by >>):

>> net/key/af_key.c:3836:2: warning: initialization from incompatible pointer 
>> type
     .migrate = pfkey_send_migrate,
     ^
   net/key/af_key.c:3836:2: warning: (near initialization for 
'pfkeyv2_mgr.migrate')

vim +3836 net/key/af_key.c

61145aa1 Pavel Emelyanov   2008-02-09  3820  {
61145aa1 Pavel Emelyanov   2008-02-09  3821     return 0;
61145aa1 Pavel Emelyanov   2008-02-09  3822  }
61145aa1 Pavel Emelyanov   2008-02-09  3823  
2c8c1e72 Alexey Dobriyan   2010-01-17  3824  static inline void 
pfkey_exit_proc(struct net *net)
61145aa1 Pavel Emelyanov   2008-02-09  3825  {
61145aa1 Pavel Emelyanov   2008-02-09  3826  }
^1da177e Linus Torvalds    2005-04-16  3827  #endif
^1da177e Linus Torvalds    2005-04-16  3828  
^1da177e Linus Torvalds    2005-04-16  3829  static struct xfrm_mgr pfkeyv2_mgr 
=
^1da177e Linus Torvalds    2005-04-16  3830  {
^1da177e Linus Torvalds    2005-04-16  3831     .notify         = 
pfkey_send_notify,
^1da177e Linus Torvalds    2005-04-16  3832     .acquire        = 
pfkey_send_acquire,
^1da177e Linus Torvalds    2005-04-16  3833     .compile_policy = 
pfkey_compile_policy,
^1da177e Linus Torvalds    2005-04-16  3834     .new_mapping    = 
pfkey_send_new_mapping,
26b15dad Jamal Hadi Salim  2005-06-18  3835     .notify_policy  = 
pfkey_send_policy_notify,
08de61be Shinta Sugimoto   2007-02-08 @3836     .migrate        = 
pfkey_send_migrate,
0f24558e Horia Geanta      2014-02-12  3837     .is_alive       = 
pfkey_is_alive,
^1da177e Linus Torvalds    2005-04-16  3838  };
^1da177e Linus Torvalds    2005-04-16  3839  
3fa87a32 Alexey Dobriyan   2008-11-25  3840  static int __net_init 
pfkey_net_init(struct net *net)
3fa87a32 Alexey Dobriyan   2008-11-25  3841  {
23c049ca Eric W. Biederman 2009-11-29  3842     struct netns_pfkey *net_pfkey = 
net_generic(net, pfkey_net_id);
3fa87a32 Alexey Dobriyan   2008-11-25  3843     int rv;
3fa87a32 Alexey Dobriyan   2008-11-25  3844  

:::::: The code at line 3836 was first introduced by commit
:::::: 08de61beab8a21c8e0b3906a97defda5f1f66ece [PFKEYV2]: Extension for 
dynamic update of endpoint address(es)

:::::: TO: Shinta Sugimoto <shinta.sugim...@ericsson.com>
:::::: CC: David S. Miller <da...@davemloft.net>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to