Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-12-12 Thread Juergen Gross
On 01.12.22 20:25, Julien Grall wrote: Hi Juergen, On 08/11/2022 08:09, Juergen Gross wrote: On 07.11.22 19:37, Julien Grall wrote: On 07/11/2022 08:34, Juergen Gross wrote: On 06.11.22 23:00, Julien Grall wrote: Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the

Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-12-01 Thread Julien Grall
Hi Juergen, On 08/11/2022 08:09, Juergen Gross wrote: On 07.11.22 19:37, Julien Grall wrote: On 07/11/2022 08:34, Juergen Gross wrote: On 06.11.22 23:00, Julien Grall wrote: Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the number of nodes of a domain in an

Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-11-08 Thread Juergen Gross
On 07.11.22 19:37, Julien Grall wrote: On 07/11/2022 08:34, Juergen Gross wrote: On 06.11.22 23:00, Julien Grall wrote: Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the number of nodes of a domain in an active transaction is not working correctly, as it allows

Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-11-07 Thread Julien Grall
On 07/11/2022 08:34, Juergen Gross wrote: On 06.11.22 23:00, Julien Grall wrote: Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the number of nodes of a domain in an active transaction is not working correctly, as it allows to create arbitrary number of nodes. The

Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-11-07 Thread Juergen Gross
On 06.11.22 23:00, Julien Grall wrote: Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the number of nodes of a domain in an active transaction is not working correctly, as it allows to create arbitrary number of nodes. The transaction will finally fail due to

Re: [PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-11-06 Thread Julien Grall
Hi Juergen, On 01/11/2022 15:28, Juergen Gross wrote: The accounting for the number of nodes of a domain in an active transaction is not working correctly, as it allows to create arbitrary number of nodes. The transaction will finally fail due to exceeding the number of nodes quota, but before

[PATCH 13/20] tools/xenstore: don't allow creating too many nodes in a transaction

2022-11-01 Thread Juergen Gross
The accounting for the number of nodes of a domain in an active transaction is not working correctly, as it allows to create arbitrary number of nodes. The transaction will finally fail due to exceeding the number of nodes quota, but before closing the transaction an unprivileged guest could cause