Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2023 22:04:40 +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-Y5gUslCYx0@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 #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D098273e649c647d5472d518c5023477ad=
15b7c3f

commit 098273e649c647d5472d518c5023477ad15b7c3f
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-10-18 02:40:23 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-11-02 22:02:22 +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.

    PR:     274346

    (cherry picked from commit db7257ef972ed75e33929d39fd791d3699b53c63)

 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-Y5gUslCYx0>