aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2022-10-20 10:39:08 +0200
committerArd Biesheuvel <[email protected]>2022-10-24 10:21:02 +0200
commit161a438d730dade2ba2b1bf8785f0759aba4ca5f (patch)
tree08ae9c2b254af749636e5653e9223e04324ea83b /tools/perf/scripts/python/bin/export-to-postgresql-report
parentf4cd18c5b2000df0c382f6530eeca9141ea41faf (diff)
efi: random: reduce seed size to 32 bytes
We no longer need at least 64 bytes of random seed to permit the early crng init to complete. The RNG is now based on Blake2s, so reduce the EFI seed size to the Blake2s hash size, which is sufficient for our purposes. While at it, drop the READ_ONCE(), which was supposed to prevent size from being evaluated after seed was unmapped. However, this cannot actually happen, so READ_ONCE() is unnecessary here. Cc: <[email protected]> # v4.14+ Signed-off-by: Ard Biesheuvel <[email protected]> Reviewed-by: Jason A. Donenfeld <[email protected]> Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions