From: patchwork-bot+linux-riscv@kernel.org
To: Vivian Wang <wangruikang@iscas.ac.cn>
Cc: linux-riscv@lists.infradead.org, maddy@linux.ibm.com,
mpe@ellerman.id.au, npiggin@gmail.com, chleroy@kernel.org,
alexander.deucher@amd.com, christian.koenig@amd.com,
airlied@gmail.com, simona@ffwll.ch, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bhelgaas@google.com, perex@perex.cz,
tiwai@suse.com, brett.creeley@amd.com, gaohan@iscas.ac.cn,
tglx@kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, netdev@vger.kernel.org,
linux-pci@vger.kernel.org, linux-sound@vger.kernel.org,
sophgo@lists.linux.dev, tiwai@suse.de
Subject: Re: [PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
Date: Fri, 20 Feb 2026 04:10:40 +0000 [thread overview]
Message-ID: <177156064078.189817.10457864568127488431.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260129-pci-msi-addr-mask-v4-0-70da998f2750@iscas.ac.cn>
Hello:
This series was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx@kernel.org>:
On Thu, 29 Jan 2026 09:56:05 +0800 you wrote:
> The Sophgo SG2042 is a cursed machine in more ways than one.
>
> The one way relevant to this patch series is that its PCIe controller
> has neither INTx nor a low-address MSI doorbell wired up. Instead, the
> only usable MSI doorbell is a SoC one at 0x7030010300, which is above
> the 32-bit limit.
>
> [...]
Here is the summary with links:
- [v4,1/4] PCI/MSI: Conservatively generalize no_64bit_msi into msi_addr_mask
https://git.kernel.org/riscv/c/386ced19e9a3
- [v4,2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()
https://git.kernel.org/riscv/c/52f0d862f595
- [v4,3/4] drm/radeon: Raise msi_addr_mask to dma_bits
https://git.kernel.org/riscv/c/617562bbe12d
- [v4,4/4] ALSA: hda/intel: Raise msi_addr_mask to dma_bits
https://git.kernel.org/riscv/c/cb9b6f9d2be6
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Vivian Wang <wangruikang@iscas.ac.cn>
Cc: linux-riscv@lists.infradead.org, maddy@linux.ibm.com,
mpe@ellerman.id.au, npiggin@gmail.com, chleroy@kernel.org,
alexander.deucher@amd.com, christian.koenig@amd.com,
airlied@gmail.com, simona@ffwll.ch, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bhelgaas@google.com, perex@perex.cz,
tiwai@suse.com, brett.creeley@amd.com, gaohan@iscas.ac.cn,
tglx@kernel.org, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, netdev@vger.kernel.org,
linux-pci@vger.kernel.org, linux-sound@vger.kernel.org,
sophgo@lists.linux.dev, tiwai@suse.de
Subject: Re: [PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
Date: Fri, 20 Feb 2026 04:10:40 +0000 [thread overview]
Message-ID: <177156064078.189817.10457864568127488431.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260129-pci-msi-addr-mask-v4-0-70da998f2750@iscas.ac.cn>
Hello:
This series was applied to riscv/linux.git (fixes)
by Thomas Gleixner <tglx@kernel.org>:
On Thu, 29 Jan 2026 09:56:05 +0800 you wrote:
> The Sophgo SG2042 is a cursed machine in more ways than one.
>
> The one way relevant to this patch series is that its PCIe controller
> has neither INTx nor a low-address MSI doorbell wired up. Instead, the
> only usable MSI doorbell is a SoC one at 0x7030010300, which is above
> the 32-bit limit.
>
> [...]
Here is the summary with links:
- [v4,1/4] PCI/MSI: Conservatively generalize no_64bit_msi into msi_addr_mask
https://git.kernel.org/riscv/c/386ced19e9a3
- [v4,2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries()
https://git.kernel.org/riscv/c/52f0d862f595
- [v4,3/4] drm/radeon: Raise msi_addr_mask to dma_bits
https://git.kernel.org/riscv/c/617562bbe12d
- [v4,4/4] ALSA: hda/intel: Raise msi_addr_mask to dma_bits
https://git.kernel.org/riscv/c/cb9b6f9d2be6
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2026-02-20 4:10 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 1:56 [PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask Vivian Wang
2026-01-29 1:56 ` Vivian Wang
2026-01-29 1:56 ` [PATCH v4 1/4] PCI/MSI: Conservatively generalize " Vivian Wang
2026-01-29 1:56 ` Vivian Wang
2026-01-31 0:18 ` [tip: irq/msi] PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address mask tip-bot2 for Vivian Wang
2026-02-26 18:25 ` [PATCH v4 1/4] PCI/MSI: Conservatively generalize no_64bit_msi into msi_addr_mask Mark Bloch
2026-02-26 18:25 ` Mark Bloch
2026-02-27 5:25 ` Vivian Wang
2026-02-27 5:25 ` Vivian Wang
2026-02-27 8:16 ` Mark Bloch
2026-02-27 8:16 ` Mark Bloch
2026-02-27 16:49 ` Bjorn Helgaas
2026-02-27 16:49 ` Bjorn Helgaas
2026-01-29 1:56 ` [PATCH v4 2/4] PCI/MSI: Check msi_addr_mask in msi_verify_entries() Vivian Wang
2026-01-29 1:56 ` Vivian Wang
2026-01-31 0:18 ` [tip: irq/msi] PCI/MSI: Check the device specific address mask " tip-bot2 for Vivian Wang
2026-01-29 1:56 ` [PATCH v4 3/4] drm/radeon: Raise msi_addr_mask to dma_bits Vivian Wang
2026-01-29 1:56 ` Vivian Wang
2026-01-29 8:08 ` Christian König
2026-01-29 8:08 ` Christian König
2026-01-31 0:18 ` [tip: irq/msi] drm/radeon: Make MSI address limit based on the device DMA limit tip-bot2 for Vivian Wang
2026-01-29 1:56 ` [PATCH v4 4/4] ALSA: hda/intel: Raise msi_addr_mask to dma_bits Vivian Wang
2026-01-29 1:56 ` Vivian Wang
2026-01-31 0:18 ` [tip: irq/msi] ALSA: hda/intel: Make MSI address limit based on the device DMA limit tip-bot2 for Vivian Wang
2026-01-29 21:51 ` [PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask Thomas Gleixner
2026-01-29 21:51 ` Thomas Gleixner
2026-02-20 4:10 ` patchwork-bot+linux-riscv [this message]
2026-02-20 4:10 ` patchwork-bot+linux-riscv
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=177156064078.189817.10457864568127488431.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=andrew+netdev@lunn.ch \
--cc=bhelgaas@google.com \
--cc=brett.creeley@amd.com \
--cc=chleroy@kernel.org \
--cc=christian.koenig@amd.com \
--cc=davem@davemloft.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=edumazet@google.com \
--cc=gaohan@iscas.ac.cn \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-sound@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mpe@ellerman.id.au \
--cc=netdev@vger.kernel.org \
--cc=npiggin@gmail.com \
--cc=pabeni@redhat.com \
--cc=perex@perex.cz \
--cc=simona@ffwll.ch \
--cc=sophgo@lists.linux.dev \
--cc=tglx@kernel.org \
--cc=tiwai@suse.com \
--cc=tiwai@suse.de \
--cc=wangruikang@iscas.ac.cn \
/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 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.