Latest kernel build problem in arch/x86/ia32/audit.c

From: Cyrill Gorcunov
Date: Thu Dec 18 2014 - 14:04:17 EST


Hi! Being trying to build latest repo (2dbfca5a181973558277b28b1f4c36362291f5e0)
and ended up in

CC arch/x86/ia32/audit.o
arch/x86/ia32/audit.c: In function âia32_classify_syscallâ:
arch/x86/ia32/audit.c:38:7: error: â__NR_execveatâ undeclared (first use in this function)
case __NR_execveat:
^
arch/x86/ia32/audit.c:38:7: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [arch/x86/ia32/audit.o] Error 1
make[1]: *** [arch/x86/ia32] Error 2
make: *** [arch/x86] Error 2
make: *** Waiting for unfinished jobs....

The kernel's config at https://gist.github.com/cyrillos/cd9749c4205fed698f13
Because it's middle of merge window I guess it's not anyhow important and I'll
try take a look myself tomorrow or on weekend, but just for info.

Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/