Re: [Xen-devel] [PATCH 2/2] xenstore: use temporary memory context for firing watches

2016-07-17 Thread Juergen Gross
On 15/07/16 18:21, Ian Jackson wrote: > Juergen Gross writes ("[PATCH 2/2] xenstore: use temporary memory context for > firing watches"): >> Use a temporary memory context for memory allocations when firing >> watches. This will avoid leaking memory in case of long living >> connections and/or xen

[Xen-devel] [PATCH 2/2] xenstore: use temporary memory context for firing watches

2016-07-15 Thread Ian Jackson
Juergen Gross writes ("[PATCH 2/2] xenstore: use temporary memory context for firing watches"): > Use a temporary memory context for memory allocations when firing > watches. This will avoid leaking memory in case of long living > connections and/or xenstore entries. Can you please split out the

[Xen-devel] [PATCH 2/2] xenstore: use temporary memory context for firing watches

2016-07-14 Thread Juergen Gross
Use a temporary memory context for memory allocations when firing watches. This will avoid leaking memory in case of long living connections and/or xenstore entries. Signed-off-by: Juergen Gross --- tools/xenstore/xenstored_core.c| 69 ++ tools/xenstore/xe