From: Lu Baolu<baolu.lu@xxxxxxxxxxxxxxx>Out of curiosity. With kexec the IOMMU may contain stale mappings
Sent: Tuesday, June 14, 2022 10:51 AM
The disable_dmar_iommu() is called when IOMMU initialization fails or
the IOMMU is hot-removed from the system. In both cases, there is no
need to clear the IOMMU translation data structures for devices.
On the initialization path, the device probing only happens after the
IOMMU is initialized successfully, hence there're no translation data
structures.
from the old kernel. Then is it meaningful to disable IOMMU after the
new kernel fails to initialize it properly?