aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2023-11-19 12:08:23 +0100
committerMilan Broz <gmazyland@gmail.com>2023-11-30 14:53:42 +0000
commit85d23dde7915394af8950b58ffebe031e0fddff7 (patch)
treeb526ace3929a81d7239cad1caa76d3352074b597
parent5e7bd7a36b375f9a7167fddad0255e6d029f9c17 (diff)
downloadcryptsetup-85d23dde7915394af8950b58ffebe031e0fddff7.tar.gz
Revert "tests: Temporarily disable veritysetup tasklet option test."
This reverts commit 0e44494aba8e41a6d0938304cb481c5a4b40aca5. Kernel fix is in mainline and on the way to stable kernels. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/md?id=2a695062a5a42aead8c539a344168d4806b3fda2
-rwxr-xr-xtests/verity-compat-test5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/verity-compat-test b/tests/verity-compat-test
index ed14dfb5..5115ddcd 100755
--- a/tests/verity-compat-test
+++ b/tests/verity-compat-test
@@ -487,9 +487,8 @@ if check_version 1 3; then
fi
if check_version 1 9; then
- # FIXME: until it is fixed upstream, avoid kernel crash.
- echo "Verity data performance options test. [N/A]"
- # check_option 512 $HASH $SALT 1 sha256 "--use-tasklets" "try_verify_in_tasklet"
+ echo "Verity data performance options test."
+ check_option 512 $HASH $SALT 1 sha256 "--use-tasklets" "try_verify_in_tasklet"
fi
fi