Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | Merge release-20200323.0-193-g470633d (automated) | gVisor bot | |
2020-04-20 | Fix release.sh. git commands need to be run in git repo. | Ting-Yu Wang | |
PiperOrigin-RevId: 307458938 | |||
2020-04-20 | Merge release-20200323.0-192-g763d16f (automated) | gVisor bot | |
2020-04-20 | Merge pull request #2060 from xiaobo55x:rseq | gVisor bot | |
PiperOrigin-RevId: 307453436 | |||
2020-04-20 | Merge release-20200323.0-190-g9ba3086 (automated) | gVisor bot | |
2020-04-20 | Move runtime_tests.sh to align with other scripts. | Adin Scannell | |
PiperOrigin-RevId: 307435879 | |||
2020-04-20 | Merge release-20200323.0-189-ge72ce8c (automated) | gVisor bot | |
2020-04-20 | Change lingering uses of "memfs" in fsimpl/tmpfs to "tmpfs". | Jamie Liu | |
PiperOrigin-RevId: 307422746 | |||
2020-04-20 | Merge release-20200323.0-188-g1a940f2 (automated) | gVisor bot | |
2020-04-20 | Resolve issue with file mode for host fds. | Dean Deng | |
Instead of plumbing error through kernfs.Inode.Mode, panic if err != nil. The errors that can result from an fstat syscall all indicate that something is fundamentally wrong, and panicking should be acceptable. PiperOrigin-RevId: 307406847 | |||
2020-04-20 | Merge release-20200323.0-187-gdb2a60b (automated) | gVisor bot | |
2020-04-19 | Don't accept segments outside the receive window | Eyal Soha | |
Fixed to match RFC 793 page 69. Fixes #1607 PiperOrigin-RevId: 307334892 | |||
2020-04-20 | Merge release-20200323.0-186-g08b2fd9 (automated) | gVisor bot | |
2020-04-19 | Convert tcp_user_timeout test from packetdrill to packetimpact. | Eyal Soha | |
PiperOrigin-RevId: 307328289 | |||
2020-04-18 | Merge release-20200323.0-185-gea9bb1c (automated) | gVisor bot | |
2020-04-17 | Merge pull request #2235 from xiaobo55x:pcid | gVisor bot | |
PiperOrigin-RevId: 307166482 | |||
2020-04-18 | Merge release-20200323.0-183-g9a233c9 (automated) | gVisor bot | |
2020-04-17 | Fix watchdog skipStack: the meaning was reversed. | Adin Scannell | |
PiperOrigin-RevId: 307166317 | |||
2020-04-17 | Merge release-20200323.0-182-ge838290 (automated) | gVisor bot | |
2020-04-17 | prlimit: don't check credentials on self | Kevin Krakauer | |
prlimit was erroneously comparing UIDs and GIDs when getting/setting a process' own limits. From the manpage: To set or get the resources of a process other than itself, the caller must have the CAP_SYS_RESOURCE capability, or the real, effective, and saved set user IDs of the target process must match the real user ID of the caller and the real, effective, and saved set group IDs of the target process must match the real group ID of the caller. PiperOrigin-RevId: 307127266 | |||
2020-04-17 | Merge release-20200323.0-181-g486759a (automated) | gVisor bot | |
2020-04-17 | Support NDP DNS Search List option | Ghanan Gowripalan | |
Inform the netstack integrator when the netstack receives an NDP Router Advertisement message with the NDP DNS Search List option with at least one domain name. The stack will not maintain any state related to the search list - the integrator is expected to maintain any required state and invalidate domain names after their lifetime expires, or refresh the lifetime when a new one is received for a known domain name. Test: - header_test.TestNDPDNSSearchListOption - header_test.TestNDPDNSSearchListOptionSerialize - header_test.TestNDPSearchListOptionDomainNameLabelInvalidSymbols - header_test.TestNDPOptionsIterCheck - stack_test.TestNDPDNSSearchListDispatch PiperOrigin-RevId: 307109375 | |||
2020-04-17 | Merge release-20200323.0-180-ga80cd43 (automated) | gVisor bot | |
2020-04-17 | Add test name to boot and gofer log files | Fabricio Voznika | |
This is to make easier to find corresponding logs in case test fails. PiperOrigin-RevId: 307104283 | |||
2020-04-17 | Merge release-20200323.0-179-g80deebb (automated) | gVisor bot | |
2020-04-17 | Merge pull request #1978 from lubinszARM:pr_signal_mm | gVisor bot | |
PiperOrigin-RevId: 307078788 | |||
2020-04-17 | Merge release-20200323.0-177-g12bde95 (automated) | gVisor bot | |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans | |
Included: - loader_test.go RunTest and TestStartSignal VFS2 - container_test.go TestAppExitStatus on VFS2 - experimental flag added to runsc to turn on VFS2 Note: shared mounts are not yet supported. PiperOrigin-RevId: 307070753 | |||
2020-04-17 | Merge release-20200323.0-176-g4a818d6 (automated) | gVisor bot | |
2020-04-17 | proc net test: Annotate disable-save test with NoRandomSave. | Ting-Yu Wang | |
PiperOrigin-RevId: 307069884 | |||
2020-04-17 | Merge release-20200323.0-175-g6c225ea (automated) | gVisor bot | |
2020-04-17 | Allow caller-defined sinks for packet sniffing. | Tamir Duberstein | |
PiperOrigin-RevId: 307053624 | |||
2020-04-17 | Merge release-20200323.0-174-gb4de018 (automated) | gVisor bot | |
2020-04-17 | Permit setting unknown options | Tamir Duberstein | |
This previously changed in 305699233, but this behaviour turned out to be load bearing. PiperOrigin-RevId: 307033802 | |||
2020-04-17 | Merge release-20200323.0-173-gf03996c (automated) | gVisor bot | |
2020-04-16 | Implement pipe(2) and pipe2(2) for VFS2. | Jamie Liu | |
Updates #1035 PiperOrigin-RevId: 306968644 | |||
2020-04-17 | Merge release-20200323.0-172-gf367cf8 (automated) | gVisor bot | |
2020-04-16 | Drop invalid NDP NA messages | Ghanan Gowripalan | |
Better validate NDP NAs options before updating the link address cache. Test: stack_test.TestNeighorAdvertisementWithTargetLinkLayerOption PiperOrigin-RevId: 306962924 | |||
2020-04-17 | Merge release-20200323.0-171-ge7dcd94 (automated) | gVisor bot | |
2020-04-16 | Properly delegate Wait | Tamir Duberstein | |
PiperOrigin-RevId: 306959393 | |||
2020-04-17 | Merge release-20200323.0-170-g3b05f57 (automated) | gVisor bot | |
2020-04-16 | Reset pending connections on listener shutdown. | Mithun Iyer | |
When the listening socket is read shutdown, we need to reset all pending and incoming connections. Ensure that the endpoint is not cleaned up from the demuxer and subsequent bind to same port does not go through. PiperOrigin-RevId: 306958038 | |||
2020-04-17 | Merge release-20200323.0-169-gb33c3bb (automated) | gVisor bot | |
2020-04-16 | Return detailed errors when iterating NDP options | Ghanan Gowripalan | |
Test: header_test.TestNDPOptionsIterCheck PiperOrigin-RevId: 306953867 | |||
2020-04-16 | Merge release-20200323.0-168-g0eda010 (automated) | gVisor bot | |
2020-04-16 | Fix data race in tcp_test. | Bhasker Hariharan | |
This change makes SynRcvdCountThreshold and the global synRcvdCount into a stack configurable value. This is required because in cases like mod_proxy which create multiple Stack instances the count will be a global value that impacts all Stack instances. Further the tests relied on modifying the global threshold to simulate tests where we want to verify SYN cookie based behaviour. This lead to data races due to the global being modified/read without locks or atomics. PiperOrigin-RevId: 306947723 | |||
2020-04-16 | Merge release-20200323.0-167-g75e864f (automated) | gVisor bot | |
2020-04-16 | Use multierr in packetimpact Connection.Close() | Eyal Soha | |
PiperOrigin-RevId: 306930652 | |||
2020-04-16 | Merge release-20200323.0-166-g5a8ee1b (automated) | gVisor bot | |
2020-04-16 | Preserve log FD after execve | Fabricio Voznika | |
PiperOrigin-RevId: 306908296 |