gvisor/runsc/container
Ting-Yu Wang 120c8e3468 Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)
Panic seen at some code path like control.ExecAsync where
ctx does not have a Task.

Reported-by: syzbot+55ce727161cf94a7b7d6@syzkaller.appspotmail.com
PiperOrigin-RevId: 355960596
2021-02-05 17:28:01 -08:00
..
BUILD Support partitions for other tests. 2020-12-03 01:00:21 -08:00
console_test.go Enable container checkpoint/restore tests with VFS2 2021-02-01 19:29:29 -08:00
container.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
container_norace_test.go
container_race_test.go
container_test.go Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx) 2021-02-05 17:28:01 -08:00
hook.go Update canonical repository. 2019-06-13 16:50:15 -07:00
multi_container_test.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
shared_volume_test.go
state_file.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
status.go