[Bug 274346] kernel panic/page fault in nfs_commonkrpc.c::newnfs_request(), due to duplicate hostid's

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Nov 2023 23:36:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274346

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=18d51c3c305f233a75fc64f8e5711306dd05a8fc

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

    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(-)

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