In the Linux kernel, the following vulnerability has been resolved: hwmon: (xgene) Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgene_hwmon_probe() warn: 'ctx->pcc_comm_addr' from ioremap() not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701 xgene_hwmon_probe(), ioremap and memremap is not released, which may cause a leak. To fix this, ioremap and memremap is modified to devm_ioremap and devm_memremap. [groeck: Fixed formatting and subject]
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | QCA4024 |
| Linux | Linux | QCC2076 |
| Linux | Linux | < bf0cd60b7e33cf221fbe1114e4acb2c828b0af0d |
| Linux | Linux | 20241022 |