drm/i915: Fix use after free when printing load failure
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Wed, 23 Mar 2016 08:31:46 +0000 (10:31 +0200)
committerMika Kuoppala <mika.kuoppala@intel.com>
Wed, 23 Mar 2016 10:00:16 +0000 (12:00 +0200)
commit2dc10cd8bc2662d0311224d92fb82f34be0424bc
treec308c1b90084d77d38ac5cc7c67e8f5bebc18d08
parentc6c794a2fc5e3bc8976fa318fbc7a003ecd712a1
drm/i915: Fix use after free when printing load failure

Commit d15d7538c6d2 ("drm/i915: Tune down init error message due
to failure injection") added i915_load_error message to failure
path on device initialization. The message is printed
after the device is freed. And as the message printing helper
uses the device structure, this leads to use after free.

Spotted by Kasan.

Cc: Imre Deak <imre.deak@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1458721906-10625-1-git-send-email-mika.kuoppala@intel.com
drivers/gpu/drm/i915/i915_dma.c