How to mark syscall eBPF programs as sleepable #1327
-
I have placed an eBPF progam in an ELF section |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
@florianl Thanks for your quick reply. Yet, I could presumably set |
Beta Was this translation helpful? Give feedback.
-
I think the puzzle is solved: the Go build pulls in |
Beta Was this translation helpful? Give feedback.
I think the puzzle is solved: the Go build pulls in
github.com/cilium/ebpf v0.12.3
, which apparently does not include a relevant bug fix.