From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Bobroff Subject: [PATCH v2 0/2] Two AST driver fixes Date: Mon, 3 Dec 2018 11:53:19 +1100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: daniel@ffwll.ch, airlied@redhat.com, airlied@linux.ie, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org Hello, Here are two (attempted) fixes for the AST DRM driver. The issues they fix are both seen when the ast driver is unloaded (tested on Power9, although it looks like the second one is architecture independent). I'm fairly confident about the first fix, as it looks pretty straight forward. The second seems reasonable, but I don't know this area of the kernel very well. Cheers, Sam. Patch set changelog follows: Patch set v2: Patch 1/2: drm/ast: Fix incorrect free on ioregs Patch 2/2: drm/ast: Fix connector leak during driver unload * Changed to use drm_crtc_force_disable_all(). Patch set v1: Patch 1/2: drm/ast: Fix incorrect free on ioregs Patch 2/2: drm/ast: Fix connector leak during driver unload Sam Bobroff (2): drm/ast: Fix incorrect free on ioregs drm/ast: Fix connector leak during driver unload drivers/gpu/drm/ast/ast_fb.c | 1 + drivers/gpu/drm/ast/ast_main.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) -- 2.19.0.2.gcad72f5712