[PATCH 0/3] Tracefs gid mount option fixes

Kalesh Singh posted 3 patches 3 weeks, 6 days ago
fs/tracefs/inode.c                            |  12 ++-
kernel/trace/trace.c                          |   4 +
.../ftrace/test.d/00basic/mount_options.tc    | 101 ++++++++++++++++++
.../ftrace/test.d/00basic/test_ownership.tc   |  16 +--
.../testing/selftests/ftrace/test.d/functions |  25 +++++
5 files changed, 142 insertions(+), 16 deletions(-)
create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/mount_options.tc
[PATCH 0/3] Tracefs gid mount option fixes
Posted by Kalesh Singh 3 weeks, 6 days ago
Hi all,

This series is based on v6.12-rc4. It fixes an issue with the  tracefs
gid mount option. Adds test case to prevent future breakages and updates
the tracefs readme to document the expected behavior of this option.

Thanks,
Kalesh

Kalesh Singh (3):
  tracing: Document tracefs gid mount option
  tracing/selftests: Add tracefs mount options test
  tracing: Fix tracefs gid mount option

 fs/tracefs/inode.c                            |  12 ++-
 kernel/trace/trace.c                          |   4 +
 .../ftrace/test.d/00basic/mount_options.tc    | 101 ++++++++++++++++++
 .../ftrace/test.d/00basic/test_ownership.tc   |  16 +--
 .../testing/selftests/ftrace/test.d/functions |  25 +++++
 5 files changed, 142 insertions(+), 16 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/mount_options.tc


base-commit: 42f7652d3eb527d03665b09edac47f85fb600924
--
2.47.0.163.g1226f6d8fa-goog