VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Eric Biggers <ebiggers@google.com> 2021-01-15 10:18:16 -0800 committer: Eric Biggers <ebiggers@google.com> 2021-02-07 14:51:11 -0800 commit: e17fe6579de023725ec22a16965e9099e4a05ac9 parent: fab634c4de4604aefaaa9dc25d0e1a2cb7a961ab
Commit Summary:
fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/verity/Makefile b/fs/verity/Makefile
index 570e9136334d..435559a4fa9e 100644
--- a/fs/verity/Makefile
+++ b/fs/verity/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_FS_VERITY) += enable.o \
 			   init.o \
 			   measure.o \
 			   open.o \
+			   read_metadata.o \
 			   verify.o
 
 obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o