summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorMatthew Brost <matthew.brost@intel.com>2025-10-31 16:40:45 -0700
committerMatthew Brost <matthew.brost@intel.com>2025-11-04 08:20:46 -0800
commitadda4e855ab6409a3edaa585293f1f2069ab7299 (patch)
tree9d3f0e376be6e6fd80250ec6f287cdb0c893f3dc /tools/perf/scripts/python/task-analyzer.py
parenta4ff26b7c8ef38e4dd34f77cbcd73576fdde6dd4 (diff)
downloadkernel-adda4e855ab6409a3edaa585293f1f2069ab7299.tar.gz
drm/xe: Enforce correct user fence signaling order using
Prevent application hangs caused by out-of-order fence signaling when user fences are attached. Use drm_syncobj (via dma-fence-chain) to guarantee that each user fence signals in order, regardless of the signaling order of the attached fences. Ensure user fence writebacks to user space occur in the correct sequence. v7: - Skip drm_syncbj create of error (CI) Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs") Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Link: https://patch.msgid.link/20251031234050.3043507-2-matthew.brost@intel.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
spec-branch.h?h=linux-6.18.y&id=c8c81458863ab686cda4fe1e603fccaae0f12460'>x86/speculation: Remove the extra #ifdef around CALL_NOSPECPawan Gupta 2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth 2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst 2025-03-04x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta 2025-03-04x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta 2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed 2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed 2024-12-02objtool: Collect more annotations in objtool.hPeter Zijlstra 2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra 2024-10-09x86/bugs: Use code segment selector for VERW operandPawan Gupta