CVE-2025-23162 Information
Description
In the Linux kernel the following vulnerability has been resolved:
drm/xe/vf: Don’t try to trigger a full GT reset if VF
VFs don’t have access to the GDRST(0x941c) register that driver uses to reset a GT. Attempt to trigger a reset using debugfs:
$ cat /sys/kernel/debug/dri/0000:00:02.1/gt0/force_reset
or due to a hang condition detected by the driver leads to:
[ ] xe 0000:00:02.1: [drm] GT0: trying reset from force_reset [xe]
[ ] xe 0000:00:02.1: [drm] GT0: reset queued
[ ] xe 0000:00:02.1: [drm] GT0: reset started
[ ] ————[ cut here ]————
[ ] xe 0000:00:02.1: [drm] GT0: VF is trying to write 0x1 to an inaccessible register 0x941c+0x0
[ ] WARNING: CPU: 3 PID: 3069 at drivers/gpu/drm/xe/xe_gt_sriov_vf.c:996 xe_gt_sriov_vf_write32+0xc6/0x580 [xe]
[ ] RIP: 0010:xe_gt_sriov_vf_write32+0xc6/0x580 [xe]
[ ] Call Trace:
[ ]
Fix that by sending H2G VF_RESET(0x5507) action instead.
Reference
https://git.kernel.org/stable/c/2eec2fa8666dcecebae33a565a818c9de9af8b50 https://git.kernel.org/stable/c/459777724d306315070d24608fcd89aea85516d6 https://git.kernel.org/stable/c/90b16edb3213e4ae4a3138bb20703ae367e88a01 https://git.kernel.org/stable/c/a9bc61a61372897886f58fdaa5582e3f7bf9a50b
Share on: