Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 02:44:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 274346] kernel panic/page fault in nfs_commonkrpc.c::newnfs_request(), due to duplicate hostid's
Message-ID:  <bug-274346-3630-yganCYcaO4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274346-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274346-3630@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=3D274346

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Ddb7257ef972ed75e33929d39fd791d369=
9b53c63

commit db7257ef972ed75e33929d39fd791d3699b53c63
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-10-18 02:40:23 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-10-18 02:43:25 +0000

    nfsd: Fix a server crash

    PR#274346 reports a crash which appears to be caused by a NULL default
session
    being destroyed.  This patch should avoid the crash.

    Tested by:      Joshua Kinard <freebsd@kumba.dev>
    PR:     274346
    MFC after:      2 weeks

 sys/fs/nfs/nfs_commonkrpc.c | 9 +++++++++
 sys/fs/nfs/nfs_commonsubs.c | 6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274346-3630-yganCYcaO4>