]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 26 Jan 2015 12:43:22 +0000 (04:43 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Jan 2015 16:22:28 +0000 (17:22 +0100)
commita5bec673b3f212e72a3a5b3b49c343a0aee78b9a
treec7a691bf95e2b4d71b1e15d636faa8871918d273
parent2084837d5be42b27d9774b4dc32394778f471415
Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"

The core fix was applied in

commit 3abfdaa2e67c5d374bfb62c9df7e35ec0bd9a82a
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Tue Jan 6 10:29:35 2015 +0000

    mutex: Always clear owner field upon mutex_unlock()

(note the absence of stable@ tag)

so we can now revert our band-aid commit acaf624363b720 for -next.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c