Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2025 02:54:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 285415] [Hyper-V] i386 panic during vm_phys_early_startup()
Message-ID:  <bug-285415-27103-7JnTureUC0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285415-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285415-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285415

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #7 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #4)
I don't really want to spend [more] time, but from a quick glance I think the
vm_phys_early_add_seg() call in pmap_bootstrap() is wrong now.  It covers the
pages allocated by pmap_cold(), but this is already done by the
vm_phys_early_add_seg() call in getmemsize().  So maybe simply removing that
call is sufficient.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285415-27103-7JnTureUC0>