Skip to content

Commit fe70b32

Browse files
committed
Merge tag 'iommu-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Pull iommu fix from Joerg Roedel: - Fix wrong definition of PASID_FLAG_PWSNP bit. This caused DMAR errors on Arrow Lake platforms. * tag 'iommu-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux: iommu/vt-d: Treat PAGE_SNOOP and PWSNP separately
2 parents 0dbc357 + 02f9d76 commit fe70b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iommu/intel/pasid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define PASID_FLAG_NESTED BIT(1)
2626
#define PASID_FLAG_PAGE_SNOOP BIT(2)
27-
#define PASID_FLAG_PWSNP BIT(2)
27+
#define PASID_FLAG_PWSNP BIT(3)
2828

2929
/*
3030
* The PASID_FLAG_FL5LP flag Indicates using 5-level paging for first-

0 commit comments

Comments
 (0)