Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | Merge release-20200219.0-195-g92a00ca (automated) | gVisor bot | |
2020-03-18 | Store segment transmit count. | Ian Gudger | |
This will aid in segment reordering detection. Updates #691 PiperOrigin-RevId: 301692638 | |||
2020-03-18 | Merge release-20200219.0-194-gb5ea65c (automated) | gVisor bot | |
2020-03-18 | iptables: skip tests for not-yet-supported features | Kevin Krakauer | |
PiperOrigin-RevId: 301686266 | |||
2020-03-18 | Merge release-20200219.0-193-gf1d1af2 (automated) | gVisor bot | |
2020-03-18 | Fix FDTable.NewFDVFS2 | Fabricio Voznika | |
It was looking at VFS1 table to determine where to allocate the next FD from. Updates #1035 PiperOrigin-RevId: 301678858 | |||
2020-03-18 | Merge release-20200219.0-192-gfc16e64 (automated) | gVisor bot | |
2020-03-18 | Automated rollback of changelist 301476456 | Kevin Krakauer | |
PiperOrigin-RevId: 301650898 | |||
2020-03-18 | Merge release-20200219.0-191-g707664e (automated) | gVisor bot | |
2020-03-18 | Send the ACK later to stabilize the test. | Eyal Soha | |
PiperOrigin-RevId: 301614096 | |||
2020-03-18 | Merge release-20200219.0-190-gc29d4fc (automated) | gVisor bot | |
2020-03-18 | Automated rollback of changelist 301501607 | Bhasker Hariharan | |
PiperOrigin-RevId: 301578043 | |||
2020-03-18 | Merge release-20200219.0-189-geddd6ce (automated) | gVisor bot | |
2020-03-17 | Wrap rand.Reader in a bufio.Reader. | Bhasker Hariharan | |
rand.Read() results in a syscall to the host on every call instead we can wrap it with a bufio.Reader to buffer and reduce number of syscalls. This is especially important for TCP where every newly created endpoint reads random data to initialize the timestamp offsets for the endpoint. Updates #231 PiperOrigin-RevId: 301501607 | |||
2020-03-17 | Merge release-20200219.0-188-g1cc5a71 (automated) | gVisor bot | |
2020-03-17 | iptables: fix type in script name, mark some new tests as skipped | Kevin Krakauer | |
PiperOrigin-RevId: 301476456 | |||
2020-03-17 | Merge release-20200219.0-187-g42d78ba (automated) | gVisor bot | |
2020-03-17 | Remove HostFS from Sentry. | Zach Koopmans | |
PiperOrigin-RevId: 301402181 | |||
2020-03-17 | Merge release-20200219.0-186-g3192e55 (automated) | gVisor bot | |
2020-03-17 | Packetimpact in Go with c++ stub | Eyal Soha | |
PiperOrigin-RevId: 301382690 | |||
2020-03-17 | Merge release-20200219.0-185-gb55f0e5 (automated) | gVisor bot | |
2020-03-16 | fdtable: don't try to zap fdtable entry if close is called for non-existing fd | Andrei Vagin | |
FDTable.setAll is used to zap entries, but it grows the table up to a specified fd. Reported-by: syzbot+9e281b0750d2d4caa190@syzkaller.appspotmail.com PiperOrigin-RevId: 301280000 | |||
2020-03-16 | Merge release-20200219.0-184-g2a6c436 (automated) | gVisor bot | |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika | |
Updates #1035 PiperOrigin-RevId: 301255357 | |||
2020-03-16 | Merge release-20200219.0-183-g0f60799 (automated) | gVisor bot | |
2020-03-16 | Add calls to vfs.CheckSetStat to fsimpls | Fabricio Voznika | |
Only gofer filesystem was calling vfs.CheckSetStat for vfs.FilesystemImpl.SetStatAt and vfs.FileDescriptionImpl.SetStat. Updates #1193, #1672, #1197 PiperOrigin-RevId: 301226522 | |||
2020-03-16 | Merge release-20200219.0-182-g69da428 (automated) | gVisor bot | |
2020-03-16 | Enable ARP resolution in TAP devices. | Ting-Yu Wang | |
PiperOrigin-RevId: 301208471 | |||
2020-03-16 | Merge release-20200219.0-181-g159a230 (automated) | gVisor bot | |
2020-03-16 | Merge pull request #1943 from kevinGC:ipt-filter-ip | gVisor bot | |
PiperOrigin-RevId: 301197007 | |||
2020-03-16 | Merge release-20200219.0-179-g52758e1 (automated) | gVisor bot | |
2020-03-16 | Prevent vnetHdr from escaping in WritePacket. | Bhasker Hariharan | |
PiperOrigin-RevId: 301157950 | |||
2020-03-14 | Merge release-20200219.0-178-g9712775 (automated) | gVisor bot | |
2020-03-14 | Disallow kernfs.Inode.SetStat for readonly inodes | Fabricio Voznika | |
Updates #1195, #1193 PiperOrigin-RevId: 300950993 | |||
2020-03-14 | Merge release-20200219.0-177-g5e413ca (automated) | gVisor bot | |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng | |
- When setting up the virtual filesystem, mount a host.filesystem to contain all files that need to be imported. - Make read/preadv syscalls to the host in cases where preadv2 may not be supported yet (likewise for writing). - Make save/restore functions in kernel/kernel.go return early if vfs2 is enabled. PiperOrigin-RevId: 300922353 | |||
2020-03-14 | Merge release-20200219.0-176-g45a8ae2 (automated) | gVisor bot | |
2020-03-13 | Add remaining procfs files | Fabricio Voznika | |
Closes #1195 PiperOrigin-RevId: 300867055 | |||
2020-03-14 | Merge release-20200219.0-175-g829beeb (automated) | gVisor bot | |
2020-03-13 | Panic if file in FDTable has been destroyed | Fabricio Voznika | |
This will give more information about the file to identify where possibly the extra DecRef() would be. PiperOrigin-RevId: 300855874 | |||
2020-03-13 | Merge release-20200219.0-174-gb0f2c3e (automated) | gVisor bot | |
2020-03-13 | Fix infinite loop in semaphore.sem.wakeWaiters(). | Jamie Liu | |
PiperOrigin-RevId: 300845134 | |||
2020-03-13 | Merge release-20200219.0-173-gd8cf54f (automated) | gVisor bot | |
2020-03-13 | Internal change | Zach Koopmans | |
PiperOrigin-RevId: 300836270 | |||
2020-03-13 | Merge release-20200219.0-172-g6d4497d (automated) | gVisor bot | |
2020-03-13 | Merge release-20200219.0-171-g645b1b2 (automated) | gVisor bot | |
2020-03-13 | Fix typo | Michael Pratt | |
PiperOrigin-RevId: 300832988 | |||
2020-03-13 | Refactor SLAAC address state into SLAAC prefix state | Ghanan Gowripalan | |
Previously, SLAAC related state was stored on a per-address basis. This was sufficient for the simple case of a single SLAAC address per prefix, but future CLs will introduce temporary addresses which will result in multiple SLAAC addresses for a prefix. This refactor allows storing multiple addresses for a prefix in a single SLAAC prefix state. No behaviour changes - existing tests continue to pass. PiperOrigin-RevId: 300832812 | |||
2020-03-13 | Merge release-20200219.0-170-g1c05352 (automated) | gVisor bot | |
2020-03-13 | Fix oom_score_adj. | Jamie Liu | |
- Make oomScoreAdj a ThreadGroup field (Linux: signal_struct::oom_score_adj). - Avoid deadlock caused by Task.OOMScoreAdj()/SetOOMScoreAdj() locking Task.mu and TaskSet.mu in the wrong order (via Task.ExitState()). PiperOrigin-RevId: 300814698 |