В ядре Linux устранена следующая уязвимость:
mtd: rawnand: pl353: исправить распределение ресурсов пробы
Во время проверки() вызывается devm_ioremap() с родительским устройством.
вместо нынешнего. Поэтому, когда модуль выгружается, регистр
территория не освобождается.
Нацельтесь на устройство pl35x в devm_ioremap() вместо его родительского устройства.
Показать оригинальное описание (EN)
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: pl353: fix probe resource allocation During probe(), the devm_ioremap() is called with the parent device instead of the current one. So when the module is unloaded, the register area isn't released. Target the pl35x device in the devm_ioremap() instead of its parent.