diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-14 13:40:11 +0100 |
| commit | 1e8208402d9c84d5f3ee6e33b63db8befbf61032 (patch) | |
| tree | 0ba7960b0df43587ff36adde61a41359802acf8e /sys/linux/fs_ioctl_amd64.const | |
| parent | d34313cd5d5c25ea3a914140f25168738dc96aef (diff) | |
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.
Diffstat (limited to 'sys/linux/fs_ioctl_amd64.const')
| -rw-r--r-- | sys/linux/fs_ioctl_amd64.const | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
