gvisor/runsc/boot
Fabricio Voznika eaac94d91c Use RET_KILL_PROCESS if available in kernel
RET_KILL_THREAD doesn't work well for Go because it will
kill only the offending thread and leave the process hanging.
RET_TRAP can be masked out and it's not guaranteed to kill
the process. RET_KILL_PROCESS is available since 4.14.

For older kernel, continue to use RET_TRAP as this is the
best option (likely to kill process, easy to debug).

PiperOrigin-RevId: 222357867
Change-Id: Icc1d7d731274b16c2125b7a1ba4f7883fbdb2cbd
2018-11-20 22:56:51 -08:00
..
filter Use RET_KILL_PROCESS if available in kernel 2018-11-20 22:56:51 -08:00
BUILD Internal change. 2018-11-20 14:03:11 -08:00
compat.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_amd64.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
compat_test.go Add unsupported syscall events for get/setsockopt 2018-11-20 14:04:12 -08:00
config.go Add new log format that is compatible with Kubernetes 2018-11-01 17:44:58 -07:00
controller.go Close donated files if containerManager.Start() fails 2018-11-09 14:54:34 -08:00
debug.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
events.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fds.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
fs.go Don't fail when destroyContainerFS is called more than once 2018-11-20 14:03:42 -08:00
limits.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
loader.go Internal change. 2018-11-13 11:14:28 -08:00
loader_test.go Use spec with clean paths for gofer 2018-11-01 17:52:11 -07:00
network.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
strace.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00