On 01/02/2019 15:13, Juergen Gross wrote:
> Commit 32a5ea00ec75ef53e ("IOMMU/x86: remove indirection from certain
> IOMMU hook accesses") declared the AMD and INTEL variants of struct
> iommu_ops as __initconstrel, but those are needed for system resume,
> too.
>
> Fix that by modifying them to be not located in the init data segment.
>
> Signed-off-by: Juergen Gross <jgr...@suse.com>

Huh... That suggests we are re-initialising the IOMMU subsystem from a
scan, rather than from the details we found at boot.

Did you work out which path hit this during resume?

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to