PT-2026-61338
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix exec queue leak on width check in stream open In xe oa stream open ioctl, when param.exec q-width 1 the function returns -EOPNOTSUPP directly, skipping the existing err exec q cleanup path. The exec queue reference...