tree: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master head: ccc4ef2178bf6f7a552319e868fcbb7670a3ba85 commit: 439df632d9e508d66cd203f888b48d313249277c [12/14] netfilter: nft_compat: prepare for indirect info storage config: x86_64-federa-25 (attached as .config) compiler: gcc-7 (Debian 7.3.0-16) 7.3.0 reproduce: git checkout 439df632d9e508d66cd203f888b48d313249277c # save the attached .config to linux build tree make ARCH=x86_64
Note: the nf/master HEAD ccc4ef2178bf6f7a552319e868fcbb7670a3ba85 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
net/netfilter/nft_compat.c: In function 'nft_match_eval':
>> net/netfilter/nft_compat.c:359:55: error: expected ')' before ';' token
__nft_match_eval(expr, regs, pkt, nft_expr_priv(expr);
^
>> net/netfilter/nft_compat.c:360:1: error: expected ';' before '}' token
}
^
vim +359 net/netfilter/nft_compat.c
354
355 static void nft_match_eval(const struct nft_expr *expr,
356 struct nft_regs *regs,
357 const struct nft_pktinfo *pkt)
358 {
> 359 __nft_match_eval(expr, regs, pkt, nft_expr_priv(expr);
> 360 }
361
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
