Re: [PATCH] drm/i915: use READ_ONCE() to read vma->iomap in concurrent environment
Hi, I want to confirm the status of this patch and whether need any additional information.
[PATCH] drm/i915: use READ_ONCE() to read vma->iomap in concurrent environment
not. And READ_ONCE() is added to protect. Signed-off-by: linke li --- drivers/gpu/drm/i915/i915_vma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c index d09aad34ba37..9fcc11db0505 100644 --- a/drivers/gpu/