Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-02 | Solve BounceToKernel may hang issue | Yong He | |
BounceToKernel will make vCPU quit from guest ring3 to guest ring0, but vCPUWaiter is not cleared when we unlock the vCPU, when next time this vCPU enter guest mode ring3, vCPU may enter guest mode with vCPUWaiter bit setted, this will cause the following BounceToKernel to this vCPU hangs at waitUntilNot. Halt may workaroud this issue, because halt process will reset vCPU status into vCPUUser, and notify all waiter for vCPU state change, but if there is no exception or syscall in this period, BounceToKernel will hang at waitUntilNot. PiperOrigin-RevId: 256299660 | |||
2019-06-28 | platform/ptrace: return more detailed errors | Andrei Vagin | |
Right now, if we can't create a stub process, we will see this error: panic: unable to activate mm: resource temporarily unavailable It would be better to know the root cause of this "resource temporarily unavailable". PiperOrigin-RevId: 255656831 | |||
2019-06-28 | Merge b2907595 (automated) | gVisor bot | |
2019-06-27 | Merge 5b41ba5d (automated) | gVisor bot | |
2019-06-27 | Merge 085a9075 (automated) | gVisor bot | |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt | |
Addresses obvious typos, in the documentation only. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/gvisor/pull/443 from Pixep:fix/documentation-spelling 4d0688164eafaf0b3010e5f4824b35d1e7176d65 PiperOrigin-RevId: 255477779 | |||
2019-06-27 | Merge 7188790f (automated) | gVisor bot | |
2019-06-27 | gvisor/ptrace: grub initial thread registers only once | Andrei Vagin | |
PiperOrigin-RevId: 255465635 | |||
2019-06-26 | Merge 42e212f6 (automated) | gVisor bot | |
2019-06-26 | Merge 857e5c47 (automated) | gVisor bot | |
2019-06-26 | Merge 67e2f227 (automated) | gVisor bot | |
2019-06-26 | Merge e98ce4a2 (automated) | gVisor bot | |
2019-06-25 | Merge ffee0f36 (automated) | gVisor bot | |
2019-06-25 | Merge a8f148b8 (automated) | gVisor bot | |
2019-06-25 | Merge 03ae91c6 (automated) | gVisor bot | |
2019-06-25 | Merge 7f5d0afe (automated) | gVisor bot | |
2019-06-24 | Add O_EXITKILL to ptrace options. | Adin Scannell | |
This prevents a race before PDEATH_SIG can take effect during a sentry crash. Discovered and solution by avagin@. PiperOrigin-RevId: 254871534 | |||
2019-06-24 | Merge c5486f51 (automated) | gVisor bot | |
2019-06-24 | platform/ptrace: specify PTRACE_O_TRACEEXIT for stub-processes | Andrei Vagin | |
The tracee is stopped early during process exit, when registers are still available, allowing the tracer to see where the exit occurred, whereas the normal exit notifi? cation is done after the process is finished exiting. Without this option, dumpAndPanic fails to get registers. PiperOrigin-RevId: 254852917 | |||
2019-06-24 | Merge b21b1db7 (automated) | gVisor bot | |
2019-06-22 | Merge 35719d52 (automated) | gVisor bot | |
2019-06-22 | Merge ab6774ce (automated) | gVisor bot | |
2019-06-21 | Merge 5ba16d51 (automated) | gVisor bot | |
2019-06-21 | Merge c0317b28 (automated) | gVisor bot | |
2019-06-21 | Merge 335fd987 (automated) | gVisor bot | |
2019-06-21 | Merge dc36c34a (automated) | gVisor bot | |
2019-06-20 | Merge 3c7448ab (automated) | gVisor bot | |
2019-06-20 | Merge 292f70cb (automated) | gVisor bot | |
2019-06-20 | Merge b46ec370 (automated) | gVisor bot | |
2019-06-20 | Merge 7e495156 (automated) | gVisor bot | |
2019-06-20 | Merge c2d87d5d (automated) | gVisor bot | |
2019-06-19 | Merge 9781128d (automated) | gVisor bot | |
2019-06-19 | Merge 773423a9 (automated) | gVisor bot | |
2019-06-19 | Merge 9d2efaac (automated) | gVisor bot | |
2019-06-19 | Merge 29f9e4fa (automated) | gVisor bot | |
2019-06-19 | Merge f7428af9 (automated) | gVisor bot | |
2019-06-18 | Merge 546b2948 (automated) | gVisor bot | |
2019-06-18 | Merge 0e07c94d (automated) | gVisor bot | |
2019-06-18 | Merge bdb19b82 (automated) | gVisor bot | |
2019-06-18 | Merge ec15fb11 (automated) | gVisor bot | |
2019-06-18 | Merge 8ab0848c (automated) | gVisor bot | |
2019-06-18 | Merge 66cc0e9f (automated) | gVisor bot | |
2019-06-17 | Merge 99d28637 (automated) | gVisor bot | |
2019-06-14 | Merge 3d71c627 (automated) | gVisor bot | |
2019-06-14 | Merge 3e9b8ecb (automated) | gVisor bot | |
2019-06-14 | Merge 7b0f0682 (automated) | gVisor bot | |
2019-06-13 | Merge add40fd6 (automated) | gVisor bot | |
2019-06-13 | Update canonical repository. | Adin Scannell | |
This can be merged after: https://github.com/google/gvisor-website/pull/77 or https://github.com/google/gvisor-website/pull/78 PiperOrigin-RevId: 253132620 | |||
2019-06-13 | Merge 4fdd560b (automated) | gVisor bot | |
2019-06-13 | Merge 9f77b36f (automated) | gVisor bot | |