Hao Zhang

Results 7 comments of Hao Zhang

These three lines of code will give error on clang 11. Removing `constexpr` fixes the error.

Can we allow `push` job type to **omit** the `client_identity` config field as well? This way the filesystems are received to `$root_fs/$source_path` of the sink, instead of `$root_fs/$client_identity/$source_path`. Right now...

This seems to be a duplicate of https://github.com/JuliaIO/BSON.jl/issues/25. Please use `BSON.load("./test.bson", @__MODULE__)`

Yes it is closed by #91, but the default value of `load(x, init=Main)` can still cause confusions...

I think bcc needs to be kept up-to-date with respect to the kernel, and not the other way around. Manually reverting kernel commits in order to make bcc work is...

> I do not know for `biosnoop` but the [CO-RE version of `biotop`](https://github.com/iovisor/bcc/blob/304692d1b48dde37ca1395d721aab3a3e8fdf75c/libbpf-tools/biotop.c#L395-L403) normally handles the case you point. From the source code, it seems the CO-RE version depends on...

I tried manually patching the kernel by making `__blk_account_io_start` noinline, and `biotop` indeed works. However I don't think this is a practical solution for most of the users, as these...