]> granicus.if.org Git - strace/commitdiff
xlat: update *_MAGIC constants
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 5 Jan 2019 21:14:42 +0000 (21:14 +0000)
* xlat/fsmagic.in (BINDERFS_SUPER_MAGIC): New constant introduced
by Linux kernel commit v5.0-rc1~95^2~15.
* NEWS: Mention this.

NEWS
xlat/fsmagic.in

diff --git a/NEWS b/NEWS
index 7bce943826bc0e75e7516703068244522facfb79..4d30906c5696b408aa357cbffd50ff3a0bb8ba12 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Noteworthy changes in release ?.?? (????-??-??)
 ===============================================
 
 * Improvements
-  * Updated lists of BPF_* and KERN_* constants.
+  * Updated lists of BPF_*, KERN_*, and *_MAGIC constants.
 
 * Bug fixes
   * Fixed strace-k test on alpha.
index 538270696e5953bc1ea43aeb1042804267e4104d..ffab9e04aaf5704ce84e1a488e382190d50585ff 100644 (file)
@@ -80,6 +80,7 @@
 { 0x65735546,  "FUSE_SUPER_MAGIC"      },
 { 0x68191122,  "QNX6_SUPER_MAGIC"      },
 { 0x6b414653,  "AFS_FS_MAGIC"          },
+{ 0x6c6f6f70,  "BINDERFS_SUPER_MAGIC"  },
 { 0x6e736673,  "NSFS_MAGIC"            },
 { 0x73636673,  "SECURITYFS_MAGIC"      },
 { 0x73717368,  "SQUASHFS_MAGIC"        },