diff options
author | Eric Biggers <[email protected]> | 2022-12-23 12:36:32 -0800 |
---|---|---|
committer | Eric Biggers <[email protected]> | 2023-01-09 19:06:01 -0800 |
commit | f45555bf23cfc6bf0f0239de321221b1b81817ab (patch) | |
tree | 8b3f08dfb3f0d25ab648268315840f75e1382675 /scripts/gdb/linux/modules.py | |
parent | 55eed69cc8fd88272860b3409ac83e191330d370 (diff) |
fsverity: replace fsverity_hash_page() with fsverity_hash_block()
In preparation for allowing the Merkle tree block size to differ from
PAGE_SIZE, replace fsverity_hash_page() with fsverity_hash_block(). The
new function is similar to the old one, but it operates on the block at
the given offset in the page instead of on the full page.
(For now, all callers still pass a full page.)
Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Andrey Albershteyn <[email protected]>
Tested-by: Ojaswin Mujoo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions