]> git.ipfire.org Git - thirdparty/linux.git/commit
iommu/vt-d: Remove the pasid present check in prq_event_thread
authorKlaus Jensen <k.jensen@samsung.com>
Mon, 4 Nov 2024 01:40:35 +0000 (09:40 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 5 Nov 2024 12:32:25 +0000 (13:32 +0100)
commit9f831c16c69e4f2f042919c8409be300fd9f4248
tree3273a7e03a29e88fcc645b428029277ceee32814
parent4d5440957641fb5652cbef8df6183baf473cab6b
iommu/vt-d: Remove the pasid present check in prq_event_thread

PASID is not strictly needed when handling a PRQ event; remove the check
for the pasid present bit in the request. This change was not included
in the creation of prq.c to emphasize the change in capability checks
when handing PRQ events.

Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Link: https://lore.kernel.org/r/20241015-jag-iopfv8-v4-2-b696ca89ba29@kernel.org
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/prq.c