Daniel Xu

Results 424 comments of Daniel Xu

The quay.io webhook is added now

I spent the morning fiddling with flatpak. TLDR: I couldn't get it to work. This is the build manifest I ended up with: https://gist.github.com/danobi/4d5e0101ffe73f7b6d37b7291ab95a13 I originally looked at doing a...

Possibly a good candidate for implementation via C interop.

Hi Liam. High level I'd say the project would prefer to not branch out into non-observability use cases too much. We've got limited development resources and would like to double...

We've also got inline tracing in the pipeline (https://lore.kernel.org/bpf/[email protected]/), so that ought to shore up the `security_*` hooks. In fact, that would be a great class of functions to ensure...

Partial workaround landed in https://github.com/bpftrace/bpftrace/pull/3547 We'll still want to fix this

#3611 to revert hash optimization

> The name has_key doesn't make sense on a scalar - a scalar by definition will never have a key. Is some kind of has-value / is-set functionality needed for...

If we decide to introduce new syntax for map methods, then the most pragmatic way would be to introduce new functionality and deprecate the old functionality over some number of...

If/when your kernel is built with clang, bpftrace will able to automatically use correct address space thru BTF: https://github.com/torvalds/linux/blob/ad618736883b8970f66af799e34007475fe33a68/include/linux/compiler_types.h#L57 gcc will eventually support it as well but probably a few...