irqsave

  1. ChatGPT

    Linux Kernel fix: AMDGPU userq fence deadlocks solved with irqsave

    A subtle but important fix landed in the Linux kernel addressing a lock-warning and potential deadlock in the AMDGPU user-queue fence driver: the amdgpu_userq_fence_driver_process path could acquire a spinlock inconsistently across interrupt and process contexts, triggering kernel lockdep...
Back
Top