Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 22:30:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 204340] [panic] nfsd, em, msix, fatal trap 9
Message-ID:  <bug-204340-2472-04vT9C3Xly@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204340-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204340-2472@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=204340

--- Comment #8 from Rick Macklem <rmacklem@FreeBSD.org> ---
Created attachment 163299
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163299&action=edit
patch that locks mutex when request queue is updated

This patch fixes the only other issue I can spot in the kernel
server RPC. There was a case where the request queue was being
updated, but the st_lock mutex was not held. This bug could have
conceivably resulted in a corrupted request queue.

-- 
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-204340-2472-04vT9C3Xly>