[PATCH 0/5] Fix fallout from IVMD/RMRR unification checks

Roger Pau Monne posted 5 patches 2 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240214103741.16189-1-roger.pau@citrix.com
xen/drivers/passthrough/x86/iommu.c | 25 +++++++++++--------------
xen/include/xen/mm-frame.h          |  4 ++--
2 files changed, 13 insertions(+), 16 deletions(-)
[PATCH 0/5] Fix fallout from IVMD/RMRR unification checks
Posted by Roger Pau Monne 2 months, 3 weeks ago
Hello,

First patch is a fix for a silly mistake I introduced in
iommu_unity_region_ok().  The rest are additional chances requested in
that context.  Last patch adds __must_check to the gfn/mfn addition
handlers.

Thanks, Roger.

Roger Pau Monne (5):
  iommu/x86: fix IVMD/RMRR range checker loop increment
  iommu/x86: print RMRR/IVMD ranges using full addresses
  iommu/x86: use full addresses internally for the IVMD/RMRR range
    checks
  iommu/x86: print page type in IVMD/RMRR check in case of error
  mm: add the __must_check attribute to {gfn,mfn}_add()

 xen/drivers/passthrough/x86/iommu.c | 25 +++++++++++--------------
 xen/include/xen/mm-frame.h          |  4 ++--
 2 files changed, 13 insertions(+), 16 deletions(-)

-- 
2.43.0