diff options
author | Eric Biggers <ebiggers@google.com> | 2025-01-05 22:34:11 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-01-14 06:38:32 +0300 |
commit | a22a2316be227f8d85a6c8abe4bd568bfeb0233c (patch) | |
tree | 993796f3ee89f02283c5403047db4c75fb4c4bf0 /tools/perf/scripts/python/task-analyzer.py | |
parent | 807c8018f5c90b10e172caf3858999cf3754fe7f (diff) | |
download | linux-a22a2316be227f8d85a6c8abe4bd568bfeb0233c.tar.xz |
crypto: skcipher - remove redundant clamping to page size
In the case where skcipher_walk_next() allocates a bounce page, that
page by definition has size PAGE_SIZE. The number of bytes to copy 'n'
is guaranteed to fit in it, since earlier in the function it was clamped
to be at most a page. Therefore remove the unnecessary logic that tried
to clamp 'n' again to fit in the bounce page.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions