aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher2024-04-10 04:50:18 +0200
committerAndreas Gruenbacher2024-04-24 19:48:20 +0200
commitd98779e687726d8f8860f1c54b5687eec5f63a73 (patch)
treeec9679324d2b371de147127d779ccec7a4f7bfa6 /scripts
parent59f60005797b4018d7b46620037e0c53d690795e (diff)
gfs2: Fix potential glock use-after-free on unmount
When a DLM lockspace is released and there ares still locks in that lockspace, DLM will unlock those locks automatically. Commit fb6791d100d1b started exploiting this behavior to speed up filesystem unmount: gfs2 would simply free glocks it didn't want to unlock and then release the lockspace. This didn't take the bast callbacks for asynchronous lock contention notifications into account, which remain active until until a lock is unlocked or its lockspace is released. To prevent those callbacks from accessing deallocated objects, put the glocks that should not be unlocked on the sd_dead_glocks list, release the lockspace, and only then free those glocks. As an additional measure, ignore unexpected ast and bast callbacks if the receiving glock is dead. Fixes: fb6791d100d1b ("GFS2: skip dlm_unlock calls in unmount") Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Cc: David Teigland <teigland@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions