linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iommu/vt-d: Remove use of private data field
@ 2024-03-08 10:38 Jingqi Liu
  2024-03-08 10:38 ` [PATCH 1/2] iommu/vt-d: Remove debugfs " Jingqi Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jingqi Liu @ 2024-03-08 10:38 UTC (permalink / raw)
  To: iommu, Lu Baolu, Tian Kevin, Joerg Roedel, Will Deacon, Robin Murphy
  Cc: linux-kernel, Jingqi Liu

"Private Data" field has been removed from Page Request/Response in
Intel VT-d specification revision 4.0.

Since the private data field has been removed, it's fine to remove the
entire private data handling from the driver as the specification
has been deprecated and Intel hasn't shipped any products which
support private data in the page request message.

Jingqi Liu (2):
  iommu/vt-d: Remove debugfs use of private data field
  iommu/vt-d: Remove private data use in fault message

 drivers/iommu/intel/debugfs.c |  7 ---
 drivers/iommu/intel/iommu.h   |  1 -
 drivers/iommu/intel/perf.h    |  1 -
 drivers/iommu/intel/svm.c     | 84 +++++++----------------------------
 include/linux/iommu.h         |  3 +-
 5 files changed, 16 insertions(+), 80 deletions(-)

-- 
2.21.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-24  3:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 10:38 [PATCH 0/2] iommu/vt-d: Remove use of private data field Jingqi Liu
2024-03-08 10:38 ` [PATCH 1/2] iommu/vt-d: Remove debugfs " Jingqi Liu
2024-03-08 10:38 ` [PATCH 2/2] iommu/vt-d: Remove private data use in fault message Jingqi Liu
2024-04-24  3:42 ` [PATCH 0/2] iommu/vt-d: Remove use of private data field Baolu Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).