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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 11 Aug 2017 21:54:51 +0800
From:   kbuild test robot <lkp@...el.com>
To:     William Tu <u9012063@...il.com>
Cc:     kbuild-all@...org, netdev@...r.kernel.org,
        Meenakshi Vohra <mvohra@...are.com>,
        Alexey Kuznetsov <kuznet@....inr.ac.ru>,
        Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>
Subject: Re: [PATCH net-next] gre: introduce native tunnel support for ERSPAN

Hi William,

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

url:    https://github.com/0day-ci/linux/commits/William-Tu/gre-introduce-native-tunnel-support-for-ERSPAN/20170811-210323
config: x86_64-allyesdebian (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> net//ipv4/ip_gre.c:51:24: fatal error: net/erspan.h: No such file or directory
    #include <net/erspan.h>
                           ^
   compilation terminated.

vim +51 net//ipv4/ip_gre.c

    35	
    36	#include <net/sock.h>
    37	#include <net/ip.h>
    38	#include <net/icmp.h>
    39	#include <net/protocol.h>
    40	#include <net/ip_tunnels.h>
    41	#include <net/arp.h>
    42	#include <net/checksum.h>
    43	#include <net/dsfield.h>
    44	#include <net/inet_ecn.h>
    45	#include <net/xfrm.h>
    46	#include <net/net_namespace.h>
    47	#include <net/netns/generic.h>
    48	#include <net/rtnetlink.h>
    49	#include <net/gre.h>
    50	#include <net/dst_metadata.h>
  > 51	#include <net/erspan.h>
    52	

---
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" (39255 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ