CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's handling of VF/PF relay actions, specifically concerning the processing of FAST_REQ and EVENT messages, which can disrupt the VFPF ABI protocol. This mismanagement could lead to assertion failures on the PF side, potentially compromising system stability. Organizations utilizing Linux in environments reliant on virtual function and physical function communication should prioritize addressing this issue to maintain operational integrity.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays Currently defined VF/PF relay actions use regular REQUEST messages only and the PF shouldn't attempt to handle FAST_REQUEST nor EVENT messages as this would result in breaking the VFPF ABI protocol and also might trigger an assert on the PF side. (cherry picked from commit 1714d360fc5ae2e0886a69e979095d9c7ff3568a)