[integrity:next-log-iversion 9/11] include/linux/ima.h:72:1: error: expected identifier or '(' before '{' token
kbuild test robot
fengguang.wu at intel.com
Wed Aug 16 16:20:17 UTC 2017
tree: https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-log-iversion
head: 5873cd8f629e0306acdc40d3a9142eb50ae70c2d
commit: 58015ce0b48226300bb6805a75c99cf538a524c6 [9/11] ima: define new ima_sb_post_new_mount hook
config: i386-tinyconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
git checkout 58015ce0b48226300bb6805a75c99cf538a524c6
# save the attached .config to linux build tree
make ARCH=i386
Note: the integrity/next-log-iversion HEAD 5873cd8f629e0306acdc40d3a9142eb50ae70c2d builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
In file included from fs//attr.c:18:0:
>> include/linux/ima.h:72:1: error: expected identifier or '(' before '{' token
{ }
^
include/linux/ima.h:70:20: warning: 'ima_sb_post_new_mount' declared 'static' but never defined [-Wunused-function]
static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
^~~~~~~~~~~~~~~~~~~~~
vim +72 include/linux/ima.h
69
70 static inline void ima_sb_post_new_mount(const struct vfsmount *newmnt,
71 const struct path *path);
> 72 { }
73 #endif /* CONFIG_IMA */
74
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
More information about the Linux-security-module-archive
mailing list