Re: [PATCH 01/13] PCI/P2PDMA: Safely terminate ACS redirect lists

Logan Gunthorpe <[email protected]> Tue, 4 Aug 2026 13:49:59 -0600
Newsgroups gmane.linux.kernel,gmane.linux.kernel.pci,gmane.linux.documentation
Message-ID <[email protected]>

On 2026-08-02 09:09, Leon Romanovsky wrote:
> From: Leon Romanovsky <[email protected]>
> 
> seq_buf marks an overflow by setting len to size + 1. The ACS diagnostic
> path unconditionally writes a terminator to buffer[len - 1], so a path
> with enough ACS ports to fill the 128-byte buffer writes one byte beyond
> the buffer when verbose diagnostics are requested.
> 
> Use seq_buf_str() to terminate truncated output safely and remove the final
> semicolon only when the buffer did not overflow.
> 
> Fixes: 52916982af48 ("PCI/P2PDMA: Support peer-to-peer memory")
> Signed-off-by: Leon Romanovsky <[email protected]>

Looks good to me, thanks!

Reviewed-by: Logan Gunthorpe <[email protected]>