[Bug 274346] kernel panic/page fault in nfs_commonkrpc.c::newnfs_request(), due to duplicate hostid's
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Oct 2023 00:06:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274346 --- Comment #2 from Rick Macklem <rmacklem@FreeBSD.org> --- Created attachment 245539 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245539&action=edit add checks for no valid session This patch adds checks in two places for the case where there is no session on the mount. Since I think that the crash was caused by the mount not having a session, I think this patch might avoid the crash. Hopefully the reporter can test this patch? -- You are receiving this mail because: You are on the CC list for the bug.