We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372b1db + 83c43c4 commit f8d08a1Copy full SHA for f8d08a1
arch/microblaze/include/uapi/asm/unistd.h
@@ -399,5 +399,8 @@
399
#define __NR_sched_setattr 381
400
#define __NR_sched_getattr 382
401
#define __NR_renameat2 383
402
+#define __NR_seccomp 384
403
+#define __NR_getrandom 385
404
+#define __NR_memfd_create 386
405
406
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
arch/microblaze/kernel/syscall_table.S
@@ -384,3 +384,6 @@ ENTRY(sys_call_table)
384
.long sys_sched_setattr
385
.long sys_sched_getattr
386
.long sys_renameat2
387
+ .long sys_seccomp
388
+ .long sys_getrandom /* 385 */
389
+ .long sys_memfd_create
0 commit comments