From 7eb3b2c83dccddec34787adf67c10c82331d262e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 17 May 2012 13:27:19 +0200 Subject: [PATCH] drm: Delete the vblank timer synchronously at cleanup time A race condition exists in drm_vblank_cleanup() if the vblank disable timer callback runs after freeing the memory that its callback function tries to access. Fix this by deleting the timer synchronously. Signed-off-by: Laurent Pinchart Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-format-patch failed