[PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS mount options
Cristian Marussi
cristian.marussi at arm.com
Fri Jun 12 15:37:52 PDT 2026
Detail ARM SCMI Telemetry filesystem available mount options.
Cc: Jonathan Corbet <corbet at lwn.net>
Cc: Shuah Khan <skhan at linuxfoundation.org>
Cc: linux-doc at vger.kernel.org
Signed-off-by: Cristian Marussi <cristian.marussi at arm.com>
---
Documentation/filesystems/stlmfs.rst | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/Documentation/filesystems/stlmfs.rst b/Documentation/filesystems/stlmfs.rst
index 123e0e68e041..a15da85b9971 100644
--- a/Documentation/filesystems/stlmfs.rst
+++ b/Documentation/filesystems/stlmfs.rst
@@ -109,6 +109,25 @@ sense to allow this FS to be mounted inside a container.
All files are created world readable and, where needed for configuration,
owner writable.
+Mount Options
+=============
+
+This FS supports the typical mount options needed to modify, at mount time, the
+ownership of the root and all of the underlying inodes:
+
+ - uid: id of the owner of the root inode and all of the files subsequently
+ created under it
+
+ - gid: id of the group of the root inode and all of the files subsequently
+ created under it
+
+ - umask: a standard umask filter to be applied to user/group/other: defaults
+ to 00222
+
+Note that all of the above options are explicitly designed NOT to support
+a remount operation, so as not have surprising effects on permissions of
+already discovered/created telemetry files.
+
Usage
=====
--
2.54.0
More information about the linux-arm-kernel
mailing list