From bfff2ebaa617219ad7bc540356ad995b6a5aff05 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 5 Jan 2019 21:14:42 +0000 Subject: [PATCH] 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. --- NEWS | 2 +- xlat/fsmagic.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" }, -- 2.40.0