Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-01 | Merge release-20210518.0-65-gd7d8a0a5a (automated) | gVisor bot | |
2021-06-01 | vfs: Don't allow to mount anything on top of detached mounts | Andrei Vagin | |
PiperOrigin-RevId: 376932659 | |||
2021-06-01 | Merge release-20210518.0-63-g4f3746998 (automated) | gVisor bot | |
2021-05-31 | Update comments on ambient caps to point to bug | Ian Lewis | |
PiperOrigin-RevId: 376747671 | |||
2021-05-27 | Merge release-20210518.0-58-g17df2df75 (automated) | gVisor bot | |
2021-05-27 | nanosleep has to store the finish time in the restart block | Andrei Vagin | |
nanosleep has to count time that a thread spent in the stopped state. PiperOrigin-RevId: 376258641 | |||
2021-05-27 | Merge release-20210518.0-56-g62ec2422a (automated) | gVisor bot | |
2021-05-27 | Merge pull request #6059 from lubinszARM:pr_arm64_bounce | gVisor bot | |
PiperOrigin-RevId: 376233013 | |||
2021-05-27 | Merge release-20210518.0-52-g097efe81a (automated) | gVisor bot | |
2021-05-26 | Use the stack RNG everywhere | Tamir Duberstein | |
...except in tests. Note this replaces some uses of a cryptographic RNG with a plain RNG. PiperOrigin-RevId: 376070666 | |||
2021-05-26 | Merge release-20210518.0-49-g9fcc44f99 (automated) | gVisor bot | |
2021-05-26 | Add verity getdents tests | Chong Cai | |
PiperOrigin-RevId: 376001603 | |||
2021-05-26 | Merge release-20210518.0-44-gb63e61828 (automated) | gVisor bot | |
2021-05-25 | Initialize Kernel.Timekeeper before network NS | Tamir Duberstein | |
PiperOrigin-RevId: 375843579 | |||
2021-05-26 | Merge release-20210518.0-43-ga54cb9d8a (automated) | gVisor bot | |
2021-05-25 | Use specific fmt verbs (avoid %v) | Tamir Duberstein | |
Remove useless conversions. Avoid unhandled errors. PiperOrigin-RevId: 375834275 | |||
2021-05-25 | Merge release-20210518.0-41-gf298d7321 (automated) | gVisor bot | |
2021-05-25 | Merge pull request #6064 from sudo-sturbia:misspelling | gVisor bot | |
PiperOrigin-RevId: 375789776 | |||
2021-05-25 | Merge release-20210518.0-39-gf7bc60603 (automated) | gVisor bot | |
2021-05-25 | setgid directories for VFS1 tmpfs, overlayfs, and goferfs | Kevin Krakauer | |
PiperOrigin-RevId: 375780659 | |||
2021-05-25 | Merge release-20210518.0-38-g4f2439fb0 (automated) | gVisor bot | |
2021-05-25 | Use opaque types to represent time | Tamir Duberstein | |
Introduce tcpip.MonotonicTime; replace int64 in tcpip.Clock method returns with time.Time and MonotonicTime to improve type safety and ensure that monotonic clock readings are never compared to wall clock readings. PiperOrigin-RevId: 375775907 | |||
2021-05-25 | Merge release-20210518.0-35-g3272400a4 (automated) | gVisor bot | |
2021-05-25 | Merge pull request #6027 from liornm:fix-unused-flag | gVisor bot | |
PiperOrigin-RevId: 375740504 | |||
2021-05-24 | Fix misspellings. | Zyad A. Ali | |
2021-05-24 | arm64 kvm:use TLBI with "Inner Shareable" instead of IPI operation | Robin Luk | |
on Arm64 platform, we can use TLBI with 'IS' instead of IPI operation. According to my understanding, the logic in invalidate() is much like an IPI operation. On Arm64, we can simply perform vmalle1is invalidation here, not use IPI. Reference: https://github.com/torvalds/linux/blob/v5.12/arch/arm64/kvm/mmu.c#L81 Signed-off-by: Robin Luk <lubin.lu@antgroup.com> | |||
2021-05-21 | Merge release-20210510.0-72-g821cec3f1 (automated) | gVisor bot | |
2021-05-21 | Add aggregated NIC stats | Arthur Sfez | |
This change also includes miscellaneous improvements: * UnknownProtocolRcvdPackets has been separated into two stats, to specify at which layer the unknown protocol was found (L3 or L4) * MalformedRcvdPacket is not aggregated across every endpoint anymore. Doing it this way did not add useful information, and it was also error-prone (example: ipv6 forgot to increment this aggregated stat, it only incremented its own ipv6.MalformedPacketsReceived). It is now only incremented the NIC. * Removed TestStatsString test which was outdated and had no real utility. PiperOrigin-RevId: 375057472 | |||
2021-05-21 | Merge release-20210510.0-71-g9164154de (automated) | gVisor bot | |
2021-05-21 | Clean-up netstack metrics descriptions | Arthur Sfez | |
PiperOrigin-RevId: 375051638 | |||
2021-05-21 | Merge release-20210510.0-70-g2bed0bb09 (automated) | gVisor bot | |
2021-05-20 | Send SIGPIPE for closed pipes. | Ian Lewis | |
Fixes #5974 Updates #161 PiperOrigin-RevId: 375024740 | |||
2021-05-21 | Merge release-20210510.0-69-g5bbc22797 (automated) | gVisor bot | |
2021-05-20 | Merge pull request #6037 from sudo-sturbia:doc | gVisor bot | |
PiperOrigin-RevId: 375007632 | |||
2021-05-21 | Merge release-20210510.0-66-g9157a91a4 (automated) | gVisor bot | |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer | |
Add missing protocol state to TCPINFO struct and update packetimpact. This re-arranges the TCP state definitions to align with Linux. Fixes #478 PiperOrigin-RevId: 374996751 | |||
2021-05-20 | Merge release-20210510.0-63-gaf229f46a (automated) | gVisor bot | |
2021-05-20 | Fix cgroupfs mount racing with unmount. | Rahat Mahmood | |
Previously, mount could discover a hierarchy being destroyed concurrently, which resulted in mount attempting to take a ref on an already destroyed cgroupfs. Reported-by: syzbot+062c0a67798a200f23ee@syzkaller.appspotmail.com PiperOrigin-RevId: 374959054 | |||
2021-05-20 | Format precondition to match style guide. | Zyad A. Ali | |
2021-05-19 | Merge release-20210510.0-62-gb8b43f70c (automated) | gVisor bot | |
2021-05-19 | Send ICMP errors when link address resolution fails | Nick Brown | |
Before this change, we would silently drop packets when link resolution failed. This change brings us into line with RFC 792 (IPv4) and RFC 4443 (IPv6), both of which specify that gateways should return an ICMP error to the sender when link resolution fails. PiperOrigin-RevId: 374699789 | |||
2021-05-19 | Allow use of IFF_ONE_QUEUE | liornm | |
Before fix, use of this flag causes an error. It affects applications like OpenVPN which sets this flag for legacy reasons. According to linux/if_tun.h "This flag has no real effect". | |||
2021-05-18 | Merge release-20210510.0-53-ge4984f853 (automated) | gVisor bot | |
2021-05-18 | Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric | Nayana Bidari | |
This metric is replaced by /cloud/gvisor/sandbox/sentry/suspicious_operations metric with field value opened_write_execute_file. PiperOrigin-RevId: 374509823 | |||
2021-05-15 | Merge release-20210510.0-43-g8e8b75252 (automated) | gVisor bot | |
2021-05-14 | Add stuck tasks and startup stuck tasks to weirdness metric | Nayana Bidari | |
Weirdness metric will replace the below two metrics: - watchdog/stuck_startup_detected - watchdog/stuck_tasks_detected PiperOrigin-RevId: 373895696 | |||
2021-05-14 | Merge release-20210510.0-40-g25f0ab331 (automated) | gVisor bot | |
2021-05-14 | Add new metric for suspicious operations. | Nayana Bidari | |
The new metric contains fields and will replace the below existing metric: - opened_write_execute_file PiperOrigin-RevId: 373884604 | |||
2021-05-14 | Merge release-20210510.0-38-g894187b2c (automated) | gVisor bot | |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng | |
O_PATH is now implemented in vfs2. Fixes #2782. PiperOrigin-RevId: 373861410 |