All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
@ 2022-11-13 20:33 Thomas Gleixner
  2022-11-13 20:33 ` [patch 01/10] mfd: timberdale: Remove linux/msi.h include Thomas Gleixner
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:33 UTC (permalink / raw)
  To: LKML
  Cc: Marc Zyngier, Lee Jones, Damien Le Moal, linux-ide, James Smart,
	Dick Kennedy, James E.J. Bottomley, Martin K. Petersen,
	linux-scsi, Stuart Yoder, Laurentiu Tudor, Fenghua Yu,
	Dave Jiang, Vinod Koul, dmaengine, Ioana Ciornei,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	netdev, Simon Horman, oss-drivers, Roy Pledge, Diana Craciun,
	Alex Williamson, Cornelia Huck, kvm, Joerg Roedel, Will Deacon,
	Robin Murphy, iommu

While working on per device MSI domains I noticed that quite some files
include linux/msi.h just because.

The top level comment in the header file clearly says:

  Regular device drivers have no business with any of these functions....

and actually none of the drivers needs anything from msi.h.

The series is not depending on anything so the individual patches can be
picked up by the relevant maintainers. I'll mop up the leftovers close to
the merge window.

Thanks,

	tglx

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

* [patch 01/10] mfd: timberdale: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
@ 2022-11-13 20:33 ` Thomas Gleixner
  2022-11-14  9:01   ` Lee Jones
  2022-11-13 20:33 ` [patch 02/10] ata: ahci: " Thomas Gleixner
                   ` (10 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:33 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Lee Jones

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Lee Jones <lee@kernel.org>
---
 drivers/mfd/timberdale.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/mfd/timberdale.c
+++ b/drivers/mfd/timberdale.c
@@ -11,7 +11,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <linux/msi.h>
 #include <linux/mfd/core.h>
 #include <linux/slab.h>
 


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

* [patch 02/10] ata: ahci: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
  2022-11-13 20:33 ` [patch 01/10] mfd: timberdale: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-13 20:33 ` Thomas Gleixner
  2022-11-13 23:29   ` Damien Le Moal
  2022-11-13 20:33 ` [patch 03/10] scsi: lpfc: " Thomas Gleixner
                   ` (9 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:33 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Damien Le Moal, linux-ide

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Cc: linux-ide@vger.kernel.org
---
 drivers/ata/ahci.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -26,7 +26,6 @@
 #include <linux/device.h>
 #include <linux/dmi.h>
 #include <linux/gfp.h>
-#include <linux/msi.h>
 #include <scsi/scsi_host.h>
 #include <scsi/scsi_cmnd.h>
 #include <linux/libata.h>


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

* [patch 03/10] scsi: lpfc: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
  2022-11-13 20:33 ` [patch 01/10] mfd: timberdale: Remove linux/msi.h include Thomas Gleixner
  2022-11-13 20:33 ` [patch 02/10] ata: ahci: " Thomas Gleixner
@ 2022-11-13 20:33 ` Thomas Gleixner
  2022-11-14  5:39   ` James Smart
  2022-11-17 18:20   ` Martin K. Petersen
  2022-11-13 20:34 ` [patch 04/10] bus: fsl-mc: Remove linux/msi.h includes Thomas Gleixner
                   ` (8 subsequent siblings)
  11 siblings, 2 replies; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:33 UTC (permalink / raw)
  To: LKML
  Cc: Marc Zyngier, James Smart, Dick Kennedy, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: James Smart <james.smart@broadcom.com>
Cc: Dick Kennedy <dick.kennedy@broadcom.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
---
 drivers/scsi/lpfc/lpfc_init.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -36,7 +36,6 @@
 #include <linux/firmware.h>
 #include <linux/miscdevice.h>
 #include <linux/percpu.h>
-#include <linux/msi.h>
 #include <linux/irq.h>
 #include <linux/bitops.h>
 #include <linux/crash_dump.h>


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

* [patch 04/10] bus: fsl-mc: Remove linux/msi.h includes
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (2 preceding siblings ...)
  2022-11-13 20:33 ` [patch 03/10] scsi: lpfc: " Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  2022-11-13 20:34 ` [patch 05/10] dmaengine: idxd: Remove linux/msi.h include Thomas Gleixner
                   ` (7 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Stuart Yoder, Laurentiu Tudor

Neither dprc-driver.c nor fsl-mc-bus.c need anything from linux/msi.h.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Stuart Yoder <stuyoder@gmail.com>
Cc: Laurentiu Tudor <laurentiu.tudor@nxp.com>
---
 drivers/bus/fsl-mc/dprc-driver.c |    1 -
 drivers/bus/fsl-mc/fsl-mc-bus.c  |    1 -
 2 files changed, 2 deletions(-)

--- a/drivers/bus/fsl-mc/dprc-driver.c
+++ b/drivers/bus/fsl-mc/dprc-driver.c
@@ -11,7 +11,6 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/fsl/mc.h>
 
 #include "fsl-mc-private.h"
--- a/drivers/bus/fsl-mc/fsl-mc-bus.c
+++ b/drivers/bus/fsl-mc/fsl-mc-bus.c
@@ -17,7 +17,6 @@
 #include <linux/slab.h>
 #include <linux/limits.h>
 #include <linux/bitops.h>
-#include <linux/msi.h>
 #include <linux/dma-mapping.h>
 #include <linux/acpi.h>
 #include <linux/iommu.h>


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

* [patch 05/10] dmaengine: idxd: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (3 preceding siblings ...)
  2022-11-13 20:34 ` [patch 04/10] bus: fsl-mc: Remove linux/msi.h includes Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-13 22:29   ` Vinod Koul
  2022-11-13 20:34 ` [patch 06/10] net: dpaa2: Remove linux/msi.h includes Thomas Gleixner
                   ` (6 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Fenghua Yu, Dave Jiang, Vinod Koul, dmaengine

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org
---
 drivers/dma/idxd/device.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/dma/idxd/device.c
+++ b/drivers/dma/idxd/device.c
@@ -7,7 +7,6 @@
 #include <linux/io-64-nonatomic-lo-hi.h>
 #include <linux/dmaengine.h>
 #include <linux/irq.h>
-#include <linux/msi.h>
 #include <uapi/linux/idxd.h>
 #include "../dmaengine.h"
 #include "idxd.h"


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

* [patch 06/10] net: dpaa2: Remove linux/msi.h includes
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (4 preceding siblings ...)
  2022-11-13 20:34 ` [patch 05/10] dmaengine: idxd: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-13 20:34 ` [patch 07/10] net: nfp: " Thomas Gleixner
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML
  Cc: Marc Zyngier, Ioana Ciornei, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev

Nothing in these file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ioana Ciornei <ioana.ciornei@nxp.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org
---
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c    |    1 -
 drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c    |    1 -
 drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c |    1 -
 3 files changed, 3 deletions(-)

--- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
+++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
@@ -8,7 +8,6 @@
 #include <linux/etherdevice.h>
 #include <linux/of_net.h>
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/kthread.h>
 #include <linux/iommu.h>
 #include <linux/fsl/mc.h>
--- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c
+++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp.c
@@ -8,7 +8,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/of_address.h>
-#include <linux/msi.h>
 #include <linux/fsl/mc.h>
 
 #include "dpaa2-ptp.h"
--- a/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
+++ b/drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
@@ -10,7 +10,6 @@
 #include <linux/module.h>
 
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/kthread.h>
 #include <linux/workqueue.h>
 #include <linux/iommu.h>


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

* [patch 07/10] net: nfp: Remove linux/msi.h includes
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (5 preceding siblings ...)
  2022-11-13 20:34 ` [patch 06/10] net: dpaa2: Remove linux/msi.h includes Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-14 10:46   ` Simon Horman
  2022-11-13 20:34 ` [patch 08/10] soc: fsl: dpio: Remove linux/msi.h include Thomas Gleixner
                   ` (4 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML
  Cc: Marc Zyngier, Simon Horman, Jakub Kicinski, David S. Miller,
	Eric Dumazet, Paolo Abeni, oss-drivers, netdev

Nothing in these files needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Simon Horman <simon.horman@corigine.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: oss-drivers@corigine.com
Cc: netdev@vger.kernel.org
---
 drivers/net/ethernet/netronome/nfp/nfp_main.h       |    1 -
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c |    1 -
 drivers/net/ethernet/netronome/nfp/nfp_net_main.c   |    1 -
 3 files changed, 3 deletions(-)

--- a/drivers/net/ethernet/netronome/nfp/nfp_main.h
+++ b/drivers/net/ethernet/netronome/nfp/nfp_main.h
@@ -12,7 +12,6 @@
 #include <linux/ethtool.h>
 #include <linux/list.h>
 #include <linux/types.h>
-#include <linux/msi.h>
 #include <linux/pci.h>
 #include <linux/workqueue.h>
 #include <net/devlink.h>
--- a/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
+++ b/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
@@ -27,7 +27,6 @@
 #include <linux/page_ref.h>
 #include <linux/pci.h>
 #include <linux/pci_regs.h>
-#include <linux/msi.h>
 #include <linux/ethtool.h>
 #include <linux/log2.h>
 #include <linux/if_vlan.h>
--- a/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
+++ b/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
@@ -16,7 +16,6 @@
 #include <linux/lockdep.h>
 #include <linux/pci.h>
 #include <linux/pci_regs.h>
-#include <linux/msi.h>
 #include <linux/random.h>
 #include <linux/rtnetlink.h>
 


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

* [patch 08/10] soc: fsl: dpio: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (6 preceding siblings ...)
  2022-11-13 20:34 ` [patch 07/10] net: nfp: " Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
                   ` (3 subsequent siblings)
  11 siblings, 1 reply; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Roy Pledge

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Roy Pledge <Roy.Pledge@nxp.com>
---
 drivers/soc/fsl/dpio/dpio-driver.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/soc/fsl/dpio/dpio-driver.c
+++ b/drivers/soc/fsl/dpio/dpio-driver.c
@@ -10,7 +10,6 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/io.h>


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

* [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (7 preceding siblings ...)
  2022-11-13 20:34 ` [patch 08/10] soc: fsl: dpio: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-15 20:44   ` Jason Gunthorpe
                     ` (2 more replies)
  2022-11-13 20:34 ` [patch 10/10] iommu/of: " Thomas Gleixner
                   ` (2 subsequent siblings)
  11 siblings, 3 replies; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Diana Craciun, Alex Williamson, Cornelia Huck, kvm

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Diana Craciun <diana.craciun@oss.nxp.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Cornelia Huck <cohuck@redhat.com>
Cc: kvm@vger.kernel.org
---
 drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
+++ b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
@@ -8,7 +8,6 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/eventfd.h>
-#include <linux/msi.h>
 
 #include "linux/fsl/mc.h"
 #include "vfio_fsl_mc_private.h"


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

* [patch 10/10] iommu/of: Remove linux/msi.h include
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (8 preceding siblings ...)
  2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
@ 2022-11-13 20:34 ` Thomas Gleixner
  2022-11-14 11:01   ` Robin Murphy
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  2022-11-15  3:00 ` [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes patchwork-bot+netdevbpf
  2022-11-26  3:27 ` Martin K. Petersen
  11 siblings, 2 replies; 26+ messages in thread
From: Thomas Gleixner @ 2022-11-13 20:34 UTC (permalink / raw)
  To: LKML; +Cc: Marc Zyngier, Joerg Roedel, Will Deacon, Robin Murphy, iommu

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Will Deacon <will@kernel.org>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: iommu@lists.linux.dev
---
 drivers/iommu/of_iommu.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -9,7 +9,6 @@
 #include <linux/iommu.h>
 #include <linux/limits.h>
 #include <linux/module.h>
-#include <linux/msi.h>
 #include <linux/of.h>
 #include <linux/of_iommu.h>
 #include <linux/of_pci.h>


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

* Re: [patch 05/10] dmaengine: idxd: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 05/10] dmaengine: idxd: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-13 22:29   ` Vinod Koul
  0 siblings, 0 replies; 26+ messages in thread
From: Vinod Koul @ 2022-11-13 22:29 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Marc Zyngier, Fenghua Yu, Dave Jiang, dmaengine

On 13-11-22, 21:34, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h

Applied, thanks

-- 
~Vinod

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

* Re: [patch 02/10] ata: ahci: Remove linux/msi.h include
  2022-11-13 20:33 ` [patch 02/10] ata: ahci: " Thomas Gleixner
@ 2022-11-13 23:29   ` Damien Le Moal
  0 siblings, 0 replies; 26+ messages in thread
From: Damien Le Moal @ 2022-11-13 23:29 UTC (permalink / raw)
  To: Thomas Gleixner, LKML; +Cc: Marc Zyngier, linux-ide

On 11/14/22 05:33, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> Cc: linux-ide@vger.kernel.org
> ---
>  drivers/ata/ahci.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -26,7 +26,6 @@
>  #include <linux/device.h>
>  #include <linux/dmi.h>
>  #include <linux/gfp.h>
> -#include <linux/msi.h>
>  #include <scsi/scsi_host.h>
>  #include <scsi/scsi_cmnd.h>
>  #include <linux/libata.h>
> 

Applied to ata tree for-6.2 branch. Thanks !

-- 
Damien Le Moal
Western Digital Research


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

* Re: [patch 03/10] scsi: lpfc: Remove linux/msi.h include
  2022-11-13 20:33 ` [patch 03/10] scsi: lpfc: " Thomas Gleixner
@ 2022-11-14  5:39   ` James Smart
  2022-11-17 18:20   ` Martin K. Petersen
  1 sibling, 0 replies; 26+ messages in thread
From: James Smart @ 2022-11-14  5:39 UTC (permalink / raw)
  To: Thomas Gleixner, LKML
  Cc: Marc Zyngier, James Smart, Dick Kennedy, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi

On 11/13/2022 12:33 PM, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: James Smart <james.smart@broadcom.com>
> Cc: Dick Kennedy <dick.kennedy@broadcom.com>
> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
> Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
> Cc: linux-scsi@vger.kernel.org
> ---
>   drivers/scsi/lpfc/lpfc_init.c |    1 -
>   1 file changed, 1 deletion(-)
> 
> --- a/drivers/scsi/lpfc/lpfc_init.c
> +++ b/drivers/scsi/lpfc/lpfc_init.c
> @@ -36,7 +36,6 @@
>   #include <linux/firmware.h>
>   #include <linux/miscdevice.h>
>   #include <linux/percpu.h>
> -#include <linux/msi.h>
>   #include <linux/irq.h>
>   #include <linux/bitops.h>
>   #include <linux/crash_dump.h>
> 

yep - agree.

Reviewed-by: James Smart <jsmart2021@gmail.com>

-- james

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

* Re: [patch 01/10] mfd: timberdale: Remove linux/msi.h include
  2022-11-13 20:33 ` [patch 01/10] mfd: timberdale: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-14  9:01   ` Lee Jones
  0 siblings, 0 replies; 26+ messages in thread
From: Lee Jones @ 2022-11-14  9:01 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Marc Zyngier

On Sun, 13 Nov 2022, Thomas Gleixner wrote:

> Nothing in this file needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Lee Jones <lee@kernel.org>
> ---
>  drivers/mfd/timberdale.c |    1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]

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

* Re: [patch 07/10] net: nfp: Remove linux/msi.h includes
  2022-11-13 20:34 ` [patch 07/10] net: nfp: " Thomas Gleixner
@ 2022-11-14 10:46   ` Simon Horman
  0 siblings, 0 replies; 26+ messages in thread
From: Simon Horman @ 2022-11-14 10:46 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Marc Zyngier, Jakub Kicinski, David S. Miller,
	Eric Dumazet, Paolo Abeni, oss-drivers, netdev

On Sun, Nov 13, 2022 at 09:34:05PM +0100, Thomas Gleixner wrote:
> [Some people who received this message don't often get email from tglx@linutronix.de. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Nothing in these files needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Simon Horman <simon.horman@corigine.com>
> Cc: Jakub Kicinski <kuba@kernel.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Eric Dumazet <edumazet@google.com>
> Cc: Paolo Abeni <pabeni@redhat.com>
> Cc: oss-drivers@corigine.com
> Cc: netdev@vger.kernel.org

Acked-by: Simon Horman <simon.horman@corigine.com>

> ---
>  drivers/net/ethernet/netronome/nfp/nfp_main.h       |    1 -
>  drivers/net/ethernet/netronome/nfp/nfp_net_common.c |    1 -
>  drivers/net/ethernet/netronome/nfp/nfp_net_main.c   |    1 -
>  3 files changed, 3 deletions(-)
> 
> --- a/drivers/net/ethernet/netronome/nfp/nfp_main.h
> +++ b/drivers/net/ethernet/netronome/nfp/nfp_main.h
> @@ -12,7 +12,6 @@
>  #include <linux/ethtool.h>
>  #include <linux/list.h>
>  #include <linux/types.h>
> -#include <linux/msi.h>
>  #include <linux/pci.h>
>  #include <linux/workqueue.h>
>  #include <net/devlink.h>
> --- a/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
> +++ b/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
> @@ -27,7 +27,6 @@
>  #include <linux/page_ref.h>
>  #include <linux/pci.h>
>  #include <linux/pci_regs.h>
> -#include <linux/msi.h>
>  #include <linux/ethtool.h>
>  #include <linux/log2.h>
>  #include <linux/if_vlan.h>
> --- a/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
> +++ b/drivers/net/ethernet/netronome/nfp/nfp_net_main.c
> @@ -16,7 +16,6 @@
>  #include <linux/lockdep.h>
>  #include <linux/pci.h>
>  #include <linux/pci_regs.h>
> -#include <linux/msi.h>
>  #include <linux/random.h>
>  #include <linux/rtnetlink.h>
> 
> 

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

* Re: [patch 10/10] iommu/of: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 10/10] iommu/of: " Thomas Gleixner
@ 2022-11-14 11:01   ` Robin Murphy
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 26+ messages in thread
From: Robin Murphy @ 2022-11-14 11:01 UTC (permalink / raw)
  To: Thomas Gleixner, LKML; +Cc: Marc Zyngier, Joerg Roedel, Will Deacon, iommu

On 2022-11-13 20:34, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h

Indeed, looks like it was part of a mechanical conversion and never 
actually needed.

Acked-by: Robin Murphy <robin.murphy@arm.com>

> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Will Deacon <will@kernel.org>
> Cc: Robin Murphy <robin.murphy@arm.com>
> Cc: iommu@lists.linux.dev
> ---
>   drivers/iommu/of_iommu.c |    1 -
>   1 file changed, 1 deletion(-)
> 
> --- a/drivers/iommu/of_iommu.c
> +++ b/drivers/iommu/of_iommu.c
> @@ -9,7 +9,6 @@
>   #include <linux/iommu.h>
>   #include <linux/limits.h>
>   #include <linux/module.h>
> -#include <linux/msi.h>
>   #include <linux/of.h>
>   #include <linux/of_iommu.h>
>   #include <linux/of_pci.h>
> 

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

* Re: [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (9 preceding siblings ...)
  2022-11-13 20:34 ` [patch 10/10] iommu/of: " Thomas Gleixner
@ 2022-11-15  3:00 ` patchwork-bot+netdevbpf
  2022-11-26  3:27 ` Martin K. Petersen
  11 siblings, 0 replies; 26+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-11-15  3:00 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: linux-kernel, maz, lee, damien.lemoal, linux-ide, james.smart,
	dick.kennedy, jejb, martin.petersen, linux-scsi, stuyoder,
	laurentiu.tudor, fenghua.yu, dave.jiang, vkoul, dmaengine,
	ioana.ciornei, davem, edumazet, kuba, pabeni, netdev,
	simon.horman, oss-drivers, Roy.Pledge, diana.craciun,
	alex.williamson, cohuck, kvm, joro, will, robin.murphy, iommu

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Sun, 13 Nov 2022 21:33:54 +0100 (CET) you wrote:
> While working on per device MSI domains I noticed that quite some files
> include linux/msi.h just because.
> 
> The top level comment in the header file clearly says:
> 
>   Regular device drivers have no business with any of these functions....
> 
> [...]

Here is the summary with links:
  - [06/10] net: dpaa2: Remove linux/msi.h includes
    https://git.kernel.org/netdev/net-next/c/515e5fb6a95e
  - [07/10] net: nfp: Remove linux/msi.h includes
    https://git.kernel.org/netdev/net-next/c/5fd66a0b3bb4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
@ 2022-11-15 20:44   ` Jason Gunthorpe
  2022-11-15 22:00   ` Alex Williamson
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 26+ messages in thread
From: Jason Gunthorpe @ 2022-11-15 20:44 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Marc Zyngier, Diana Craciun, Alex Williamson, Cornelia Huck, kvm

On Sun, Nov 13, 2022 at 09:34:08PM +0100, Thomas Gleixner wrote:
> Nothing in this file needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Diana Craciun <diana.craciun@oss.nxp.com>
> Cc: Alex Williamson <alex.williamson@redhat.com>
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: kvm@vger.kernel.org
> ---
>  drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c |    1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>

Jason

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

* Re: [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
  2022-11-15 20:44   ` Jason Gunthorpe
@ 2022-11-15 22:00   ` Alex Williamson
  2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 26+ messages in thread
From: Alex Williamson @ 2022-11-15 22:00 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Marc Zyngier, Diana Craciun, Cornelia Huck, kvm

On Sun, 13 Nov 2022 21:34:08 +0100 (CET)
Thomas Gleixner <tglx@linutronix.de> wrote:

> Nothing in this file needs anything from linux/msi.h
> 
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Diana Craciun <diana.craciun@oss.nxp.com>
> Cc: Alex Williamson <alex.williamson@redhat.com>
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: kvm@vger.kernel.org
> ---
>  drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
> +++ b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
> @@ -8,7 +8,6 @@
>  #include <linux/slab.h>
>  #include <linux/types.h>
>  #include <linux/eventfd.h>
> -#include <linux/msi.h>
>  
>  #include "linux/fsl/mc.h"
>  #include "vfio_fsl_mc_private.h"
> 

Acked-by: Alex Williamson <alex.williamson@redhat.com>


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

* Re: [patch 03/10] scsi: lpfc: Remove linux/msi.h include
  2022-11-13 20:33 ` [patch 03/10] scsi: lpfc: " Thomas Gleixner
  2022-11-14  5:39   ` James Smart
@ 2022-11-17 18:20   ` Martin K. Petersen
  1 sibling, 0 replies; 26+ messages in thread
From: Martin K. Petersen @ 2022-11-17 18:20 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Marc Zyngier, James Smart, Dick Kennedy,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi


Thomas,

> Nothing in this file needs anything from linux/msi.h

Applied to 6.2/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* [tip: irq/core] iommu/of: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 10/10] iommu/of: " Thomas Gleixner
  2022-11-14 11:01   ` Robin Murphy
@ 2022-11-23 22:11   ` tip-bot2 for Thomas Gleixner
  1 sibling, 0 replies; 26+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-11-23 22:11 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Thomas Gleixner, Robin Murphy, x86, linux-kernel, maz

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     d9dcb63677fcdf0a5a8cd3c138ab174cf1e9b871
Gitweb:        https://git.kernel.org/tip/d9dcb63677fcdf0a5a8cd3c138ab174cf1e9b871
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 13 Nov 2022 21:34:10 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:38 +01:00

iommu/of: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20221113202428.889624434@linutronix.de

---
 drivers/iommu/of_iommu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iommu/of_iommu.c b/drivers/iommu/of_iommu.c
index 5696314..00d98f0 100644
--- a/drivers/iommu/of_iommu.c
+++ b/drivers/iommu/of_iommu.c
@@ -9,7 +9,6 @@
 #include <linux/iommu.h>
 #include <linux/limits.h>
 #include <linux/module.h>
-#include <linux/msi.h>
 #include <linux/of.h>
 #include <linux/of_iommu.h>
 #include <linux/of_pci.h>

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

* [tip: irq/core] vfio/fsl-mc: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
  2022-11-15 20:44   ` Jason Gunthorpe
  2022-11-15 22:00   ` Alex Williamson
@ 2022-11-23 22:11   ` tip-bot2 for Thomas Gleixner
  2 siblings, 0 replies; 26+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-11-23 22:11 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Thomas Gleixner, Jason Gunthorpe, Alex Williamson, x86,
	linux-kernel, maz

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     616eb7bf325fbf25df2b5046536b50fe896d4ab6
Gitweb:        https://git.kernel.org/tip/616eb7bf325fbf25df2b5046536b50fe896d4ab6
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 13 Nov 2022 21:34:08 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:38 +01:00

vfio/fsl-mc: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/r/20221113202428.826924043@linutronix.de

---
 drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
index 7b428ea..64d01f3 100644
--- a/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
+++ b/drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
@@ -8,7 +8,6 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/eventfd.h>
-#include <linux/msi.h>
 
 #include "linux/fsl/mc.h"
 #include "vfio_fsl_mc_private.h"

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

* [tip: irq/core] soc: fsl: dpio: Remove linux/msi.h include
  2022-11-13 20:34 ` [patch 08/10] soc: fsl: dpio: Remove linux/msi.h include Thomas Gleixner
@ 2022-11-23 22:11   ` tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 26+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-11-23 22:11 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Thomas Gleixner, x86, linux-kernel, maz

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     20e2e09c0998ef0c325edeb00560a8ff67b35913
Gitweb:        https://git.kernel.org/tip/20e2e09c0998ef0c325edeb00560a8ff67b35913
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 13 Nov 2022 21:34:07 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:37 +01:00

soc: fsl: dpio: Remove linux/msi.h include

Nothing in this file needs anything from linux/msi.h

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20221113202428.760225831@linutronix.de

---
 drivers/soc/fsl/dpio/dpio-driver.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/soc/fsl/dpio/dpio-driver.c b/drivers/soc/fsl/dpio/dpio-driver.c
index 5a2edc4..74eace3 100644
--- a/drivers/soc/fsl/dpio/dpio-driver.c
+++ b/drivers/soc/fsl/dpio/dpio-driver.c
@@ -10,7 +10,6 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
 #include <linux/io.h>

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

* [tip: irq/core] bus: fsl-mc: Remove linux/msi.h includes
  2022-11-13 20:34 ` [patch 04/10] bus: fsl-mc: Remove linux/msi.h includes Thomas Gleixner
@ 2022-11-23 22:11   ` tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 26+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2022-11-23 22:11 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Thomas Gleixner, x86, linux-kernel, maz

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     9d4c8175b8298a361d0ea91f435b1b4ed2ea06e3
Gitweb:        https://git.kernel.org/tip/9d4c8175b8298a361d0ea91f435b1b4ed2ea06e3
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sun, 13 Nov 2022 21:34:00 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Wed, 23 Nov 2022 23:07:37 +01:00

bus: fsl-mc: Remove linux/msi.h includes

Neither dprc-driver.c nor fsl-mc-bus.c need anything from linux/msi.h.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20221113202428.511591041@linutronix.de

---
 drivers/bus/fsl-mc/dprc-driver.c | 1 -
 drivers/bus/fsl-mc/fsl-mc-bus.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/bus/fsl-mc/dprc-driver.c b/drivers/bus/fsl-mc/dprc-driver.c
index 5e70f97..4c84be3 100644
--- a/drivers/bus/fsl-mc/dprc-driver.c
+++ b/drivers/bus/fsl-mc/dprc-driver.c
@@ -11,7 +11,6 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
-#include <linux/msi.h>
 #include <linux/fsl/mc.h>
 
 #include "fsl-mc-private.h"
diff --git a/drivers/bus/fsl-mc/fsl-mc-bus.c b/drivers/bus/fsl-mc/fsl-mc-bus.c
index 6143dbf..774f307 100644
--- a/drivers/bus/fsl-mc/fsl-mc-bus.c
+++ b/drivers/bus/fsl-mc/fsl-mc-bus.c
@@ -17,7 +17,6 @@
 #include <linux/slab.h>
 #include <linux/limits.h>
 #include <linux/bitops.h>
-#include <linux/msi.h>
 #include <linux/dma-mapping.h>
 #include <linux/acpi.h>
 #include <linux/iommu.h>

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

* Re: [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
  2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
                   ` (10 preceding siblings ...)
  2022-11-15  3:00 ` [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes patchwork-bot+netdevbpf
@ 2022-11-26  3:27 ` Martin K. Petersen
  11 siblings, 0 replies; 26+ messages in thread
From: Martin K. Petersen @ 2022-11-26  3:27 UTC (permalink / raw)
  To: Thomas Gleixner, LKML
  Cc: Martin K . Petersen, Fenghua Yu, oss-drivers, James Smart,
	Cornelia Huck, dmaengine, Paolo Abeni, Will Deacon, Lee Jones,
	Vinod Koul, Jakub Kicinski, Robin Murphy, Roy Pledge,
	Damien Le Moal, Ioana Ciornei, iommu, Joerg Roedel,
	Alex Williamson, netdev, kvm, James E.J. Bottomley, Marc Zyngier,
	Diana Craciun, Simon Horman, Stuart Yoder, David S. Miller,
	Dick Kennedy, linux-scsi, Dave Jiang, linux-ide, Eric Dumazet,
	Laurentiu Tudor

On Sun, 13 Nov 2022 21:33:54 +0100 (CET), Thomas Gleixner wrote:

> While working on per device MSI domains I noticed that quite some files
> include linux/msi.h just because.
> 
> The top level comment in the header file clearly says:
> 
>   Regular device drivers have no business with any of these functions....
> 
> [...]

Applied to 6.2/scsi-queue, thanks!

[03/10] scsi: lpfc: Remove linux/msi.h include
        https://git.kernel.org/mkp/scsi/c/cdd9344e00b4

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-11-26  3:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13 20:33 [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Thomas Gleixner
2022-11-13 20:33 ` [patch 01/10] mfd: timberdale: Remove linux/msi.h include Thomas Gleixner
2022-11-14  9:01   ` Lee Jones
2022-11-13 20:33 ` [patch 02/10] ata: ahci: " Thomas Gleixner
2022-11-13 23:29   ` Damien Le Moal
2022-11-13 20:33 ` [patch 03/10] scsi: lpfc: " Thomas Gleixner
2022-11-14  5:39   ` James Smart
2022-11-17 18:20   ` Martin K. Petersen
2022-11-13 20:34 ` [patch 04/10] bus: fsl-mc: Remove linux/msi.h includes Thomas Gleixner
2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
2022-11-13 20:34 ` [patch 05/10] dmaengine: idxd: Remove linux/msi.h include Thomas Gleixner
2022-11-13 22:29   ` Vinod Koul
2022-11-13 20:34 ` [patch 06/10] net: dpaa2: Remove linux/msi.h includes Thomas Gleixner
2022-11-13 20:34 ` [patch 07/10] net: nfp: " Thomas Gleixner
2022-11-14 10:46   ` Simon Horman
2022-11-13 20:34 ` [patch 08/10] soc: fsl: dpio: Remove linux/msi.h include Thomas Gleixner
2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
2022-11-13 20:34 ` [patch 09/10] vfio/fsl-mc: " Thomas Gleixner
2022-11-15 20:44   ` Jason Gunthorpe
2022-11-15 22:00   ` Alex Williamson
2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
2022-11-13 20:34 ` [patch 10/10] iommu/of: " Thomas Gleixner
2022-11-14 11:01   ` Robin Murphy
2022-11-23 22:11   ` [tip: irq/core] " tip-bot2 for Thomas Gleixner
2022-11-15  3:00 ` [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes patchwork-bot+netdevbpf
2022-11-26  3:27 ` Martin K. Petersen

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.