summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorAkhil R <akhilrajeev@nvidia.com>2025-02-24 14:46:01 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2025-03-08 16:22:23 +0800
commitbcfc8fc53f3acb3213fb9d28675244aa4ce208e0 (patch)
tree44cc9ecb171a8c12457f5c78220d8db0de7d3565 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentcaa9dbb76ff52ec848a57245062aaeaa07740adc (diff)
crypto: tegra - Use separate buffer for setkey
The buffer which sends the commands to host1x was shared for all tasks in the engine. This causes a problem with the setkey() function as it gets called asynchronous to the crypto engine queue. Modifying the same cmdbuf in setkey() will corrupt the ongoing host1x task and in turn break the encryption/decryption operation. Hence use a separate cmdbuf for setkey(). Fixes: 0880bb3b00c8 ("crypto: tegra - Add Tegra Security Engine driver") Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions