[Bug 286045] [iicbus] panic page fault on start by devd in L635: sc->intr_handler(sc->intr_ctx, sc->intr_buf, actual);

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 May 2025 18:18:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286045

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7798b72a90004cab0e6790060a18c00b87750341

commit 7798b72a90004cab0e6790060a18c00b87750341
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2025-04-28 21:39:28 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2025-05-15 18:13:41 +0000

    iichid(4): Do not send packets read in interrupt handler to hidbus

    if no hidbus and hidbus clients were attached and opened by users.

    iichid(4) enables interrupts before hidbus is attached and sending
    packets to it at this time leads to panic at boot time.

    Fixes: daa098cc37b9 ("Wait for RESET command response while attaching")

    Tested by:      dch
    PR:             286045
    MFC with:       daa098cc37b9

    (cherry picked from commit 2abdb305bd0c105226f6a71a8d3dc89698c9ef6b)

 sys/dev/iicbus/iichid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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