Re: [systemd-devel] [PATCH] missing: define correct syscall numbers for memfd_create() and getrandom() on aarch64

2015-01-26 Thread Lennart Poettering
On Mon, 26.01.15 16:51, Michael Olbrich (m.olbr...@pengutronix.de) wrote: > I've tested getrandom(): With 384 the kernel dumps a warning, because the > syscall does not exist. With 278 the syscall tracer tells me that it's > called when I run e.g. journalctl, so that looks good. > I've not tested

[systemd-devel] [PATCH] missing: define correct syscall numbers for memfd_create() and getrandom() on aarch64

2015-01-26 Thread Michael Olbrich
--- Hi, I've tested getrandom(): With 384 the kernel dumps a warning, because the syscall does not exist. With 278 the syscall tracer tells me that it's called when I run e.g. journalctl, so that looks good. I've not tested memfd_create() but it's defined right below getrandom() in asm-generic/un