[PATCH ath-next] wifi: ath10k: snoc: use memcpy_fromio() for MSA ramdump

Jeff Johnson jeff.johnson at oss.qualcomm.com
Sat Aug 1 08:55:35 PDT 2026


On Mon, 27 Jul 2026 12:56:29 +0530, Linghui Wu wrote:
> On WCN3990/SNOC the MSA region is mapped with devm_memremap(MEMREMAP_WT).
> On arm64 such a mapping is not Normal-cacheable, so unaligned accesses to
> it are not permitted. ath10k_msa_dump_memory() copies the region with a
> plain memcpy(), whose optimized __pi_memcpy_generic implementation issues
> wide/unaligned loads. This triggers an alignment fault (FSC=0x21) Oops in
> ath10k_snoc_fw_crashed_dump() while collecting the devcoredump:
> 
> [...]

Applied, thanks!

[1/1] wifi: ath10k: snoc: use memcpy_fromio() for MSA ramdump
      commit: 4f25071afe9218aaae1c63fbf75e229aa6405319

Best regards,
-- 
Jeff Johnson <jeff.johnson at oss.qualcomm.com>




More information about the ath10k mailing list