diff options
author | 2024-09-13 19:19:53 -0400 | |
---|---|---|
committer | 2024-10-15 20:27:29 +0200 | |
commit | a066397e8ed1036e8b959050ab6e830ee90d9f58 (patch) | |
tree | b04c8fb1030b4478688e302815729d265d3b55a9 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tpm: do not ignore memblock_reserve return value (diff) | |
download | wireguard-linux-a066397e8ed1036e8b959050ab6e830ee90d9f58.tar.xz wireguard-linux-a066397e8ed1036e8b959050ab6e830ee90d9f58.zip |
tpm: fix unsigned/signed mismatch errors related to __calc_tpm2_event_size
__calc_tpm2_event_size returns 0 or a positive length, but return values
are often interpreted as ints. Convert everything over to u32 to avoid
signed/unsigned logic errors.
Signed-off-by: Gregory Price <gourry@gourry.net>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions