Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Syscall chaining refers to having the kernel execute consecutive systemcalls without switching the context back to userspace.

io_uring already gives you that. You can submit multiple operations in a batch and link the operations together so that if one operation in a chain of linked operations fails, io_uring won't try to execute the rest.



Which is not syscall chaining, but message chaining, of io.


Huh? It is literally system call chaining. You can make many system calls via io_ioring.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: