Skip to content
Snippets Groups Projects
Commit ad4e80a6 authored by Sunwook Eom's avatar Sunwook Eom Committed by Mike Snitzer
Browse files

dm verity fec: fix hash block number in verity_fec_decode


The error correction data is computed as if data and hash blocks
were concatenated. But hash block number starts from v->hash_start.
So, we have to calculate hash block number based on that.

Fixes: a739ff3f ("dm verity: add support for forward error correction")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarSunwook Eom <speed.eom@samsung.com>
Reviewed-by: default avatarSami Tolvanen <samitolvanen@google.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 31b22120
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment