Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 12:12:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 212168] [panic] [UFS] use-after-free panic (0xdeadc0dedeadc0de)
Message-ID:  <bug-212168-3630-kYBQDeI4jY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212168-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212168-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=3D212168

--- Comment #11 from Andrew Turner <Andrew@FreeBSD.org> ---
I see that WORKLIST_INSERT will set ONWORKLIST in wk_state. Is this always
locked? The existence of WORKLIST_INSERT_UNLOCKED seems to imply it's not. =
As
arm64 has a weaker memory model than x86 the ordering of setting this bit a=
nd
adding the item to the list is not guaranteed.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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