tree:   https://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git 
inet-rework
head:   376f3c82a1e4e93e5eebb08b0470c53f9edc15e9
commit: bad57dc99139c6d3bfe7a1f640f17239880009ec [1/5] inet: replace 
->bind_conflict with ->rcv_saddr_equal
config: x86_64-randconfig-x014-201651 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout bad57dc99139c6d3bfe7a1f640f17239880009ec
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> net/dccp/ipv6.c:961:2: error: unknown field 'bind_conflict' specified in 
>> initializer
     .bind_conflict    = inet6_csk_bind_conflict,
     ^
>> net/dccp/ipv6.c:961:22: error: 'inet6_csk_bind_conflict' undeclared here 
>> (not in a function)
     .bind_conflict    = inet6_csk_bind_conflict,
                         ^~~~~~~~~~~~~~~~~~~~~~~

vim +/bind_conflict +961 net/dccp/ipv6.c

3df80d93 Arnaldo Carvalho de Melo 2005-12-13  955       .syn_recv_sock     = 
dccp_v6_request_recv_sock,
3df80d93 Arnaldo Carvalho de Melo 2005-12-13  956       .net_header_len    = 
sizeof(struct iphdr),
3df80d93 Arnaldo Carvalho de Melo 2005-12-13  957       .setsockopt        = 
ipv6_setsockopt,
3df80d93 Arnaldo Carvalho de Melo 2005-12-13  958       .getsockopt        = 
ipv6_getsockopt,
543d9cfe Arnaldo Carvalho de Melo 2006-03-20  959       .addr2sockaddr     = 
inet6_csk_addr2sockaddr,
543d9cfe Arnaldo Carvalho de Melo 2006-03-20  960       .sockaddr_len      = 
sizeof(struct sockaddr_in6),
990ff4d8 Eric Dumazet             2016-11-03 @961       .bind_conflict     = 
inet6_csk_bind_conflict,
3fdadf7d Dmitry Mishin            2006-03-20  962  #ifdef CONFIG_COMPAT
3fdadf7d Dmitry Mishin            2006-03-20  963       .compat_setsockopt = 
compat_ipv6_setsockopt,
3fdadf7d Dmitry Mishin            2006-03-20  964       .compat_getsockopt = 
compat_ipv6_getsockopt,

:::::: The code at line 961 was first introduced by commit
:::::: 990ff4d84408fc55942ca6644f67e361737b3d8e ipv6: dccp: add missing 
bind_conflict to dccp_ipv6_mapped

:::::: TO: Eric Dumazet <eduma...@google.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