Re: [PATCH v2 3/3] xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END

2018-03-15 Thread Juergen Gross
On 15/03/18 03:43, Simon Gaiser wrote: > By guaranteeing that the argument of XS_TRANSACTION_END is valid we can > assume that the transaction has been closed when we get an XS_ERROR > response from xenstore (Note that we already verify that it's a valid > transaction id). > > Signed-off-by: Simon

[PATCH v2 3/3] xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_END

2018-03-14 Thread Simon Gaiser
By guaranteeing that the argument of XS_TRANSACTION_END is valid we can assume that the transaction has been closed when we get an XS_ERROR response from xenstore (Note that we already verify that it's a valid transaction id). Signed-off-by: Simon Gaiser --- drivers/xen/xenbus/xenbus_dev_fronten