What should be done?
Original comment: #890 (comment).
start_foreign_context_offset and end_foreign_context_offset kernel procedures should be reworked to become static instead of being executed dynamically.
How should it be done?
Offsets of the start_foreign_context_offset and end_foreign_context_offset procedures should be removed to make it possible to execute them only using syscall.<proc_name> (instead of syscall.exec_kernel_proc).
When is this task done?
The task is done when it will be possible to invoke these procedures only by their names.
Additional context
No response
What should be done?
Original comment: #890 (comment).
start_foreign_context_offsetandend_foreign_context_offsetkernel procedures should be reworked to become static instead of being executed dynamically.How should it be done?
Offsets of the
start_foreign_context_offsetandend_foreign_context_offsetprocedures should be removed to make it possible to execute them only usingsyscall.<proc_name>(instead ofsyscall.exec_kernel_proc).When is this task done?
The task is done when it will be possible to invoke these procedures only by their names.
Additional context
No response