clearcontainers / proxy

Hypervisor based containers proxy
Apache License 2.0
32 stars 15 forks source link

ksm: Fix deadlock #144

Closed sameo closed 7 years ago

sameo commented 7 years ago

We need to release the lock before pushing data into the kick channel. If we push while holding the lock and the throttle loop is waiting for the KSM lock, we will deadlock.

Fixes #143

Signed-off-by: Samuel Ortiz sameo@linux.intel.com

sboeuf commented 7 years ago

LGTM

Approved with PullApprove

clearcontainersbot commented 7 years ago

kubernetes qa-passed 👍