All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/7] iommu: Minor cleanups and dev_printk() usage
@ 2019-02-08 22:05 Bjorn Helgaas
  2019-02-08 22:05 ` [PATCH v1 1/7] iommu: Use dev_printk() when possible Bjorn Helgaas
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Bjorn Helgaas @ 2019-02-08 22:05 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: David Woodhouse, iommu, linux-kernel

I've had these minor iommu cleanups lying around for a while, but the ugly
dmesg logs from [1] prompted me to finally post them.  Take what you like,
ignore the rest, and tell me so I can clear out my queue of old stuff.

These fix no actual bugs.

[1] https://lore.kernel.org/linux-pci/1547649064-19019-1-git-send-email-liudongdong3@huawei.com

---

Bjorn Helgaas (7):
      iommu: Use dev_printk() when possible
      iommu/amd: Use dev_printk() when possible
      iommu/vt-d: Use dev_printk() when possible
      iommu/vt-d: Remove unnecessary local variable initializations
      iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument
      iommu/vt-d: Remove misleading "domain 0" test from domain_exit()
      iommu/vt-d: Simplify control flow


 drivers/iommu/amd_iommu.c      |   25 +++----
 drivers/iommu/amd_iommu_init.c |   20 +++---
 drivers/iommu/intel-iommu.c    |  136 +++++++++++++++++-----------------------
 drivers/iommu/iommu.c          |    8 +-
 4 files changed, 84 insertions(+), 105 deletions(-)

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

end of thread, other threads:[~2019-02-11 11:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-08 22:05 [PATCH v1 0/7] iommu: Minor cleanups and dev_printk() usage Bjorn Helgaas
2019-02-08 22:05 ` [PATCH v1 1/7] iommu: Use dev_printk() when possible Bjorn Helgaas
2019-02-08 22:05 ` [PATCH v1 2/7] iommu/amd: " Bjorn Helgaas
2019-02-08 22:06 ` [PATCH v1 3/7] iommu/vt-d: " Bjorn Helgaas
2019-02-08 22:06 ` [PATCH v1 4/7] iommu/vt-d: Remove unnecessary local variable initializations Bjorn Helgaas
2019-02-11  1:55   ` Lu Baolu
2019-02-11  3:33     ` Bjorn Helgaas
2019-02-11  3:38       ` Lu Baolu
2019-02-08 22:06 ` [PATCH v1 5/7] iommu/vt-d: Remove unused dmar_remove_one_dev_info() argument Bjorn Helgaas
2019-02-08 22:06 ` [PATCH v1 6/7] iommu/vt-d: Remove misleading "domain 0" test from domain_exit() Bjorn Helgaas
2019-02-08 22:06 ` [PATCH v1 7/7] iommu/vt-d: Simplify control flow Bjorn Helgaas
2019-02-11 11:09 ` [PATCH v1 0/7] iommu: Minor cleanups and dev_printk() usage Joerg Roedel

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.