> On Feb 11, 2019, at 10:45 AM, Dan Carpenter <[email protected]> wrote: > > We added some locking to this function but forgot to drop the lock on > these two error paths. This bug would lead to an immediate deadlock. > > Fixes: c7b3690fb152 ("vmw_balloon: stats rework") > Signed-off-by: Dan Carpenter <[email protected]>
Cc: [email protected] Reviewed-by: Nadav Amit <[email protected]> -- Yes, I screwed up. Thanks for catching it! I’ll go to check why my error injection tests didn’t catch it.

