gvisor/pkg/sentry/state
Rahat Mahmood 13a98df49e netstack: Don't start endpoint goroutines too soon on restore.
Endpoint protocol goroutines were previously started as part of
loading the endpoint. This is potentially too soon, as resources used
by these goroutine may not have been loaded. Protocol goroutines may
perform meaningful work as soon as they're started (ex: incoming
connect) which can cause them to indirectly access resources that
haven't been loaded yet.

This CL defers resuming all protocol goroutines until the end of
restore.

PiperOrigin-RevId: 262409429
2019-08-08 12:33:11 -07:00
..
BUILD netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
state.go netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
state_metadata.go Update canonical repository. 2019-06-13 16:50:15 -07:00
state_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00