aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorRyder Lee <[email protected]>2017-01-20 13:41:09 +0800
committerHerbert Xu <[email protected]>2017-01-23 22:50:29 +0800
commit4432861fb9747fce52f94bc13da0d9b41292ef69 (patch)
tree5fb79adb5e88a5825f825f5043761b3ac16df390 /tools/perf/scripts/python/bin/stackcollapse-record
parenta873996238e4019c54c49b56fcc1fef35a93da41 (diff)
crypto: mediatek - fix incorrect data transfer result
This patch fixes mtk_aes_xmit() data transfer bug. The original function uses the same loop and ring->pos to handle both command and result descriptors. But this produces incomplete results when src.sg_len != dst.sg_len. To solve the problem, we splits the descriptors into different loops and uses cmd_pos and res_pos to record them respectively. Signed-off-by: Ryder Lee <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions