]> git.ipfire.org Git - thirdparty/linux.git/commit
iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy mode
authorSean Christopherson <seanjc@google.com>
Sat, 15 Mar 2025 03:09:28 +0000 (20:09 -0700)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 11 May 2026 07:31:20 +0000 (09:31 +0200)
commitb30e046cfdcc883c627a1d0ede7e2d10d5c1a22c
treec3973f012866c9b5e0079c0c53a3ba4976312bc2
parent5d6919055dec134de3c40167a490f33c74c12581
iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy mode

Bail early from enable_iommus_vapic() if IOMMUs are configured for either
of the legacy modes, as it's absurdly difficult to see that
iommu_ga_log_enable() is guaranteed to fail because iommu_init_ga_log()
skips allocating the ga_log.

Opportunistically have iommu_ga_log_enable() WARN if it's called without
IOMMUs being configured to support AVIC/vAPIC.

Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Vasant Hegde <vasant.hegde@amd.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd/init.c