Acknowledged
Created: Oct 29, 2025
Updated: Oct 30, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]coresight: trbe: Return NULL pointer for allocation failures[EOL][EOL]When the TRBE driver fails to allocate a buffer, it currently returns[EOL]the error code "-ENOMEM". However, the caller etm_setup_aux() only[EOL]checks for a NULL pointer, so it misses the error. As a result, the[EOL]driver continues and eventually causes a kernel panic.[EOL][EOL]Fix this by returning a NULL pointer from arm_trbe_alloc_buffer() on[EOL]allocation failures. This allows that the callers can properly handle[EOL]the failure.