CyberRota Analysis
AI-GeneratedA vulnerability exists in the Linux kernel related to the gpio aggregator, where a dynamic software node created during device activation is not properly removed upon deactivation, leading to potential resource leaks. This could impact system stability and resource management, particularly in environments relying on dynamic device configurations. Linux system administrators and developers utilizing the gpio aggregator should prioritize applying updates to mitigate this issue.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: remove the software node when deactivating the aggregator The dynamic software node we create for the aggregator platform device when using configfs is leaked when the device is deactivated. Destroy it as the last step in the tear-down path.