Christian Ludwig writes:
> [[S/MIME Signed Part:Undecided]]
> The vmm(4) ioctl handler unlocks the kernel, but misses to relock it in
> case of an error.
Thanks! Committed.
> ---
> sys/arch/amd64/amd64/vmm.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/sys/a
The vmm(4) ioctl handler unlocks the kernel, but misses to relock it in
case of an error.
---
sys/arch/amd64/amd64/vmm.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/arch/amd64/amd64/vmm.c b/sys/arch/amd64/amd64/vmm.c
index 13cf7643cb4..0ddea3ead7e 100644
--- a/sys