[Bug 279887] 9pfs kernel page fault on shutdown on a bhyveload(8) or UEFI-booted FreeBSD VM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 13:29:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279887
--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ec70e1177b2004a5990222dbe3bd6130d9566822
commit ec70e1177b2004a5990222dbe3bd6130d9566822
Author: Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2024-07-09 19:07:18 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-07-04 13:28:06 +0000
p9fs: remove duplicated code
This code is using the vnode after it has been released and causing a
panic when a p9fs shared volume is unmounted. In fact, it seems like it's
just duplicated code left behind from a bad merge.
PR: 279887
Reported by: Michael Dexter
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1323
(cherry picked from commit a6ca6dfd60b66eec563bd473d96b31f0be1de80a)
sys/fs/p9fs/p9fs_vnops.c | 10 ----------
1 file changed, 10 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.