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 3F2122E6116 for ; Thu, 9 Apr 2026 18:34:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775759642; cv=none; b=eyI9C/rB5M/e1hPeTWerDiBs8thLDBW6i+/ODzMEG68aum7jfljVc8Po4P9I8DvkmM51Y6ptvZ66Mp34/NT47eZPSqdEbHIKxuGHPOjSRl10GSipMEemOaQWqTzRybtvKQRVhAC9A572WWxGVqIihIrz0MkZ0jdYaXxN7g+jj2s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775759642; c=relaxed/simple; bh=pJt4lIegdP2z8169igzOASnJC9zc24mHigZ+weM4eBk=; h=Message-ID:Date:From:To:Cc:Subject; b=IQsLG7pRLxJh5XBgY4DaAmbrhkeV0mRzxhlvx102t8eGJNpvx42z1boL4co1y8jg23NDrt6W0NYa9FdpcR7FcNsccgLC/S5IdnT+IR2ueikajqm16/15Xr4GCBji43HYTyI3qM2DIS0BCr05yYnIhspulWwy90BL+Te8x547QXQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hiILQ/VQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hiILQ/VQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1575C116C6; Thu, 9 Apr 2026 18:34:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775759641; bh=pJt4lIegdP2z8169igzOASnJC9zc24mHigZ+weM4eBk=; h=Date:From:To:Cc:Subject:From; b=hiILQ/VQIGEe9b/NMgi/TUGNsB94NlYLqdiOi5nOU/2PLewpxJR33vLaJjapfWuB/ eVkgETihmtpPucjonqCMarn4zb7E+ASFbyRzpIb4ItP1NxOoBXL2AjF4B5JD8CuDdV WW2fL8vwaqr24kFEwmJf5/EjqATiOkJY8JPNFW+idIxbFySxVDucNroHgfTHFQsWjl WHAcg5dm+mmnEIXqigzzlOXWRcRshT6kymP2XZEe5VyivZuqZrhm1cAyoe6Uydxaqy I2PFwStOonsXgdI0yKnd9tipYaUqjIFhk0Ahl5+soWGcwQO8HbbVMgN8l1IE/UBxfc ZHuzyW90uKHtQ== Received: from rostedt by gandalf with local (Exim 4.99.1) (envelope-from ) id 1wAuDp-00000003pFi-03JC; Thu, 09 Apr 2026 14:35:21 -0400 Message-ID: <20260409183457.935983082@kernel.org> User-Agent: quilt/0.69 Date: Thu, 09 Apr 2026 14:34:57 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton Subject: [for-next][PATCH 0/3] tracefs: Updates for v7.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git tracefs/for-next Head SHA1: e8368d1f4bedbb0cce4cfe33a1d2664bb0fd4f27 AnishMulay (1): tracefs: Use dentry name snapshots instead of heap allocation David Carlier (1): tracefs: Fix default permissions not being applied on initial mount Steven Rostedt (1): eventfs: Simplify code using guard()s ---- fs/tracefs/event_inode.c | 96 ++++++++++++++++++------------------------------ fs/tracefs/inode.c | 40 +++++--------------- 2 files changed, 45 insertions(+), 91 deletions(-)