Re: vmm: Relock the kernel on ioctl error

2023-01-13 Thread Dave Voutila
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

vmm: Relock the kernel on ioctl error

2023-01-13 Thread Christian Ludwig
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