From: Stefan Hajnoczi <[email protected]> Date: Thu, 23 Jun 2016 16:28:58 +0100
> There are several places where the listener and pending or accept queue > child sockets are accessed at the same time. Lockdep is unhappy that > two locks from the same class are held. > > Tell lockdep that it is safe and document the lock ordering. > > Originally Claudio Imbrenda <[email protected]> sent a similar > patch asking whether this is safe. I have audited the code and also > covered the vsock_pending_work() function. > > Suggested-by: Claudio Imbrenda <[email protected]> > Signed-off-by: Stefan Hajnoczi <[email protected]> Applied, thanks.
