File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 444444 {
445445 "syscall" : " recvmsg" ,
446446 "comment" : " Used by vhost-user frontend to read response from the backend"
447+ },
448+ {
449+ "syscall" : " restart_syscall" ,
450+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
447451 }
448452 ]
449453 },
726730 {
727731 "syscall" : " sched_yield" ,
728732 "comment" : " Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
733+ },
734+ {
735+ "syscall" : " restart_syscall" ,
736+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
729737 }
730738 ]
731739 },
10091017 {
10101018 "syscall" : " sendmsg" ,
10111019 "comment" : " Used by vhost-user frontend to communicate with the backend"
1020+ },
1021+ {
1022+ "syscall" : " restart_syscall" ,
1023+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
10121024 }
10131025 ]
10141026 }
Original file line number Diff line number Diff line change 452452 {
453453 "syscall" : " recvmsg" ,
454454 "comment" : " Used by vhost-user frontend to read response from the backend"
455+ },
456+ {
457+ "syscall" : " restart_syscall" ,
458+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
455459 }
456460 ]
457461 },
734738 {
735739 "syscall" : " sched_yield" ,
736740 "comment" : " Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
741+ },
742+ {
743+ "syscall" : " restart_syscall" ,
744+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
737745 }
738746 ]
739747 },
11251133 {
11261134 "syscall" : " sendmsg" ,
11271135 "comment" : " Used by vhost-user frontend to communicate with the backend"
1136+ },
1137+ {
1138+ "syscall" : " restart_syscall" ,
1139+ "comment" : " automatically issued by the kernel when specific timing-related syscalls (e.g. nanosleep) get interrupted by SIGSTOP"
11281140 }
11291141 ]
11301142 }
You can’t perform that action at this time.
0 commit comments