spinlock/flexsc

Author of the FlexSC

Opened this issue · 0 comments

Are you the author of paper of the FlexSC? If you are, I have a question to ask you, how do you implement syscalls like write(), read() and syscalls that depends on current() ( macro to get task_struct currently executing), if you process the syscall with batching, you may get current() which is another task, this is not our expectation since the syscall may failed by accessing unexpected address space. I'm wondering how you done this in the paper.

Thanks!