On Thu, Aug 18, 2022 at 12:47:59PM -0700, Boris Burkov wrote: > Test btrfs send/recv support for fs-verity. Includes tests for > signatures, salts, and interaction with chmod/caps. The last of those is > to ensure the various features that go in during inode_finalize interact > properly. > > This depends on the kernel patch adding support for send: > btrfs: send: add support for fs-verity > > And the btrfs-progs patch adding support for recv: > btrfs-progs: receive: add support for fs-verity > > Signed-off-by: Boris Burkov <boris@xxxxxx> > -- > Changes for v2: The changelog should be below the real scissors line "---" so that it's not included in the commit message. > - change 0/1 to false/true This wasn't actually done. Otherwise this test looks fine. - Eric