From 1e8208402d9c84d5f3ee6e33b63db8befbf61032 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 14 Mar 2019 13:40:11 +0100 Subject: sys/linux: regenerate and fix const files 1. Move fsverity descriptions to a separate file which is not regenerated automatically. It was dropped from linux-next. 2. Fix tlk_device.txt name in syz-extract. 3. Update some socket consts e.g. s/SO_TIMESTAMPING/SO_TIMESTAMPING_OLD/. 4. Regenerate const files on current upstream head. --- sys/linux/fsverity_arm.const | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/linux/fsverity_arm.const (limited to 'sys/linux/fsverity_arm.const') diff --git a/sys/linux/fsverity_arm.const b/sys/linux/fsverity_arm.const new file mode 100644 index 000000000..11164226f --- /dev/null +++ b/sys/linux/fsverity_arm.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +FS_IOC_ENABLE_VERITY = 26245 +FS_IOC_MEASURE_VERITY = 3221513862 +FS_VERITY_ALG_CRC32C = 3 +FS_VERITY_ALG_SHA256 = 1 +FS_VERITY_ALG_SHA512 = 2 +__NR_ioctl = 54 -- cgit mrf-deployment