Searched hist:d1a75e0896f5e9f5cb6a979caaea39f1f4b9feb1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | diff d1a75e0896f5e9f5cb6a979caaea39f1f4b9feb1 Wed Feb 14 12:28:24 CST 2018 Stefano Stabellini <sstabellini@kernel.org> pvcalls-front: wait for other operations to return when release passive sockets
Passive sockets can have ongoing operations on them, specifically, we have two wait_event_interruptable calls in pvcalls_front_accept.
Add two wake_up calls in pvcalls_front_release, then wait for the potential waiters to return and release the sock_mapping refcount.
Signed-off-by: Stefano Stabellini <stefano@aporeto.com> Acked-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>
|