BPF_F_KPROBE_MULTI_RETURN was deleted on golang.org/x/sys v0.14.0
#1205
|
I am asking this question out of personal curiosity. There are no negative effects occurring at the moment. golang/sys@1168e25 deleted Therefore, https://github.com/cilium/ebpf/blob/v0.12.2/internal/unix/types_linux.go#L41 causes Of course, we can use I am wondering if there is any negative impacts when I use Linux v6.6+ and |
Replies: 3 comments 1 reply
This will trigger errors where both I wonder if the removal happened by accident? |
|
Please upgrade to v0.12.3 to work around this issue. |
It must be a side-effect of this change torvalds/linux@c5487f8 which changes from a
#defineto anenum.