Re: [Libguestfs] nbdkit | Failed pipeline for master | 9d4b87e0

2023-06-22 Thread Richard W.M. Jones
On Wed, Jun 21, 2023 at 10:07:34PM +, GitLab wrote: > GitLab >✖ Pipeline #907639365 has failed! > > Project nbdkit / nbdkit > Branch● master > Commit● 9d4b87e0 > ocaml: Fix thread registration for OCaml 5 OCa... > Commit Author ● Richard W.M

Re: [Libguestfs] [PATCH libnbd] ocaml: Release runtime lock around call to nbd_close

2023-06-22 Thread Laszlo Ersek
On 6/21/23 23:54, Richard W.M. Jones wrote: > OCaml 5 is stricter than earlier versions about correct locking. > > We must release the OCaml runtime lock when calling nbd_close since it > may do some long-running operations and we want to allow concurrent > threads to run. > > However specificall