Skip to content
Commit 788885ae authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-atomic slot



i915_error_object_create() is called from the timer interrupt and hence
can corrupt the KM_USER0 slot.  Use KM_IRQ0 instead.

Reported-by: default avatarJaswinder Singh Rajput <jaswinderlinux@gmail.com>
Tested-by: default avatarJaswinder Singh Rajput <jaswinderlinux@gmail.com>
Acked-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 06efbeb4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment