public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org, maz@kernel.org, lee@kernel.org,
	damien.lemoal@opensource.wdc.com, linux-ide@vger.kernel.org,
	james.smart@broadcom.com, dick.kennedy@broadcom.com,
	jejb@linux.ibm.com, martin.petersen@oracle.com,
	linux-scsi@vger.kernel.org, stuyoder@gmail.com,
	laurentiu.tudor@nxp.com, fenghua.yu@intel.com,
	dave.jiang@intel.com, vkoul@kernel.org,
	dmaengine@vger.kernel.org, ioana.ciornei@nxp.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org,
	simon.horman@corigine.com, oss-drivers@corigine.com,
	Roy.Pledge@nxp.com, diana.craciun@oss.nxp.com,
	alex.williamson@redhat.com, cohuck@redhat.com,
	kvm@vger.kernel.org, joro@8bytes.org, will@kernel.org,
	robin.murphy@arm.com, iommu@lists.linux.dev
Subject: Re: [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
Date: Tue, 15 Nov 2022 03:00:15 +0000	[thread overview]
Message-ID: <166848121595.31359.929419753615501478.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221113201935.776707081@linutronix.de>

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



  parent reply	other threads:[~2022-11-15  3:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` patchwork-bot+netdevbpf [this message]
2022-11-26  3:27 ` [patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166848121595.31359.929419753615501478.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Roy.Pledge@nxp.com \
    --cc=alex.williamson@redhat.com \
    --cc=cohuck@redhat.com \
    --cc=damien.lemoal@opensource.wdc.com \
    --cc=dave.jiang@intel.com \
    --cc=davem@davemloft.net \
    --cc=diana.craciun@oss.nxp.com \
    --cc=dick.kennedy@broadcom.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=fenghua.yu@intel.com \
    --cc=ioana.ciornei@nxp.com \
    --cc=iommu@lists.linux.dev \
    --cc=james.smart@broadcom.com \
    --cc=jejb@linux.ibm.com \
    --cc=joro@8bytes.org \
    --cc=kuba@kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=laurentiu.tudor@nxp.com \
    --cc=lee@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=maz@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@corigine.com \
    --cc=pabeni@redhat.com \
    --cc=robin.murphy@arm.com \
    --cc=simon.horman@corigine.com \
    --cc=stuyoder@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=vkoul@kernel.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox