]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Taint TLB invalidation seqno lock with GFP_KERNEL
authorMatthew Brost <matthew.brost@intel.com>
Fri, 16 Jan 2026 22:17:26 +0000 (14:17 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Sat, 17 Jan 2026 02:24:51 +0000 (18:24 -0800)
commit8d7a9f801ed72c6a2506bb26f2eec1f8245bface
tree7b0a528e59db368a54fe87890ea5f7186d1d48d2
parenta3866ce7b1221353b795603bb8d0c81d81e60e65
drm/xe: Taint TLB invalidation seqno lock with GFP_KERNEL

Taint TLB invalidation seqno lock with GFP_KERNEL as TLB invalidations
can be in the path of reclaim (e.g., MMU notifiers).

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Tested-by: Stuart Summers <stuart.summers@intel.com>
Link: https://patch.msgid.link/20260116221731.868657-7-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_tlb_inval.c