Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-24 Thread Julien Grall
On 24/06/2021 10:18, Julien Grall wrote: Hi Juergen, On 24/06/2021 10:17, Juergen Gross wrote: On 24.06.21 10:12, Julien Grall wrote: Hi Juergen, On 22/06/2021 11:23, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-24 Thread Julien Grall
Hi Juergen, On 24/06/2021 10:17, Juergen Gross wrote: On 24.06.21 10:12, Julien Grall wrote: Hi Juergen, On 22/06/2021 11:23, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-24 Thread Juergen Gross
On 24.06.21 10:12, Julien Grall wrote: Hi Juergen, On 22/06/2021 11:23, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one).

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-24 Thread Julien Grall
Hi Juergen, On 22/06/2021 11:23, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one). Currently, this will crash xenstored

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-22 Thread Juergen Gross
On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one). Currently, this will crash xenstored because do_lu_start() assumes lu_status will be valid. This

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-22 Thread Juergen Gross
On 22.06.21 10:53, Julien Grall wrote: Hi Juergen, On 22/06/2021 10:46, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one).

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-22 Thread Julien Grall
Hi Juergen, On 22/06/2021 10:46, Juergen Gross wrote: On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one). Currently, this will crash xenstored

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-22 Thread Juergen Gross
On 17.06.21 19:38, Julien Grall wrote: From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one). Currently, this will crash xenstored because do_lu_start() assumes lu_status will be valid. This

Re: [PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-21 Thread Luca Fancellu
> On 17 Jun 2021, at 18:38, Julien Grall wrote: > > From: Julien GralL > > As Live-Update is asynchronous, it is possible to receive a request to > cancel it (either on the same connection or from a different one). > > Currently, this will crash xenstored because do_lu_start() assumes >

[PATCH] tools/xenstored: Don't crash xenstored when Live-Update is cancelled

2021-06-17 Thread Julien Grall
From: Julien GralL As Live-Update is asynchronous, it is possible to receive a request to cancel it (either on the same connection or from a different one). Currently, this will crash xenstored because do_lu_start() assumes lu_status will be valid. This is not the case when Live-Update has been