From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A528539E3 for ; Thu, 21 Dec 2023 15:11:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90607C433C8; Thu, 21 Dec 2023 15:11:29 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.97) (envelope-from ) id 1rGKiv-000000040Uo-12YH; Thu, 21 Dec 2023 10:12:33 -0500 Message-ID: <20231221150922.017965539@goodmis.org> User-Agent: quilt/0.67 Date: Thu, 21 Dec 2023 10:09:22 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton Subject: [for-linus][PATCH 0/3] tracing: More fixes for v6.7-rc6 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Tracing fixes for 6.7: - Fix another kerneldoc warning - Fix eventfs files to inherit the ownership of its parent directory. The dynamic creating 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 git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git trace/urgent Head SHA1: 88b30c7f5d27e1594d70dc2bd7199b18f2b57fa9 Randy Dunlap (1): tracing/synthetic: fix kernel-doc warnings Steven Rostedt (Google) (2): eventfs: Have event files and directories default to parent uid and gid tracing / synthetic: Disable events after testing in synth_event_gen_test_init() ---- fs/tracefs/event_inode.c | 12 +++++++++--- kernel/trace/synth_event_gen_test.c | 11 +++++++++++ kernel/trace/trace_events_synth.c | 4 ++-- 3 files changed, 22 insertions(+), 5 deletions(-)