lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 27 Nov 2016 10:06:32 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Yuchung Cheng <ycheng@...gle.com>
Cc:     kbuild-all@...org, davem@...emloft.net, soheil@...gle.com,
        francisyyan@...il.com, netdev@...r.kernel.org,
        ncardwell@...gle.com, edumazet@...gle.com,
        Yuchung Cheng <ycheng@...gle.com>
Subject: Re: [PATCH net-next 6/6] tcp: SOF_TIMESTAMPING_OPT_STATS option for
 SO_TIMESTAMPING

Hi Francis,

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Yuchung-Cheng/tcp-sender-chronographs-instrumentation/20161127-041428
config: arm-spear6xx_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   net/built-in.o: In function `__skb_tstamp_tx':
>> net/core/skbuff.c:3846: undefined reference to `tcp_get_timestamping_opt_stats'

vim +3846 net/core/skbuff.c

  3840			return;
  3841	
  3842		if (tsonly) {
  3843			if ((sk->sk_tsflags & SOF_TIMESTAMPING_OPT_STATS) &&
  3844			    sk->sk_protocol == IPPROTO_TCP &&
  3845			    sk->sk_type == SOCK_STREAM)
> 3846				skb = tcp_get_timestamping_opt_stats(sk);
  3847			else
  3848				skb = alloc_skb(0, GFP_ATOMIC);
  3849		} else {

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

Download attachment ".config.gz" of type "application/gzip" (14586 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ