summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlok Kumar <alokkuma@codeaurora.org>2018-09-12 13:04:14 +0530
committernshrivas <nshrivas@codeaurora.org>2018-09-18 05:27:10 -0700
commit9bf84a92ec70588e1dbb4ecfd8f881568f49fa3f (patch)
tree85db1c4f5653734d141c7e55f8725255689e192b /tools/perf/scripts/python
parent1e0efd444b05e5203f91d43f7a5e319bf2040387 (diff)
qcacld-3.0: Fix qdf_mem_header validation failure issue
During htt_rx_attach, when we allocate pdev->rx_ring.buf.paddrs_ring we use size as sizeof(target_paddr_t) and when we try to free this buffer in htt_rx_detach, we pass size as sizeof(qdf_dma_addr_t). For 32-bit host architecture where dma_addr_t is 32 bits and bus addresses are of 64 bits, we get qdf_mem_header validation fail. During htt_rx_detach, use sizeof(target_paddr_t) to free the buffer. Change-Id: If5972010e7fb1f87b0782fd5932572b84330186a CRs-Fixed: 2312784
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions