All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] iommu/vt-d: Several fixes for intel iommu driver
@ 2023-03-31  2:42 Tina Zhang
  2023-03-31  2:42 ` [PATCH v2 1/7] iommu/vt-d: Fix operand size in bitwise operation Tina Zhang
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Tina Zhang @ 2023-03-31  2:42 UTC (permalink / raw)
  To: iommu; +Cc: Lu Baolu, Tina Zhang

v2:
- Remove two patches which are not necessary.
- Split the "Replace BUG()/BUG_ON() with WARN_ON/WARN_ON_ONCE()" patch
  into several small patches with each one addressing one issue.
- Use BIT_ULL in the "Fix operand size in bitwise operation" patch.
v1:
https://lore.kernel.org/linux-iommu/20230329124654.2698853-1-tina.zhang@intel.com/

Tina Zhang (7):
  iommu/vt-d: Fix operand size in bitwise operation
  iommu/vt-d: Remove BUG_ON on checking valid pfn range
  iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidation
  iommu/vt-d: Remove BUG_ON when domain->pgd is NULL
  iommu/vt-d: Remove BUG_ON in map/unmap()
  iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)
  iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()

 drivers/iommu/intel/dmar.c  |  7 +++---
 drivers/iommu/intel/iommu.c | 45 ++++++++++++++++++++-----------------
 2 files changed, 28 insertions(+), 24 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-03-31  4:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-31  2:42 [PATCH v2 0/7] iommu/vt-d: Several fixes for intel iommu driver Tina Zhang
2023-03-31  2:42 ` [PATCH v2 1/7] iommu/vt-d: Fix operand size in bitwise operation Tina Zhang
2023-03-31  2:42 ` [PATCH v2 2/7] iommu/vt-d: Remove BUG_ON on checking valid pfn range Tina Zhang
2023-03-31  2:42 ` [PATCH v2 3/7] iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidation Tina Zhang
2023-03-31  2:42 ` [PATCH v2 4/7] iommu/vt-d: Remove BUG_ON when domain->pgd is NULL Tina Zhang
2023-03-31  3:25   ` Baolu Lu
2023-03-31  4:30     ` tina.zhang
2023-03-31  2:42 ` [PATCH v2 5/7] iommu/vt-d: Remove BUG_ON in map/unmap() Tina Zhang
2023-03-31  2:42 ` [PATCH v2 6/7] iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn) Tina Zhang
2023-03-31  2:42 ` [PATCH v2 7/7] iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope() Tina Zhang
2023-03-31  3:27   ` Baolu Lu
2023-03-31  4:29     ` tina.zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.