Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 14:06:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 277538] panic: vm_page_assert_unbusied: busy_lock owned by me
Message-ID:  <bug-277538-227-4otirYF8X5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277538-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277538-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=3D277538

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D5128c8948b4e56d20dfd623aeb030fb39=
c8f95b0

commit 5128c8948b4e56d20dfd623aeb030fb39c8f95b0
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-08 13:02:48 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-15 14:05:13 +0000

    swap_pager: Unbusy readahead pages after an I/O error

    The swap pager itself allocates readahead pages, so should take care to
    unbusy them after a read error, just as it does in the non-error case.

    PR:             277538
    Reviewed by:    olce, dougm, alc, kib
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D44646

    (cherry picked from commit 4696650782e2e5cf7ae5823f1de04550c05b5b75)

 sys/vm/swap_pager.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-277538-227-4otirYF8X5>