Cory Snider
Cory Snider
[Found it!](https://elixir.bootlin.com/linux/v6.7.4/source/kernel/pid_namespace.c#L237) ``` * Semantically it is also desirable to wait for EXIT_ZOMBIE * processes before allowing the child_reaper to be reaped, as * that gives the invariant that when...
There is one other case to consider: the one where `runc.ShouldKillAllOnExit() == true`, i.e. when the container init process is not the init process of a PID namespace. But that...
> Would that be in the `--pid=container:` or `--pid=host` case? Correct
Why does it matter what order the PID-exit events are delivered in with respect to each other? I'm not convinced this change is necessary.
@squizzi PTAL
@anfechtung v0.3.13 has the problematic change #311 reverted.
It's been on the roadmap forever, and with kernels supporting ID-mapped mounts becoming available on LTS distros it is finally becoming practical to implement dynamic user namespaces in Moby. I'd...
Note to self: address https://github.com/moby/moby/pull/44491#discussion_r1060111679 and https://github.com/moby/moby/pull/44491#discussion_r1060113301
Good news: experimental OpenTelemetry tracing support has been added to [the latest Google Cloud SDK!](https://github.com/googleapis/google-cloud-go/releases/tag/v0.111.0) With a dependency bump and an environment variable set, tracing through the gcs driver would...
@milosgajdos [you are wrong.](https://research.swtch.com/vgo-mvs) We can raise the version floor of a transitive dependency in our own go.mod if we want, because all Go modules are semver by decree.