aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/platform.c
diff options
context:
space:
mode:
authorJonathan Currier <[email protected]>2024-11-17 23:48:42 +0000
committerThomas Gleixner <[email protected]>2025-04-15 06:32:18 +0000
commitcf761e3dacc6ad5f65a4886d00da1f9681e6805a (patch)
tree7d5607abc6d650517fa15a070d0f2ba6746ae28e /rust/helpers/platform.c
parentLinux 6.15-rc2 (diff)
downloadkernel-cf761e3dacc6ad5f65a4886d00da1f9681e6805a.tar.gz
kernel-cf761e3dacc6ad5f65a4886d00da1f9681e6805a.zip
PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
Commit 7d5ec3d36123 ("PCI/MSI: Mask all unused MSI-X entries") introduced a readl() from ENTRY_VECTOR_CTRL before the writel() to ENTRY_DATA. This is correct, however some hardware, like the Sun Neptune chips, the NIU module, will cause an error and/or fatal trap if any MSIX table entry is read before the corresponding ENTRY_DATA field is written to. Add an optional early writel() in msix_prepare_msi_desc(). Fixes: 7d5ec3d36123 ("PCI/MSI: Mask all unused MSI-X entries") Signed-off-by: Jonathan Currier <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'rust/helpers/platform.c')
0 files changed, 0 insertions, 0 deletions