[PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS mount options
Cristian Marussi <[email protected]> Fri, 12 Jun 2026 23:37:52 +0100
| Newsgroups | org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Detail ARM SCMI Telemetry filesystem available mount options. Cc: Jonathan Corbet <[email protected]> Cc: Shuah Khan <[email protected]> Cc: [email protected] Signed-off-by: Cristian Marussi <[email protected]> --- 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