forked from Minki/linux
Microblaze patches for 3.17-rc2
- Wire-up seccomp/getrandom/memfd_create syscalls -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAlP1rDwACgkQykllyylKDCG+8gCfQPCI3+UBtiLrhY0RLSqZiUs1 De4An2BtpNkS96vtBZBNJzR1cmbP6Vtb =BC1f -----END PGP SIGNATURE----- Merge tag 'microblaze-3.17-rc2' of git://git.monstr.eu/linux-2.6-microblaze Pull microblaze update from Michal Simek: "Wire-up seccomp/getrandom/memfd_create syscalls" * tag 'microblaze-3.17-rc2' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Wire-up memfd_create syscall microblaze: Wire-up getrandom syscall microblaze: Wire-up seccomp syscall
This commit is contained in:
commit
f8d08a1bb4
@ -399,5 +399,8 @@
|
||||
#define __NR_sched_setattr 381
|
||||
#define __NR_sched_getattr 382
|
||||
#define __NR_renameat2 383
|
||||
#define __NR_seccomp 384
|
||||
#define __NR_getrandom 385
|
||||
#define __NR_memfd_create 386
|
||||
|
||||
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
|
||||
|
@ -384,3 +384,6 @@ ENTRY(sys_call_table)
|
||||
.long sys_sched_setattr
|
||||
.long sys_sched_getattr
|
||||
.long sys_renameat2
|
||||
.long sys_seccomp
|
||||
.long sys_getrandom /* 385 */
|
||||
.long sys_memfd_create
|
||||
|
Loading…
Reference in New Issue
Block a user