Timo Beckers

Results 267 comments of Timo Beckers

Closing this due to inactivity.

@Gui774ume Thanks for the feedback! Some follow-up questions: > Cleaning 65k entries at once takes a while and is definitely best avoided. What's the alternative to `65k entries at once`?...

Hey, I'm seeing recent PRs linking to this issue, but I'm wondering if this is where we're tracking test migrations and if it's still a good idea to do so.

@nagyrobi Why merge next into feature branches? I've rebased on top of next instead.

There's currently no strong driver for probing helpers in tracing, struct_ops, ext and lsm programs. Implementing these are not so trivial, as programs need to be loaded with certain attach...

Something to figure out: does opening a Handle to a kernel module, then unloading and loading the module, result in a new BTF ID being allocated for the kmod BTF?

> Looks like split generation already does this part, although it seems each kernel module BTF type ids can conflict with each other. Yes, if the vmlinux base has type...

Hmm, sounds like a use case for `btf.Builder`, WDYT @lmb?

@lmb Needs a bit of polish, but swapped this out for a much simpler design instead of the pub-sub thing. sys.FD no longer has a metadata pointer, all metadata is...