--- Begin Message ---
- To: Eric Biggers <ebiggers@xxxxxxxxxx>
- Subject: Re: [PATCH v4 03/16] fs-verity: add UAPI header
- From: Theodore Ts'o <tytso@xxxxxxx>
- Date: Sat, 15 Jun 2019 08:40:17 -0400
- Envelope-to: mit@xxxxxxxxx
- In-reply-to: <20190606155205.2872-4-ebiggers@kernel.org>
- References: <20190606155205.2872-1-ebiggers@kernel.org> <20190606155205.2872-4-ebiggers@kernel.org>
- User-agent: Mutt/1.10.1 (2018-07-13)
On Thu, Jun 06, 2019 at 08:51:52AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Add the UAPI header for fs-verity, including two ioctls: > > - FS_IOC_ENABLE_VERITY > - FS_IOC_MEASURE_VERITY > > These ioctls are documented in the "User API" section of > Documentation/filesystems/fsverity.rst. > > Examples of using these ioctls can be found in fsverity-utils > (https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git). > > I've also written xfstests that test these ioctls > (https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/xfstests-dev.git/log/?h=fsverity). > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Looks good; you can add: Reviewed-off-by: Theodore Ts'o <tytso@xxxxxxx> - Ted
--- End Message ---