Kenta Tada
Kenta Tada
@giuseppe Thank you. I reconsidered this feature will be needed from other container runtimes and some use cases. So, I want to discuss this feature in https://github.com/opencontainers/runtime-spec/pull/1047 at first. I'll...
I'm not familiar with the current implementations but I think openFile() checks whether the actual cgropfs is used. And so this change could not pass the test. I should modify...
@cyphar This feature is also needed in https://github.com/moby/moby/issues/42619 Could you review my update?
`monotonicNanosecs` and `boottimeNanosecs` do not use the negative number. And I noticed that the value of offset-nanosecs is not greater than 999,999,999. So I changed those types from int64 to...
I don't understand why pullapprove was failed but I signed off. Could you take a look at this commit?
FYI, @vbatts @crosbymichael This commit is related to below. https://github.com/containerd/containerd/pull/3314 https://github.com/moby/moby/pull/39308
Rebased. Thanks.
@rainkin1993 We really need `kernel_config.md` to select only the settings we need. After your PR about the list of the minimal requirements is merged, we want to add items about...
I'm investigating and summarizing the recent configuration. [WIP] https://github.com/KentaTada/bcc/blob/add-kernel-config/docs/kernel_config.md
> Two minor nits I found on the ebpf program. @chethanah Could you take a look at review comments when you have some time?