commit | 7d59deb50aafbdc01b52aed209d202d827261cb0 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Mon Sep 01 14:23:07 2014 -0400 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 09 19:02:47 2014 +1000 |
tree | 9c98a4be4c412e9a1e8389e611430f4bdb39eea8 | |
parent | d11dfd179b444bcbc15545cc03761f607168d7a3 [diff] |
powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create() This patch wires up three new syscalls for powerpc. The three new syscalls are seccomp, getrandom and memfd_create. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com>