Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: linux-parisc@vger.kernel.org, John David Anglin <dave.anglin@bell.net>
Subject: Re: [PATCH] parisc: Fix warning at drivers/pci/msi/msi.h:121
Date: Wed, 3 Jul 2024 18:57:31 +0200	[thread overview]
Message-ID: <fcf1e50a-cac8-4a5f-afb0-bbf1e5abf7d7@gmx.de> (raw)
In-Reply-To: <ZoKyUdlYiVBx-k7e@mx3210.local>

On 7/1/24 15:42, John David Anglin wrote:
> Fix warning at drivers/pci/msi/msi.h:121.
>
> Recently, I added a PCI to PCIe bridge adaptor and a PCIe NVME card
> to my rp3440. Then, I noticed this warning at boot:
>
> [   25.101978] WARNING: CPU: 0 PID: 10 at drivers/pci/msi/msi.h:121 pci_msi_setup_msi_irqs+0x68/0x90
> [   25.104286] Modules linked in: nvme sr_mod(+) scsi_transport_sas nvme_core cdrom sd_mod t10_pi ata_generic uas usb_storage crc64_rocksoft pata_cmd64x sym53c8xx crc64 ohci_pci libata crc_t10dif ohci_hcd scsi_transport_spi ehci_pci crct10dif_generic ehci_hcd scsi_mod crct10dif_common tg3 usbcore libphy scsi_common usb_common
> [   25.129353] CPU: 0 PID: 10 Comm: kworker/u32:0 Not tainted 6.9.7-parisc64 #1  Debian 6.9.7-1
> [   25.129488] Hardware name: 9000/800/rp3440
> [   25.169265] Workqueue: async async_run_entry_fn
>
> We need to select PCI_MSI_ARCH_FALLBACKS when PCI_MSI is selected.
>
> Signed-off-by: John David Anglin <dave.anglin@bell.net>

applied.

Thanks!
Helge


> ---
>
> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
> index dc9b902de8ea..9656e956ed13 100644
> --- a/arch/parisc/Kconfig
> +++ b/arch/parisc/Kconfig
> @@ -86,6 +86,7 @@ config PARISC
>   	select HAVE_SOFTIRQ_ON_OWN_STACK if IRQSTACKS
>   	select TRACE_IRQFLAGS_SUPPORT
>   	select HAVE_FUNCTION_DESCRIPTORS if 64BIT
> +	select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
>
>   	help
>   	  The PA-RISC microprocessor is designed by Hewlett-Packard and used


      reply	other threads:[~2024-07-03 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 13:42 [PATCH] parisc: Fix warning at drivers/pci/msi/msi.h:121 John David Anglin
2024-07-03 16:57 ` Helge Deller [this message]

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=fcf1e50a-cac8-4a5f-afb0-bbf1e5abf7d7@gmx.de \
    --to=deller@gmx.de \
    --cc=dave.anglin@bell.net \
    --cc=linux-parisc@vger.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