Naoki MATSUMOTO
Naoki MATSUMOTO
`distrod` requires root privilege, but Option 2 commands does not execute `distrod` with `sudo` . It should be executed with `sudo` .
This PR fixes issues related to `shared` typed variables. - Fix #13329 (shared array,map can be cloned without locks.) - Fix #13320 (methods having shared typed args in receiver generates...
Stuck at `nerdctl exec iperf3-server hostname -i`  It must succeed and `SERVER_IP` returned. 
bypass4netns handles all sockets in the container NetNS. However, in the nested NetNS environment, it wrongly bypasses sockets in the nested NetNS. It causes the following issues. https://github.com/rootless-containers/bypass4netns/issues/65 https://github.com/rootless-containers/bypass4netns/issues/66 This...
Some applications call `socket(2)` with `SOCK_CLOEXEC` or `SOCK_NONBLOCK`. `getsockopt(fd, SOL_SOCKET, SO_TYPE, ...)` returns only its actual type `SOCK_STREAM` and these flags are ignored. These flags must be checked and included...
I encountered the kernel panic when running kernel 6.14-rc3.  Suerblock information is as follows. ``` Device: ST14000NM001G-2K External UUID: a9da1e6e-d4e5-4717-a520-408c8af4b084 Internal UUID: 13152096-f049-41fd-b6df-e857d9d074a7 Magic number: c68573f6-66ce-90a9-d96a-60cf803df7ef Device index: 0...
The link status of PCIe devices sometimes changes, like link or speed downgrades, and devices disappear. This patch collects PCIe devices' link infromation to detect such failures. As a first...
The link status of PCIe devices sometimes changes, like link or speed downgrades, and devices disappear. This patch collects PCIe devices' link infromation to detect such failures. As a first...