[Bug 282241] panic on boot on Parallels arm64

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Nov 2024 16:51:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282241

Andrew Turner <Andrew@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #8 from Andrew Turner <Andrew@FreeBSD.org> ---
Can you try with https://reviews.freebsd.org/D47487. It looks like the issue is
the interrupt is configured as level when it should be edge so we get an
interrupt storm leading to lock contention that causes the ithread to sleep
waiting for the mutex to be unlocked.

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