[PATCH 1/1] change the order to cleanup drm_property_blob after drm_crtc

2016-04-20 Thread Xiong, James
] change the order to cleanup drm_property_blob after drm_crtc From: "Xiong, James" Previously drm_mode_config_cleanup freed drm_property_blob first, then the drm_crtc which triggered unref calls to its associated drm_propery_blob, and could potentially cause memory corruption. Signed-off

[PATCH 1/1] change the order to cleanup drm_property_blob after drm_crtc

2016-04-13 Thread James Xiong
From: "Xiong, James" Previously drm_mode_config_cleanup freed drm_property_blob first, then the drm_crtc which triggered unref calls to its associated drm_propery_blob, and could potentially cause memory corruption. Signed-off-by: Xiong, James --- drivers/gpu/drm/drm_crtc.c | 10 +- 1