[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1510275907-993-1-git-send-email-stschake@gmail.com>
Date: Fri, 10 Nov 2017 02:05:05 +0100
From: Stefan Schake <stschake@...il.com>
To: dri-devel@...ts.freedesktop.org
Cc: linux-rpi-kernel@...ts.infradead.org,
Stefan Schake <stschake@...il.com>,
Eric Anholt <eric@...olt.net>, David Airlie <airlied@...ux.ie>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] drm/vc4: Correctly uninstall interrupts
This set of patches fixes issues with vc4_irq_uninstall.
The first patch fixes a NULL pointer dereference when the binner BO
would disappear during an in flight overflow mem work callback.
The second patch ensures we return with all interrupts disabled. This was
suspected to cause the NULL dereference but turned out to be unrelated.
Tested with a Raspberry Pi CM 3 that was previously stuck in a boot loop
due to the issue. With the patch applied, the NULL dereference was no
longer observed through numerous resets.
Stefan Schake (2):
drm/vc4: Account for interrupts in flight
drm/vc4: Ensure interrupts are disabled
drivers/gpu/drm/vc4/vc4_irq.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
--
1.9.1
Powered by blists - more mailing lists