Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2025 18:21:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283807] panic: Fatal trap 12: page fault while in kernel mode on FreeBSD-14.2-RELEASE
Message-ID:  <bug-283807-227-iCWhjlF5N1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283807-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283807-227@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=3D283807

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D50c1e179b584f43ba82e9afc91b25ec48=
31b58ef

commit 50c1e179b584f43ba82e9afc91b25ec4831b58ef
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-01-05 16:09:08 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-01-05 17:19:56 +0000

    umtx: handle allocation failire in umtx_pi_alloc()

    Don't assume that this allocation will succeed. We may have been passed
    M_NOWAIT.

    The calling code already handles allocation failures, but the function
    itself did not.

    PR:             283807
    MFC after:      1 week

 sys/kern/kern_umtx.c | 3 +++
 1 file changed, 3 insertions(+)

--=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-283807-227-iCWhjlF5N1>