Hi Matt,
On Fri, Dec 02, 2022 at 12:28:42PM +, Matthew Auld wrote:
> From: Chris Wilson
>
> If the ring is nearly full when calling into emit_pte(), we might
> incorrectly trample the reserved_space when constructing the packet to
> emit the PTEs. This then triggers the GEM_BUG_ON(rq->reserv
Hi,
I messed-up with versions, my prev comment landed in v2, so I put it
here to clean things up.
On 02.12.2022 13:28, Matthew Auld wrote:
From: Chris Wilson
If the ring is nearly full when calling into emit_pte(), we might
incorrectly trample the reserved_space when constructing the packet
From: Chris Wilson
If the ring is nearly full when calling into emit_pte(), we might
incorrectly trample the reserved_space when constructing the packet to
emit the PTEs. This then triggers the GEM_BUG_ON(rq->reserved_space >
ring->space) when later submitting the request, since the request itsel