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/fs_ioctl_amd64.const | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/linux/fs_ioctl_amd64.const') diff --git a/sys/linux/fs_ioctl_amd64.const b/sys/linux/fs_ioctl_amd64.const index 6c27f1c9e..50573df43 100644 --- a/sys/linux/fs_ioctl_amd64.const +++ b/sys/linux/fs_ioctl_amd64.const @@ -13,7 +13,6 @@ FS_ENCRYPTION_MODE_AES_256_CTS = 4 FS_ENCRYPTION_MODE_AES_256_XTS = 1 FS_ENCRYPTION_MODE_SPECK128_256_CTS = 8 FS_ENCRYPTION_MODE_SPECK128_256_XTS = 7 -FS_IOC_ENABLE_VERITY = 26245 FS_IOC_FIEMAP = 3223348747 FS_IOC_FSGETXATTR = 2149341215 FS_IOC_FSSETXATTR = 1075599392 @@ -23,7 +22,6 @@ FS_IOC_GETFSMAP = 3233830971 FS_IOC_GETVERSION = 2148038145 FS_IOC_GET_ENCRYPTION_POLICY = 1074554389 FS_IOC_GET_ENCRYPTION_PWSALT = 1074816532 -FS_IOC_MEASURE_VERITY = 3221513862 FS_IOC_RESVSP = 1076910120 FS_IOC_SETFLAGS = 1074292226 FS_IOC_SETFSLABEL = 1090556978 @@ -33,7 +31,4 @@ FS_KEY_DESCRIPTOR_SIZE = 8 FS_POLICY_FLAGS_PAD_16 = 2 FS_POLICY_FLAGS_PAD_4 = 0 FS_POLICY_FLAGS_PAD_8 = 1 -FS_VERITY_ALG_CRC32C = 3 -FS_VERITY_ALG_SHA256 = 1 -FS_VERITY_ALG_SHA512 = 2 __NR_ioctl = 16 -- cgit mrf-deployment