]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Nov 2024 18:08:39 +0000 (08:08 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Nov 2024 18:08:39 +0000 (08:08 -1000)
commit7758b206117dab9894f0bcb8333f8e4731c5065a
tree387d7052068fece78e7442d54ed3e63d535dc4f9
parentb226d019836fbab759be8f62818851ee5cb0d9de
parent8b55572e51805184353ee7d587c720a51818fb82
Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull tracefs fixes from Steven Rostedt:
 "Fix tracefs mount options.

  Commit 78ff64081949 ("vfs: Convert tracefs to use the new mount API")
  broke the gid setting when set by fstab or other mount utility. It is
  ignored when it is set. Fix the code so that it recognises the option
  again and will honor the settings on mount at boot up.

  Update the internal documentation and create a selftest to make sure
  it doesn't break again in the future"

* tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/selftests: Add tracefs mount options test
  tracing: Document tracefs gid mount option
  tracing: Fix tracefs mount options