aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRomain Perier <[email protected]>2016-08-09 11:03:19 +0200
committerHerbert Xu <[email protected]>2016-08-09 18:47:31 +0800
commit57cfda1ac74e58767f6305bd1ea3449177425460 (patch)
treecd75025aebac911c6032866a0a8ff4d0dff3d65d /tools/perf/scripts/python/stackcollapse.py
parent09951d83fc58a6f772de09c08e370f6d9970dbb6 (diff)
crypto: marvell - Don't overwrite default creq->state during initialization
Currently, in mv_cesa_{md5,sha1,sha256}_init creq->state is initialized before the call to mv_cesa_ahash_init. This is wrong because this function fills creq with zero by using memset, so its 'state' that contains the default DIGEST is overwritten. This commit fixes the issue by initializing creq->state just after the call to mv_cesa_ahash_init. Fixes: commit b0ef51067cb4 ("crypto: marvell/cesa - initialize hash...") Signed-off-by: Romain Perier <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions