summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2021-10-11 20:57:27 +0200
committerEugene Syromyatnikov <evgsyr@gmail.com>2021-10-12 00:35:59 +0200
commit3159f23050bb7ce07897a0cc06f1f5956c7e0cec (patch)
tree5288541f4db81e5b1b072a3a4b98e494b67acb48
parent00608353532c73e0a4a7e21e1252e33c52307584 (diff)
downloadstrace-3159f23050bb7ce07897a0cc06f1f5956c7e0cec.tar.gz
xlat: update btrfs_features_compat_ro and btrfs_key_types
* src/xlat/btrfs_features_compat_ro.in (BTRFS_FEATURE_COMPAT_RO_VERITY): New constant, introduced by Linux commit v5.15-rc1~35^2~48. * src/xlat/btrfs_key_types.in (BTRFS_VERITY_DESC_ITEM_KEY, BTRFS_VERITY_MERKLE_ITEM_KEY): Likewise. * NEWS: Mention it.
-rw-r--r--NEWS2
-rw-r--r--src/xlat/btrfs_features_compat_ro.in1
-rw-r--r--src/xlat/btrfs_key_types.in2
3 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 392b8e743..4aa5d3acc 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Noteworthy changes in release ?.?? (????-??-??)
syscall.
* Implemented decoding of SECCOMP_* ioctl commands.
* Enhanced decoding of io_uring_register and times syscalls.
- * Updated lists of FAN_REPORT_*, IORING_* and MPOL_* constants.
+ * Updated lists of BTRFS_*, FAN_REPORT_*, IORING_* and MPOL_* constants.
* Bug fixes
* Fixed printing of struct bpf_prog_info.map_ids array.
diff --git a/src/xlat/btrfs_features_compat_ro.in b/src/xlat/btrfs_features_compat_ro.in
index 10a09bb85..10b918524 100644
--- a/src/xlat/btrfs_features_compat_ro.in
+++ b/src/xlat/btrfs_features_compat_ro.in
@@ -2,3 +2,4 @@
#val_type uint64_t
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE
BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE_VALID
+BTRFS_FEATURE_COMPAT_RO_VERITY
diff --git a/src/xlat/btrfs_key_types.in b/src/xlat/btrfs_key_types.in
index 67303a0d1..24ebcec3f 100644
--- a/src/xlat/btrfs_key_types.in
+++ b/src/xlat/btrfs_key_types.in
@@ -5,6 +5,8 @@ BTRFS_INODE_ITEM_KEY
BTRFS_INODE_REF_KEY
BTRFS_INODE_EXTREF_KEY
BTRFS_XATTR_ITEM_KEY
+BTRFS_VERITY_DESC_ITEM_KEY
+BTRFS_VERITY_MERKLE_ITEM_KEY
BTRFS_ORPHAN_ITEM_KEY
BTRFS_DIR_LOG_ITEM_KEY
BTRFS_DIR_LOG_INDEX_KEY