Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Dec 2023 17:31:45 +0000 (09:31 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Dec 2023 17:31:45 +0000 (09:31 -0800)
commit13b734465a9d1cd09551d52eb5faf5fe55e6a9ea
treef386ae7c2a4ef1de1f0fe2cc7e77a4be887d31bf
parent7c5e046bdcb2513f9decb3765d8bf92d604279cf
parent88b30c7f5d27e1594d70dc2bd7199b18f2b57fa9
Merge tag 'trace-v6.7-rc6-2' of git://git./linux/kernel/git/trace/linux-trace

Pull tracing fixes from Steven Rostedt:

 - Fix another kerneldoc warning

 - Fix eventfs files to inherit the ownership of its parent directory.

   The dynamic creation of dentries in eventfs did not take into account
   if the tracefs file system was mounted with a gid/uid, and would
   still default to the gid/uid of root. This is a regression.

 - Fix warning when synthetic event testing is enabled along with
   startup event tracing testing is enabled

* tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
  eventfs: Have event files and directories default to parent uid and gid
  tracing/synthetic: fix kernel-doc warnings