On Sun, Jul 20, 2014 at 08:50:06AM -0700, Andi Kleen wrote: > Theodore Ts'o <ty...@mit.edu> writes: > > > > #undef __NR_syscalls > > -#define __NR_syscalls 277 > > +#define __NR_syscalls 278 > > You need to add the syscall to kernel/sys_ni.c too, otherwise it will be > impossible to build without random device.
The random device is not optional; it is alaways guaranteed to be present. From drivers/char/Makefile: obj-y += mem.o random.o Cheers, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html