On Thu, Nov 03, 2022 at 11:47:42PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Some of the newer verity tests don't work properly on systems where > fs.verity.require_signatures is enabled, either because they forget to > disable it at the beginning of the test, or they forget to re-enable it > afterwards, or both. Fix this. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > tests/btrfs/290 | 9 +++++++++ > tests/btrfs/291 | 2 ++ > tests/generic/624 | 8 ++++++++ > tests/generic/692 | 8 ++++++++ > 4 files changed, 27 insertions(+) > Looks good. I haven't run btrfs tests but change looks ok. Reviewed-by: Andrey Albershteyn <aalbersh@xxxxxxxxxx> -- - Andrey