Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8d08a1b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents 372b1dbd 83c43c49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 */
+3 −0
Original line number Diff line number Diff line
@@ -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