[[PATCH for-4.17 v1]] tools/ocaml/xenstored/xenstored.ml: fix incorrect scope

2022-11-10 Thread Edwin Török
A debug statement got introduced and code not reindented (as it was part of a security fix and was trying to avoid that), however that resulted in *only* the debug statement being part of the 'if', and everything else outside of it. This results in some unnecessary ring checks for domains which oth

Re: [[PATCH for-4.17 v1]] tools/ocaml/xenstored/xenstored.ml: fix incorrect scope

2022-11-11 Thread Christian Lindig
> On 10 Nov 2022, at 18:28, Edwin Török wrote: > > A debug statement got introduced and code not reindented > (as it was part of a security fix and was trying to avoid that), > however that resulted in *only* the debug statement being part of the 'if', > and everything else outside of it. > Thi