Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | Merge release-20201027.0-52-g9efaf6751 (automated) | gVisor bot | |
2020-11-02 | Clean up the code of setupTimeWaitClose | Andrei Vagin | |
The active_closefd has to be shutdown only for write, otherwise the second poll will always return immediately. The second poll should not be called from a separate thread. PiperOrigin-RevId: 340319071 | |||
2020-11-02 | Merge release-20201027.0-51-ged4f85734 (automated) | gVisor bot | |
2020-11-02 | Pass hashing algorithms in verity fs opts | Chong Cai | |
PiperOrigin-RevId: 340275942 | |||
2020-11-02 | Merge release-20201027.0-50-g2eb3ee586 (automated) | gVisor bot | |
2020-11-02 | Automated rollback of changelist 339945377 | Dean Deng | |
PiperOrigin-RevId: 340274194 | |||
2020-11-02 | Merge release-20201027.0-49-g73f980e97 (automated) | gVisor bot | |
2020-11-02 | Block external network for tests | Andrei Vagin | |
And in this case, tests will run in separate network namespaces and will not affect each other. PiperOrigin-RevId: 340267734 | |||
2020-11-02 | Merge release-20201019.0-116-g5e606844d (automated) | gVisor bot | |
2020-11-01 | Fix returned error when deleting non-existant address | Ian Lewis | |
PiperOrigin-RevId: 340149214 | |||
2020-10-31 | Merge release-20201019.0-115-gdf88f223b (automated) | gVisor bot | |
2020-10-31 | net/tcpip: connect to unset loopback address has to return EADDRNOTAVAIL | Andrei Vagin | |
In the docker container, the ipv6 loopback address is not set, and connect("::1") has to return ENEADDRNOTAVAIL in this case. Without this fix, it returns EHOSTUNREACH. PiperOrigin-RevId: 340002915 | |||
2020-10-31 | Merge release-20201019.0-114-g4eb1c87e8 (automated) | gVisor bot | |
2020-10-30 | Adjust error handling in kernfs rename. | Dean Deng | |
Read-only directories (e.g. under /sys, /proc) should return EPERM for rename. PiperOrigin-RevId: 339979022 | |||
2020-10-31 | Merge release-20201019.0-113-g1f25697cf (automated) | gVisor bot | |
2020-10-30 | Fix rename error handling for VFS2 kernfs. | Dean Deng | |
The non-errno error was causing panics before. PiperOrigin-RevId: 339969348 | |||
2020-10-30 | Merge release-20201019.0-112-gba05c6845 (automated) | gVisor bot | |
2020-10-30 | Automated rollback of changelist 339750876 | Dean Deng | |
PiperOrigin-RevId: 339945377 | |||
2020-10-30 | Merge release-20201019.0-111-g9ad864628 (automated) | gVisor bot | |
2020-10-30 | Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext(). | Jamie Liu | |
kernel.copyContext{t} cannot be used outside of t's task goroutine, for three reasons: - t.CopyScratchBuffer() is task-goroutine-local. - Calling t.MemoryManager() without running on t's task goroutine or locking t.mu violates t.MemoryManager()'s preconditions. - kernel.copyContext passes t as context.Context to MM IO methods, which is illegal outside of t's task goroutine (cf. kernel.Task.Value()). Fix this by splitting AsCopyContext() into CopyContext() (which takes an explicit context.Context and is usable outside of the task goroutine) and OwnCopyContext() (which uses t as context.Context, but is only usable by t's task goroutine). PiperOrigin-RevId: 339933809 | |||
2020-10-30 | Merge release-20201019.0-110-gc94bf137d (automated) | gVisor bot | |
2020-10-30 | Merge pull request #4564 from zhlhahaha:1981 | gVisor bot | |
PiperOrigin-RevId: 339921446 | |||
2020-10-30 | Merge release-20201019.0-108-gd66aebb15 (automated) | gVisor bot | |
2020-10-30 | Add the gVisor admission webhook | Kevin Krakauer | |
PiperOrigin-RevId: 339913577 | |||
2020-10-30 | Merge release-20201019.0-107-g3a6f046ae (automated) | gVisor bot | |
2020-10-30 | Avoid creating users if user is root already. | Adin Scannell | |
PiperOrigin-RevId: 339886754 | |||
2020-10-29 | Merge release-20201019.0-106-gdd056112b (automated) | gVisor bot | |
2020-10-29 | Add IPv4 reassembly packetimpact test | Arthur Sfez | |
The IPv6 reassembly test was also refactored to be easily extended with more cases. PiperOrigin-RevId: 339768605 | |||
2020-10-29 | Merge release-20201019.0-105-g52f1dd5e7 (automated) | gVisor bot | |
2020-10-29 | [infra] Deflake Go / generate (pull_request. | Ayush Ranjan | |
#4673 does not seem to work. Try this new approach. PiperOrigin-RevId: 339754794 | |||
2020-10-29 | Merge release-20201019.0-104-ga86f988a8 (automated) | gVisor bot | |
2020-10-29 | Automated rollback of changelist 339675182 | Dean Deng | |
PiperOrigin-RevId: 339750876 | |||
2020-10-29 | Merge release-20201019.0-103-g181fea0b5 (automated) | gVisor bot | |
2020-10-29 | Make RedirectTarget thread safe | Kevin Krakauer | |
Fixes #4613. PiperOrigin-RevId: 339746784 | |||
2020-10-29 | Merge release-20201019.0-102-gb9f18fe2f (automated) | gVisor bot | |
2020-10-29 | Fix TCP wildcard bind failure when netstack is v6 only | Ting-Yu Wang | |
TCP endpoint unconditionly binds to v4 even when the stack only supports v6. PiperOrigin-RevId: 339739392 | |||
2020-10-29 | Merge release-20201019.0-101-g02fe467b4 (automated) | gVisor bot | |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer | |
PiperOrigin-RevId: 339721152 | |||
2020-10-29 | Merge release-20201019.0-100-g337c4b9a1 (automated) | gVisor bot | |
2020-10-29 | Add support for bare IPv4 in packetimpact tests | Arthur Sfez | |
PiperOrigin-RevId: 339699771 | |||
2020-10-29 | Merge release-20201019.0-99-g1f0f687cb (automated) | gVisor bot | |
2020-10-29 | Delay goroutine creation during TCP handshake for accept/connect. | Dean Deng | |
Refactor TCP handshake code so that when connect is initiated, the initial SYN is sent before creating a goroutine to handle the rest of the handshake (which blocks). Similarly, the initial SYN-ACK is sent inline when SYN is received during accept. Some additional cleanup is done as well. Eventually we would like to complete connections in the dispatcher without requiring a wakeup to complete the handshake. This refactor makes that easier. Updates #231 PiperOrigin-RevId: 339675182 | |||
2020-10-29 | Merge release-20201019.0-98-gb0b275449 (automated) | gVisor bot | |
2020-10-28 | Add url option for blog authors | Ian Lewis | |
PiperOrigin-RevId: 339608078 | |||
2020-10-29 | Merge release-20201019.0-97-g37b57ecd0 (automated) | gVisor bot | |
2020-10-28 | [infra] Deflake Go / generate (pull_request) GitHub action. | Ayush Ranjan | |
As you can see https://github.com/google/gvisor/commits/master, there are a lot of red commits. This is because the Go / generate GitHub action flakes. On merge, two variants of this workflow run: - one triggered by the pull request (copybara force pushes to the PR right before merge) - one triggered by the push (merge) If the push action ends up finishing before the pull request action can run go_branch.sh, then the changes that go_branch.sh makes is already pushed to the remote go branch. Consequently, the pull request action ends up having nothing to commit causing this action to fail. This change also fixes lint warnings. Now we skip running the go_branch.sh if we find that our current working commit has already been committed to remote. PiperOrigin-RevId: 339586760 | |||
2020-10-29 | Merge release-20201019.0-96-g265f1eb2c (automated) | gVisor bot | |
2020-10-28 | Add leak checking for kernfs.Dentry. | Dean Deng | |
Updates #1486. PiperOrigin-RevId: 339581879 | |||
2020-10-29 | Merge release-20201019.0-95-g3b4674ffe (automated) | gVisor bot | |
2020-10-28 | Add logging option to leak checker. | Dean Deng | |
Also refactor the template and CheckedObject interface to make this cleaner. Updates #1486. PiperOrigin-RevId: 339577120 |