Peihao Yang

Results 33 comments of Peihao Yang

I'll check it tomorrow, it's too late in my timezone now :) I guess a `bpf_core_field_exists()` may be enough. BTW, how do you think of replacing customized `_()` to explicit...

@vincentmli yes! that's what I did in the #209

> Such changes could either be part of the cilium/ebpf refactor or happen afterwards. It's a good idea, I read the codes of Tetragon recently and found it a mixture...

I think that currently `tetragon-cli` only transforms json messages to readable one-line logs, which seems implemented in `pkg/encoder/encoder.go`. The log is in fact stored in `/run/cilium/tetragon/tetragon.log`. You may verify it...

@arthurlm 18 days before, k8s approves a [PR](https://github.com/kubernetes/kubernetes/pull/112597) related to this. Seems now tonic and h2 works well with it.

Any update on this one? Just met the same problem when communicate with k8s via tonic :(

I think you can pass a fake reader live longer than { pub data1: &'a [u8], pub data2: &'a [u8], } impl { pub fn set_data1(&mut self, value: &'a [u8])...

My question is: Is `capn-rpc` zero-copy? It uses `try_read_message` as the reader in `capnp-rpc/src/twoparty.rs`. So what's the difference between `(try_)read_message` and `read_message_from_flat_slice`. It seems `(try_)read_message` maintains a buffer indeed, and...

Thanks for your detailed explanation :)

@estk Any idea about #241? The cve alerts of the outdated time crate persist in the downstream libraries depending on log4rs.