tree: https://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git seccomp-logging head: cb693c3bd88cb403e9a72ef8d3e8647af90ddd1c commit: 28bedd6ad6bf644620d0690d9025b801f2a706cc [1/5] seccomp: Allow for auditing functionality specific to return actions config: i386-tinyconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout 28bedd6ad6bf644620d0690d9025b801f2a706cc # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): In file included from arch/x86/entry/common.c:17:0: >> include/linux/audit.h:513:1: error: expected identifier or '(' before '{' token { } ^ include/linux/audit.h:511:20: warning: '__audit_seccomp' declared 'static' but never defined [-Wunused-function] static inline void __audit_seccomp(unsigned long syscall, ^~~~~~~~~~~~~~~ vim +513 include/linux/audit.h 507 const unsigned char type) 508 { } 509 static inline void audit_core_dumps(long signr) 510 { } 511 static inline void __audit_seccomp(unsigned long syscall, 512 struct audit_seccomp_info *info); > 513 { } 514 static inline void audit_seccomp_signal(unsigned long syscall, long signr, 515 int code) 516 { } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip