Re: [Intel-gfx] [PATCH] drm/i915/gem: Propagate error from cancelled submit due to context closure

2020-12-04 Thread Tvrtko Ursulin
On 03/12/2020 10:34, Chris Wilson wrote: In the course of discovering and closing many races with context closure and execbuf submission, since commit 61231f6bd056 ("drm/i915/gem: Check that the context wasn't closed during setup") we started checking that the context was not closed by another

[Intel-gfx] [PATCH] drm/i915/gem: Propagate error from cancelled submit due to context closure

2020-12-03 Thread Chris Wilson
In the course of discovering and closing many races with context closure and execbuf submission, since commit 61231f6bd056 ("drm/i915/gem: Check that the context wasn't closed during setup") we started checking that the context was not closed by another userspace thread during the execbuf ioctl.