Re: [PATCH v6 11/32] drm/xe: Nuke VM's mapping upon close

2025-02-25 Thread Matthew Brost
On Tue, Feb 25, 2025 at 06:05:13PM +, Matthew Auld wrote: > On 25/02/2025 04:42, Matthew Brost wrote: > > Clear root PT entry and invalidate entire VM's address space when > > closing the VM. Will prevent the GPU from accessing any of the VM's > > memory after closing. > > > > v2: > > - s/vm

Re: [PATCH v6 11/32] drm/xe: Nuke VM's mapping upon close

2025-02-25 Thread Matthew Auld
On 25/02/2025 04:42, Matthew Brost wrote: Clear root PT entry and invalidate entire VM's address space when closing the VM. Will prevent the GPU from accessing any of the VM's memory after closing. v2: - s/vma/vm in kernel doc (CI) - Don't nuke migration VM as this occur at driver unload (CI

[PATCH v6 11/32] drm/xe: Nuke VM's mapping upon close

2025-02-24 Thread Matthew Brost
Clear root PT entry and invalidate entire VM's address space when closing the VM. Will prevent the GPU from accessing any of the VM's memory after closing. v2: - s/vma/vm in kernel doc (CI) - Don't nuke migration VM as this occur at driver unload (CI) v3: - Rebase and pull into SVM series (Thom