aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorRameshkumar Sundaram <[email protected]>2021-11-02 11:11:33 +0530
committerKalle Valo <[email protected]>2021-11-17 09:28:29 +0200
commitbd77f6b1d7104cf6451399a7c67d08afecb9a7c7 (patch)
treed51a6474a7d5c180d179295fe1eb21c78bfac7c1 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parentf951380a6022440335f668f85296096ba13071ba (diff)
ath11k: use cache line aligned buffers for dbring
The DMA buffers of dbring which is used for spectral/cfr starts at certain offset from original kmalloc() returned buffer. This is not cache line aligned. And also driver tries to access the data that is immediately before this offset address (i.e. buff->paddr) after doing dma map. This will cause cache line sharing issues and data corruption, if CPU happen to write back cache after HW has dma'ed the data. Fix this by mapping a cache line aligned buffer to dma. Tested on: IPQ8074 hw2.0 AHB WLAN.HK.2.5.0.1-01100-QCAHKSWPL_SILICONZ-1 Signed-off-by: Rameshkumar Sundaram <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions