From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Issue Description: When setting the interrupt register and mask, was not properly held, leading to a race condition in the function. - Impact: This issue occurs approximately once every 1000 reboots on the i.MX8MP base system. 2. Fix: - Code Modification: The statement was added in the function to ensure is correctly held when setting the interrupt register and mask. - Code Example: 3. Sign-off: - Submitted by: Ian Ray - Signed-off-by: Ian Ray - Link: https://lore.kernel.org/r/20240620042915.2173-1-ian.ray@gehealthcare.com 4. Diffstat: - File Changes: 2 lines changed in , with 2 lines inserted. - Code Diff: This information indicates that the vulnerability was caused by a race condition due to the improper holding of when setting the interrupt register and mask. The fix involves adding the statement in the relevant function to ensure is properly held during these operations.