Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-04-09 | Merge release-20200323.0-103-g7928aa3 (automated) | gVisor bot | |
2020-04-09 | Convert int and bool socket options to use GetSockOptInt and GetSockOptBool | Andrei Vagin | |
PiperOrigin-RevId: 305699233 | |||
2020-04-09 | Merge release-20200323.0-102-g1ebfdcc (automated) | gVisor bot | |
2020-04-09 | kokoro: fix handling of apt-get errors | Andrei Vagin | |
When a command is called as if expression, its error code can be get only in this if block. For example, the next script prints 0: if ( false ); then true fi echo $? PiperOrigin-RevId: 305638629 | |||
2020-04-09 | Merge release-20200323.0-101-g21e438d (automated) | gVisor bot | |
2020-04-08 | Dereference pointers in Layer's Stringer impl | gVisor bot | |
Dereference any fields which are pointers before string formatting so that the value pointed to ends up in the string representation. Tested: Added TestLayerStringFormat to //third_party/gvisor/test/packetimpact/testbench:testbench_test PiperOrigin-RevId: 305627821 | |||
2020-04-09 | Merge release-20200323.0-100-ga10389e (automated) | gVisor bot | |
2020-04-08 | splice: cap splice calls to MAX_RW_COUNT | Andrei Vagin | |
The Linux does the same. Reported-by: syzbot+e81716e8956e92e9d56b@syzkaller.appspotmail.com PiperOrigin-RevId: 305625439 | |||
2020-04-09 | Merge release-20200323.0-99-g7297fd7 (automated) | gVisor bot | |
2020-04-08 | Bump proc_test's kRSSTolerance to 10MB. | Jamie Liu | |
PiperOrigin-RevId: 305604557 | |||
2020-04-09 | Merge release-20200323.0-98-g0f75f72 (automated) | gVisor bot | |
2020-04-08 | Don't call platform.AddressSpace.MapFile with no permissions. | Jamie Liu | |
PiperOrigin-RevId: 305598136 | |||
2020-04-09 | Merge release-20200323.0-97-g6dd5a1f (automated) | gVisor bot | |
2020-04-08 | Clean up TODOs | Fabricio Voznika | |
PiperOrigin-RevId: 305592245 | |||
2020-04-09 | Merge release-20200323.0-96-g981a587 (automated) | gVisor bot | |
2020-04-08 | Remove InodeOperations FIXMEs that will be obsoleted by VFS2. | Dean Deng | |
PiperOrigin-RevId: 305588941 | |||
2020-04-08 | Merge release-20200323.0-95-g357f136 (automated) | gVisor bot | |
2020-04-08 | Handle utimes correctly for shared gofer filesystems. | Dean Deng | |
Determine system time from within the sentry rather than relying on the remote filesystem to prevent inconsistencies. Resolve related TODOs; the time discrepancies in question don't exist anymore. PiperOrigin-RevId: 305557099 | |||
2020-04-08 | Merge release-20200323.0-94-g2907e6d (automated) | gVisor bot | |
2020-04-08 | file test: Remove FIXME about FIFO. It is already tested in mknod test. | Ting-Yu Wang | |
PiperOrigin-RevId: 305546584 | |||
2020-04-08 | Merge release-20200323.0-93-gd8c0c1d (automated) | gVisor bot | |
2020-04-08 | Do not hold FileDescription references in VFS2 procfs inodes. | Jamie Liu | |
FileDescription references are side-effectual; for example, holding a reference on the write end of a pipe prevents reads from the read end from returning EOF. This change is consistent with Linux, but not VFS1; while VFS1 also has this bug, it's less visible there since VFS1 procfs disables caching. Updates #1195 PiperOrigin-RevId: 305545099 | |||
2020-04-08 | Enable SubprocessExited and SubprocessZombie for gVisor | Fabricio Voznika | |
Updates #164 PiperOrigin-RevId: 305544029 | |||
2020-04-08 | Merge release-20200323.0-91-g71c7e24 (automated) | gVisor bot | |
2020-04-08 | Return all packets when Expect fails. | Eyal Soha | |
PiperOrigin-RevId: 305466309 | |||
2020-04-08 | Merge release-20200323.0-90-gc7d841a (automated) | gVisor bot | |
2020-04-08 | tests: Specify NoRandomSave for PortReuse tests | Andrei Vagin | |
SO_REUSEPORT is not properly restored: https://github.com/google/gvisor/issues/873 PiperOrigin-RevId: 305422775 | |||
2020-04-08 | Merge release-20200323.0-89-g56054fc (automated) | gVisor bot | |