gvisor/runsc/boot
Michael Pratt 660f1203ff Fix runsc VDSO mapping
80bdf8a406 accidentally moved vdso into an
inner scope, never assigning the vdso variable passed to the Kernel and
thus skipping VDSO mappings.

Fix this and remove the ability for loadVDSO to skip VDSO mappings,
since tests that do so are gone.

PiperOrigin-RevId: 203169135
Change-Id: Ifd8cadcbaf82f959223c501edcc4d83d05327eba
2018-07-03 12:53:39 -07:00
..
filter runsc/boot/filter: permit SYS_TIME for race 2018-07-02 17:47:32 -07:00
BUILD Added functionality to create a RestoreEnvironment. 2018-06-21 10:18:11 -07:00
config.go Add option to configure watchdog action 2018-06-28 09:46:50 -07:00
controller.go runsc: Add the "wait" subcommand. 2018-06-28 14:56:36 -07:00
debug.go Add 'runsc debug' command 2018-06-20 13:31:31 -07:00
events.go Push signal-delivery and wait into the sandbox. 2018-05-17 11:55:28 -07:00
fds.go Check in gVisor. 2018-04-28 01:44:26 -04:00
fs.go Skip overlay on root when its readonly 2018-07-03 12:01:09 -07:00
limits.go Make default limits the same as with runc 2018-07-02 12:51:38 -07:00
loader.go Fix runsc VDSO mapping 2018-07-03 12:53:39 -07:00
loader_test.go runsc: Mount "mandatory" mounts right after mounting the root. 2018-07-03 10:36:22 -07:00
network.go Resend packets back to netstack if destined to itself 2018-07-03 11:39:17 -07:00
strace.go Check in gVisor. 2018-04-28 01:44:26 -04:00