[Bug 292884] nfsd causes kernel panic
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292884] nfsd causes kernel panic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Mar 2026 23:00:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292884
Rick Macklem <rmacklem@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #267792|0 |1
is obsolete| |
--- Comment #31 from Rick Macklem <rmacklem@FreeBSD.org> ---
Created attachment 268761
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268761&action=edit
svc_vc.c: Acauire/release an additional socket reference
Attachment #267792 had a bug. It did not
set the current vnet before calling sorele().
This patch replaces #267792 and fixes this
problem. (I will note that, for my testing,
the curvnet was always already set, so I am
not sure if/when it needs to be set, but this
patch sets it, to make sure it is set.)
--
You are receiving this mail because:
You are the assignee for the bug.