Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2024 17:47:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 282241] panic on boot on Parallels arm64
Message-ID:  <bug-282241-27103-9CmmDg2XsS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282241-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282241-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=3D282241

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Da1330a71d20d862eb9d930d87245f23ee=
4853527

commit a1330a71d20d862eb9d930d87245f23ee4853527
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-11-18 15:29:42 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-11-19 17:14:42 +0000

    acpi: Handle multiple interrupts

    When multiple IRQs are specified in a single resource then we only
    check the first. Change this to check all interrupts for the value
    we expect to find.

    Without this we may still enable the interrupt, but it can have the
    wrong polatiry or trigger. This can cause an interrupt storm if the
    interrupt was configured with a level trigger when it should have
    been an edge.

    PR:             282241
    Reported by:    trasz
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D47487

 sys/dev/acpica/acpi_resource.c | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

--=20
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-282241-27103-9CmmDg2XsS>