On Sun, Apr 21, 2019 at 01:11:59AM +0200, Klemens Nanni wrote: > https://ftp.hostserver.de/archive/2019-04-18-0105/amd64/bsd.mp > OpenBSD 6.5 (GENERIC.MP) #3: Sat Apr 13 14:48:43 MDT 2019 > works > > https://ftp.hostserver.de/archive/2019-04-19-0105/amd64/bsd.mp > OpenBSD 6.5-current (GENERIC.MP) #4: Thu Apr 18 14:13:24 MDT 2019 > panics > > Surprisingly simple, the last commit in that range broke it: > > revision 1.238 > date: 2019/04/18 18:51:34; author: mlarkin; > jMpas4GuYFG5; > vmm(4): whitespace fix > > Reverting the first hunk of this commit fixes `vmctl start vpn' for me. > > Feedback? OK? >
Thanks for fixing it while I was out. I have removed the DPRINTF that was causing this panic. -ml > Index: arch/amd64/amd64/vmm.c > =================================================================== > RCS file: /cvs/src/sys/arch/amd64/amd64/vmm.c,v > retrieving revision 1.238 > diff -u -p -r1.238 vmm.c > --- arch/amd64/amd64/vmm.c 18 Apr 2019 18:51:34 -0000 1.238 > +++ arch/amd64/amd64/vmm.c 20 Apr 2019 22:56:37 -0000 > @@ -40,7 +40,7 @@ > > #include <dev/isa/isareg.h> > > -#define VMM_DEBUG > +/* #define VMM_DEBUG */ > > void *l1tf_flush_region; > >
