You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux syscall program errors on non-nil ctxOut, uses ctxIn for both
input and output [1]. We have separate Context and ContextOut fields in
RunOptions. It should be possible to capture output from syscall
programs which is currently not: non-nil ContextOut triggers EINVAL,
while Context is (expectedly) not updated.
Implement the following semantics: either Context, or ContextOut or both
can be non-nil. Map to ctxIn internally, complain if Context and
ContextOut lengths are different.
[1] https://elixir.bootlin.com/linux/v6.15.2/source/net/bpf/test_run.c#L1530
Signed-off-by: Nick Zavaritsky <[email protected]>
0 commit comments