Re: bhyve regression (head): windows VMs failing with error 0xc000021a

2024-10-26 Thread Mark Johnston
On Fri, Oct 25, 2024 at 11:12:48PM +0200, Guido Falsi wrote: > On 25/10/24 22:49, Mark Johnston wrote: > > On Fri, Oct 25, 2024 at 09:24:13PM +0200, Guido Falsi wrote: > > > Hi, > > > > > > I've recently updated my current machines to git commit > > > 525a177c165740fc697df3de5b92e58b3b41477c (Sun

[Bug 277559] kldload vmm sometimes hangs kernel on arm64

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277559 --- Comment #15 from Mark Johnston --- Is this still a problem on the latest main? I've never seen it myself on some Ampere and Morello systems, and there's been a number of arm64/vmm bug fixes since the last comment. -- You are receivin

[Bug 278245] sendfile to bhyve VM on same host fails with MEXTPG

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278245 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

Re: bhyve regression (head): windows VMs failing with error 0xc000021a

2024-10-26 Thread Guido Falsi
On 26/10/24 15:28, Mark Johnston wrote: On Fri, Oct 25, 2024 at 11:12:48PM +0200, Guido Falsi wrote: On 25/10/24 22:49, Mark Johnston wrote: On Fri, Oct 25, 2024 at 09:24:13PM +0200, Guido Falsi wrote: Hi, I've recently updated my current machines to git commit 525a177c165740fc697df3de5b92e58

[Bug 280959] New FreeBSD EC2 Machines Don't Boot

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280959 --- Comment #3 from Colin Percival --- Yeah, the problem here is that bspatch takes a lot of memory when patching a large file -- in particular a 100 MB kernel.debug. Even if you get the system booting, you could run into problems if you f

[Bug 280959] New FreeBSD EC2 Machines Don't Boot

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280959 Mark Johnston changed: What|Removed |Added Status|New |Open --- Comment #4 from Mark John

[Bug 277559] kldload vmm sometimes hangs kernel on arm64

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277559 --- Comment #17 from Michael Tuexen --- (In reply to Mark Johnston from comment #15) I still do see it everytime I do `kldload vmm` on a 32 core Ampere System (eMAG). On a 128 core (Ampere Altra) everything is fine. Can I provide any hints?

[Bug 277559] kldload vmm sometimes hangs kernel on arm64

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277559 --- Comment #16 from Michael Tuexen --- (In reply to Mark Johnston from comment #15) I still do see it everytime I do `kldload vmm` on a 32 core Ampere System (eMAG). On a 128 core (Ampere Altra) everything is fine. Can I provide any hints?

[Bug 277559] kldload vmm sometimes hangs kernel on arm64

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277559 --- Comment #18 from Mark Johnston --- (In reply to Michael Tuexen from comment #17) Can you please share the dmesg from your system? It'd help to try sprinkling prints around arm_setup_vectors() and vmmops_modinit() to see where exactly t

[Bug 280959] New FreeBSD EC2 Machines Don't Boot

2024-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280959 Zhenlei Huang changed: What|Removed |Added CC||z...@freebsd.org --- Comment #5 fr