Re: Linux 3.19-rc1 - merge window closed

From: Nicholas A. Bellinger
Date: Mon Dec 22 2014 - 14:42:01 EST


On Sun, 2014-12-21 at 04:11 -0800, Guenter Roeck wrote:
> On Sat, Dec 20, 2014 at 11:11:39PM -0800, Nicholas A. Bellinger wrote:
> > Hi Linus,
> >
> > On Sat, 2014-12-20 at 17:43 -0800, Linus Torvalds wrote:
> > > So it's been a day less than two weeks, and the merge window is closed.
> > >
> ...
> >
> > Just hit the following build failure with CONFIG_AUDIT=y:
> >
> > 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)
> > 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....
> >
>
> I tried your configuration. For some reason it builds for me, so I guess
> I must be missing something. What is your build command line ?
>

Nothing fancy or out of the ordinary:

root@scsi-mq:/usr/src/target-pending.git# time make -j 4
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CC arch/x86/kernel/asm-offsets.s
GEN include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
<stdin>:1226:2: warning: #warning syscall finit_module not implemented [-Wcpp]
<stdin>:1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp]
<stdin>:1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp]
<stdin>:1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp]
<stdin>:1238:2: warning: #warning syscall seccomp not implemented [-Wcpp]
<stdin>:1241:2: warning: #warning syscall getrandom not implemented [-Wcpp]
<stdin>:1244:2: warning: #warning syscall memfd_create not implemented [-Wcpp]
<stdin>:1247:2: warning: #warning syscall bpf not implemented [-Wcpp]
<stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]
CC init/main.o
AS [M] arch/x86/crypto/aes-x86_64-asm_64.o
AS arch/x86/ia32/ia32entry.o
CC [M] arch/x86/crypto/crc32c-intel_glue.o
CC arch/x86/ia32/sys_ia32.o
CC kernel/fork.o
LD [M] arch/x86/crypto/aes-x86_64.o
LD [M] arch/x86/crypto/crc32c-intel.o
CC arch/x86/ia32/ia32_signal.o
CHK include/generated/compile.h
CC init/do_mounts.o
CC arch/x86/kernel/process_64.o
CC arch/x86/ia32/syscall_ia32.o
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)
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[1]: *** Waiting for unfinished jobs....
CC arch/x86/kernel/signal.o
AS arch/x86/kernel/entry_64.o
CC arch/x86/kernel/traps.o
CC init/do_mounts_initrd.o
CC kernel/exec_domain.o
^Cmake[1]: *** [init/do_mounts_initrd.o] Interrupt
make: *** [init] Interrupt
make[2]: *** [arch/x86/kernel/process_64.o] Interrupt
make[2]: *** [arch/x86/kernel/traps.o] Interrupt
make[1]: *** [kernel/exec_domain.o] Interrupt
make[1]: *** [arch/x86/kernel] Interrupt
make: *** [kernel] Interrupt
make: *** [arch/x86] Interrupt

--
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/