[PATCH v2] pvcalls-front improvements

From: Stefano Stabellini
Date: Mon Feb 12 2018 - 21:13:44 EST


Hi all,

this small series introduces a per socket refcount to increase the
efficiency on socket release operations, and makes releasing passive
sockets safe.

Cheers,

Stefano


Changes in v2:
- add acked-by
- fix check in pvcalls_enter_soc
- fix code style
- nicer checks in pvcalls_front_release


Stefano Stabellini (2):
pvcalls-front: introduce a per sock_mapping refcount
pvcalls-front: wait for other operations to return when release passive sockets

drivers/xen/pvcalls-front.c | 199 +++++++++++++++++++-------------------------
1 file changed, 87 insertions(+), 112 deletions(-)