From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: Re: [PATCH 0/5] drm: fix resources leak in error handle code path Date: Wed, 6 Nov 2013 13:45:31 +1000 Message-ID: References: <20131030230414.GA4064@udknight> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <20131030230414.GA4064@udknight> Sender: linux-kernel-owner@vger.kernel.org To: Wang YanQing , Dave Airlie , dri-devel , LKML , Daniel Vetter List-Id: dri-devel@lists.freedesktop.org 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 issues as it reorders the unload operation with respect to other operations, and I wonder if legacy drivers might start crashing in this situation. Dave.