From: Thomas Hellström <thomas.hellstrom@xxxxxxxxxxxxxxx> commit 1414d95d5805b1dc221d22db9b8dc5287ef083bc upstream. Fix a (harmless) misplaced #endif leading to declarations appearing multiple times. Fixes: 0eb2a18a8fad ("drm/xe: Implement VM snapshot support for BO's and userptr") Cc: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx> Cc: José Roberto de Souza <jose.souza@xxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> # v6.12+ Signed-off-by: Thomas Hellström <thomas.hellstrom@xxxxxxxxxxxxxxx> Reviewed-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Reviewed-by: Tejas Upadhyay <tejas.upadhyay@xxxxxxxxx> Link: https://patchwork.freedesktop.org/patch/msgid/20250228073058.59510-3-thomas.hellstrom@xxxxxxxxxxxxxxx (cherry picked from commit fcc20a4c752214b3e25632021c57d7d1d71ee1dd) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/xe/xe_vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/xe/xe_vm.h +++ b/drivers/gpu/drm/xe/xe_vm.h @@ -275,9 +275,9 @@ static inline void vm_dbg(const struct d const char *format, ...) { /* noop */ } #endif -#endif struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm); void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap); void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p); void xe_vm_snapshot_free(struct xe_vm_snapshot *snap); +#endif Patches currently in stable-queue which might be from thomas.hellstrom@xxxxxxxxxxxxxxx are queue-6.12/drm-xe-hmm-don-t-dereference-struct-page-pointers-without-notifier-lock.patch queue-6.12/drm-xe-add-staging-tree-for-vm-binds.patch queue-6.12/drm-xe-fix-fault-mode-invalidation-with-unbind.patch queue-6.12/drm-xe-userptr-properly-setup-pfn_flags_mask.patch queue-6.12/drm-xe-vm-validate-userptr-during-gpu-vma-prefetching.patch queue-6.12/drm-xe-vm-fix-a-misplaced-endif.patch queue-6.12/drm-xe-userptr-unmap-userptrs-in-the-mmu-notifier.patch queue-6.12/drm-xe-hmm-style-and-include-fixes.patch