Critical Vulnerability Information Vulnerability Type: General Protection Fault Affected Module: Issue Description: - After loading , if is unloaded and reloaded, a general protection fault may occur during error injection testing. - The root cause is that the variable (located in ) is not reset. When is reloaded, the counter is incremented again by the actual number of ADXL components, resulting in the counter value being twice the actual number of ADXL components. This leads to an array out-of-bounds access, triggering a general protection fault. Fix: - Reset the variable in the function, which is called when is unloaded. Related Commits: - Fixing commit: ("EDAC, i10nm: make skx_common.o a separate module") - Reporter: Feng Xu - Signers: Qixiu Zhuo , Tony Luck , Sasha Levin Code Changes: