Timo Beckers
Timo Beckers
With BTF-enabled kernels becoming generally available in distro's, we might need to think about tolerating/ignoring unknown types so older tools written with CO-RE are forwards-compatible with newer kernels. Time for...
Thanks for the feedback. :pray: Something else I considered is making `sys.FD` an interface, since it's already mostly consumed from outside the package through a clean API, but I don't...
Thanks for picking this up! (cc @olsajiri) > Should we support transparent multi attach, with a fallback for old kernels instead of a separate multi attach API? I've been mulling...
> > > @mmat11 @ti-mo is there easy way to use the multi kprobe detection check from user code? > > > > I could expose `HaveKprobeMultiLink` in the features...
@paulcacheux Feel free to swing by `#ebpf-go-dev` on our community Slack if you want to discuss this more interactively. We have a few questions around this proposal: 1. What is...
Thanks for reporting. I have some Pi4's laying around that I still need to set up, but we'll likely only be able to support this properly once we can build...
Reopening as #304 was only kprobe-related.
Finally had the chance to look at this. Have ALARM set up on a rpi4, and this is the test output: https://gist.github.com/ti-mo/033e7de02d58da9abc6a2bac91458291 Everything seems to work for the most part,...
Yes, this was the case back when I was briefly testing this. Don't have the Pi's handy atm, and iirc the one running on it didn't have a bunch of...
> Have you actually managed to get ENOSPC from loading BTF? In my experience an EINVAL or similar will override ENOSPC when loading invalid BTF. Maybe you're talking about ENOSPC...