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:   Sun, 27 Nov 2016 19:20:09 +0800
From:   Gao Feng <fgao@...ai8.com>
To:     kbuild test robot <lkp@...el.com>
Cc:     kbuild-all@...org, "David S. Miller" <davem@...emloft.net>,
        maheshb@...gle.com, Eric Dumazet <edumazet@...gle.com>,
        Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 1/1] driver: ipvlan: Use NF_IP_PRI_LAST as hook
 priority instead of INT_MAX

On Sun, Nov 27, 2016 at 7:17 PM, kbuild test robot <lkp@...el.com> wrote:
> Hi Gao,
>
> [auto build test ERROR on net-next/master]
>
> url:    https://github.com/0day-ci/linux/commits/fgao-ikuai8-com/driver-ipvlan-Use-NF_IP_PRI_LAST-as-hook-priority-instead-of-INT_MAX/20161127-182724
> config: x86_64-allmodconfig (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 >>):
>
>>> drivers/net/ipvlan/ipvlan_main.c:19:15: error: 'NF_IP_PRI_LAST' undeclared here (not in a function)
>       .priority = NF_IP_PRI_LAST,
>                   ^~~~~~~~~~~~~~
>
> vim +/NF_IP_PRI_LAST +19 drivers/net/ipvlan/ipvlan_main.c
>
>     13
>     14  static struct nf_hook_ops ipvl_nfops[] __read_mostly = {
>     15          {
>     16                  .hook     = ipvlan_nf_input,
>     17                  .pf       = NFPROTO_IPV4,
>     18                  .hooknum  = NF_INET_LOCAL_IN,
>   > 19                  .priority = NF_IP_PRI_LAST,
>     20          },
>     21          {
>     22                  .hook     = ipvlan_nf_input,
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Sorry, it broke the build.
I add the header file, but forget to commit, so that this patch does
not contain header file

Now I have sent the v2 patch.

Regards
Feng


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ