From: Dmitry V. Levin Date: Sat, 5 Jan 2019 21:14:42 +0000 (+0000) Subject: xlat: update *_MAGIC constants X-Git-Tag: v5.0~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfff2ebaa617219ad7bc540356ad995b6a5aff05;p=strace xlat: update *_MAGIC constants * xlat/fsmagic.in (BINDERFS_SUPER_MAGIC): New constant introduced by Linux kernel commit v5.0-rc1~95^2~15. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index 7bce9438..4d30906c 100644 --- 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. diff --git a/xlat/fsmagic.in b/xlat/fsmagic.in index 53827069..ffab9e04 100644 --- a/xlat/fsmagic.in +++ b/xlat/fsmagic.in @@ -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" },