]> granicus.if.org Git - strace/commitdiff
xlat: update *_MAGIC constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
* xlat/fsmagic.in (Z3FOLD_MAGIC): New constant introduced
by Linux kernel commit v5.3-rc1~31^2~30.
(DMA_BUF_MAGIC): New constant introduced by Linux kernel commit
v5.3-rc1~22^2~20^2~42.
* NEWS: Mention this.

NEWS
xlat/fsmagic.in

diff --git a/NEWS b/NEWS
index 5f2dae92640d7d24f9faa9c338ae69c885b29107..ceb68d488416c47955db0a1a24d604bd4110ad21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in release ?.? (????-??-??)
 
 * Improvements
   * Updated lists of BPF_*, ETH_*, KEYCTL_*, KVM_*, MAP_*, SO_*, V4L2_*,
-    and XDP_* constants.
+    XDP_*, and *_MAGIC constants.
 
 * Bug fixes
   * Fixed tests on alpha with Linux kernel headers 5.1+.
index 7564f512c7eb5c5e954b6db6a5c00c9c306c329b..3ff154dcdf55970a2d968a6ccee4b63362ab98c9 100644 (file)
@@ -1,5 +1,6 @@
 #sorted sort -k2,2
 { 0x0000002f,  "QNX4_SUPER_MAGIC"      },
+{ 0x00000033,  "Z3FOLD_MAGIC"          },
 { 0x00000187,  "AUTOFS_SUPER_MAGIC"    },
 { 0x00001373,  "DEVFS_SUPER_MAGIC"     },
 { 0x0000137d,  "EXT_SUPER_MAGIC"       },
@@ -55,6 +56,7 @@
 { 0x42465331,  "BEFS_SUPER_MAGIC"      },
 { 0x42494e4d,  "BINFMTFS_MAGIC"        },
 { 0x43415d53,  "SMACK_MAGIC"           },
+{ 0x444d4142,  "DMA_BUF_MAGIC"         },
 { 0x453dcd28,  "CRAMFS_MAGIC_WEND"     },
 { 0x47504653,  "GPFS_SUPER_MAGIC"      },
 { 0x50495045,  "PIPEFS_MAGIC"          },