Re: [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,

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

2013-11-05 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