[PATCH 0/5] drm: fix resources leak in error handle code path

2013-11-06 Thread Dave Airlie
On Thu, Oct 31, 2013 at 9:04 AM, Wang YanQing wrote: > This series patches fix resource leak > issue in error handle code path I meet > with drm, vmalloc leak, etc. Daniel this seems to cross over a bit with your cleanups, I also am not sure that the drm_cleanup_in_dev isn't going to cause issue

[PATCH 0/5] drm: fix resources leak in error handle code path

2013-11-06 Thread Daniel Vetter
On Wed, Nov 06, 2013 at 01:45:31PM +1000, Dave Airlie wrote: > On Thu, Oct 31, 2013 at 9:04 AM, Wang YanQing wrote: > > This series patches fix resource leak > > issue in error handle code path I meet > > with drm, vmalloc leak, etc. > > Daniel this seems to cross over a bit with your cleanups,

[PATCH 0/5] drm: fix resources leak in error handle code path

2013-10-31 Thread Wang YanQing
This series patches fix resource leak issue in error handle code path I meet with drm, vmalloc leak, etc. I meet below issue caused by drm haven't release resource(include 40K vmalloc per module insert failed) in error code path and buggy nvidia driver try to insert nvidia module cycled when it