From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 298E4E9413A for ; Fri, 6 Oct 2023 23:12:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233942AbjJFXMn (ORCPT ); Fri, 6 Oct 2023 19:12:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233921AbjJFXMl (ORCPT ); Fri, 6 Oct 2023 19:12:41 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 452B39F for ; Fri, 6 Oct 2023 16:12:39 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DACB2C433C9; Fri, 6 Oct 2023 23:12:38 +0000 (UTC) Received: from rostedt by gandalf with local (Exim 4.96) (envelope-from ) id 1qou11-005rNb-19; Fri, 06 Oct 2023 19:13:51 -0400 Message-ID: <20231006231324.646666118@goodmis.org> User-Agent: quilt/0.66 Date: Fri, 06 Oct 2023 19:13:24 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Andrew Morton Subject: [for-next][PATCH 0/2] tracing: Updates for v6.7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git trace/for-next Head SHA1: 5ddd8baa4857709b4e5d84b376d735152851955b Steven Rostedt (Google) (2): eventfs: Use eventfs_remove_events_dir() tracing: Make system_callback() function static ---- fs/tracefs/event_inode.c | 19 +++++++------------ include/linux/tracefs.h | 1 + kernel/trace/trace_events.c | 4 ++-- 3 files changed, 10 insertions(+), 14 deletions(-)