lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20140720170635.GF5017@thunk.org> Date: Sun, 20 Jul 2014 13:06:35 -0400 From: Theodore Ts'o <tytso@....edu> To: Andi Kleen <andi@...stfloor.org> Cc: linux-kernel@...r.kernel.org, linux-abi@...r.kernel.org, linux-crypto@...r.kernel.org, beck@...nbsd.org Subject: Re: [PATCH, RFC] random: introduce getrandom(2) system call On Sun, Jul 20, 2014 at 08:50:06AM -0700, Andi Kleen wrote: > Theodore Ts'o <tytso@....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-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists