Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | Merge release-20200323.0-134-g6a4d17a (automated) | gVisor bot | |
2020-04-13 | Remove obsolete TODOs for b/38173783 | Jon Budd | |
The comments in the ticket indicate that this behavior is fine and that the ticket should be closed, so we shouldn't need pointers to the ticket. PiperOrigin-RevId: 306266071 | |||
2020-04-13 | Merge release-20200323.0-133-g445c366 (automated) | gVisor bot | |
2020-04-13 | Fix VFS2 getdents()/getdents64() alignment. | Jamie Liu | |
PiperOrigin-RevId: 306263615 | |||
2020-04-13 | Merge release-20200323.0-132-gef0b558 (automated) | gVisor bot | |
2020-04-12 | Refactor parser to use a for loop instead of recursion. | Eyal Soha | |
This makes the code shorter and less repetitive. TESTED: All unit tests still pass. PiperOrigin-RevId: 306161475 | |||
2020-04-11 | Merge release-20200323.0-131-g2020349 (automated) | gVisor bot | |
2020-04-11 | Improve error messages when parsing headers. | Eyal Soha | |
Tested: Looked at output of failing tests. PiperOrigin-RevId: 306031407 | |||
2020-04-11 | Merge release-20200323.0-130-gdaf3322 (automated) | gVisor bot | |
2020-04-10 | Add logging message for noNewPrivileges OCI option. | Ian Lewis | |
noNewPrivileges is ignored if set to false since gVisor assumes that PR_SET_NO_NEW_PRIVS is always enabled. PiperOrigin-RevId: 305991947 | |||
2020-04-11 | Merge release-20200323.0-129-g09ddb5a (automated) | gVisor bot | |
2020-04-10 | Port extended attributes to VFS2. | Dean Deng | |
As in VFS1, we only support the user.* namespace. Plumbing is added to tmpfs and goferfs. Note that because of the slightly different order of checks between VFS2 and Linux, one of the xattr tests needs to be relaxed slightly. Fixes #2363. PiperOrigin-RevId: 305985121 | |||
2020-04-10 | Merge release-20200323.0-128-g96f9142 (automated) | gVisor bot | |
2020-04-10 | Use O_CLOEXEC when dup'ing FDs | Fabricio Voznika | |
The sentry doesn't allow execve, but it's a good defense in-depth measure. PiperOrigin-RevId: 305958737 | |||
2020-04-10 | Automated rollback of changelist 305940483 | Nicolas Lacasse | |
PiperOrigin-RevId: 305944892 | |||
2020-04-10 | Upgrade Kokoro and RBE to bazel 3.0.0 | Nicolas Lacasse | |
PiperOrigin-RevId: 305940483 | |||
2020-04-10 | Automated rollback of changelist 305922105 | Nicolas Lacasse | |
PiperOrigin-RevId: 305927989 | |||
2020-04-10 | Install Bazel 3.0.0 on Kokoro image. | Nicolas Lacasse | |
PiperOrigin-RevId: 305922105 | |||
2020-04-10 | Merge release-20200323.0-123-g8bb8027 (automated) | gVisor bot | |
2020-04-10 | Return EIO from p9 if sending/receiving fails. | Dean Deng | |
Continues the modifications in cl/272963663. This prevents non-syscall errors from being propogated to kernel/task_syscall.go:ExtractErrno(), which causes a sentry panic. PiperOrigin-RevId: 305913127 | |||
2020-04-10 | Merge release-20200323.0-122-g1798d6c (automated) | gVisor bot | |
2020-04-10 | Remove TODO from kernel.Stracer | Fabricio Voznika | |
The dependency strace=>kernel grew over time. strace also depends on task's FD table and FSContext. It could be fixed with some interfaces the other way, but then we're trading an interface for another, and kernel.Stracer is likely cleaner. Closes #155 PiperOrigin-RevId: 305909678 | |||
2020-04-10 | Merge release-20200323.0-121-g12b00c8 (automated) | gVisor bot | |
2020-04-10 | Test that RST is sent after ABORT in ESTABLISHED TCP state. | Eyal Soha | |
PiperOrigin-RevId: 305879441 | |||
2020-04-10 | Merge release-20200323.0-120-g9350079 (automated) | gVisor bot | |
2020-04-10 | test: remove 1s delay after non-blocking socket pair accept | Andrei Vagin | |
It was added in cl/201419897 to deflake socket_ip_tcp_loopback_non_blocking_test_gvisor. It seems we don't need this hack, because the origin issue isn't reproducible without this hack. PiperOrigin-RevId: 305871748 | |||
2020-04-10 | Merge release-20200323.0-119-g7812661 (automated) | gVisor bot | |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot | |
PiperOrigin-RevId: 305807868 | |||
2020-04-10 | Merge release-20200323.0-114-gc560bfd (automated) | gVisor bot | |
2020-04-09 | Drop invalid NDP NS messages | Ghanan Gowripalan | |
Better validate NDP NS messages and their options before doing work in response to them. Also make sure that NA messages sent in response to an NS use the correct IPv6 and link-layer addresses so they are routed properly and received by the right node. Test: stack_test.TestNeighorSolicitationResponse PiperOrigin-RevId: 305799054 | |||
2020-04-10 | Merge release-20200323.0-113-gc919534 (automated) | gVisor bot | |
2020-04-09 | Replace type assertion with TaskFromContext. | Ting-Yu Wang | |
This should fix panic at aio callback. PiperOrigin-RevId: 305798549 | |||
2020-04-10 | Merge release-20200323.0-112-g257225c (automated) | gVisor bot | |
2020-04-09 | Downgrade VFS1-specific FIXME to a NOTE. | Jamie Liu | |
PiperOrigin-RevId: 305794509 | |||
2020-04-10 | Merge release-20200323.0-111-g2a28e3e (automated) | gVisor bot | |
2020-04-09 | Don't unconditionally set --panic-signal | Fabricio Voznika | |
Closes #2393 PiperOrigin-RevId: 305793027 | |||
2020-04-09 | Merge release-20200323.0-110-g9f87502 (automated) | gVisor bot | |
2020-04-09 | Remove TODOs from Async IO | Fabricio Voznika | |
Block and drain requests in io_destroy(2). Note the reason to create read-only mapping. PiperOrigin-RevId: 305786312 | |||
2020-04-09 | Merge release-20200323.0-109-gace90f8 (automated) | gVisor bot | |
2020-04-09 | Make some functions in IfAddrHelper const. | Ting-Yu Wang | |
PiperOrigin-RevId: 305782490 | |||
2020-04-09 | Merge release-20200323.0-108-g5b41f33 (automated) | gVisor bot | |
2020-04-09 | Remove "no-sandbox" tag. | Nicolas Lacasse | |
It seems no longer necessary. PiperOrigin-RevId: 305758572 | |||
2020-04-09 | Merge release-20200323.0-107-g9a5e5ab (automated) | gVisor bot | |
2020-04-09 | Bump rule_go, bazel toolchain, and go toolchain versions. | Nicolas Lacasse | |
PiperOrigin-RevId: 305751225 | |||
2020-04-09 | Merge release-20200323.0-106-g64c2b49 (automated) | gVisor bot | |
2020-04-09 | Dedup netlink utility functions in tests. | Ting-Yu Wang | |
PiperOrigin-RevId: 305749697 | |||
2020-04-09 | Merge release-20200323.0-105-g2b4687a (automated) | gVisor bot | |
2020-04-09 | Handle os.LinkError in p9/handlers.go. | Dean Deng | |
PiperOrigin-RevId: 305721329 | |||
2020-04-09 | Merge release-20200323.0-104-g8f68be7 (automated) | gVisor bot | |
2020-04-09 | Don't use REP string instructions in safecopy.memcpy. | Jamie Liu | |
PiperOrigin-RevId: 305718392 |