* [GIT PULL] tracefs: Updates for v7.1
@ 2026-04-14 11:57 Steven Rostedt
2026-04-14 13:42 ` Steven Rostedt
2026-04-16 0:51 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2026-04-14 11:57 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, AnishMulay, David Carlier
Linus,
tracefs updates for 7.1:
- Simplify error handling with guards()
Use guards() to simplify the handling of releasing locks in exit paths.
- Use dentry name snapshots instead of allocation
Instead of allocating a temp buffer to store the dentry name to use in
mkdir() and rmdir() use take_dentry_name_snapshot().
- Fix default permissions not being applied at boot
The default permissions for tracefs was 0700 to only allow root having
access. But after a change to fix other mount options the update to
permissions ignored the defined default and used the system default of
0755. This is a regression and is fixed.
Please pull the latest tracefs-v7.1 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
tracefs-v7.1
Tag SHA1: e5d58661152be92434e3ef6ebcd4e9b4ceaec6dd
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(-)
---------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] tracefs: Updates for v7.1
2026-04-14 11:57 [GIT PULL] tracefs: Updates for v7.1 Steven Rostedt
@ 2026-04-14 13:42 ` Steven Rostedt
2026-04-16 0:51 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2026-04-14 13:42 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, AnishMulay, David Carlier
On Tue, 14 Apr 2026 07:57:53 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> Linus,
>
> tracefs updates for 7.1:
Hi Linus,
Hold off on pulling this. I just noticed that kernel test robot found a
set but not used variable in the code. I want to fix that before it
gets pulled in.
-- Steve
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] tracefs: Updates for v7.1
2026-04-14 11:57 [GIT PULL] tracefs: Updates for v7.1 Steven Rostedt
2026-04-14 13:42 ` Steven Rostedt
@ 2026-04-16 0:51 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2026-04-16 0:51 UTC (permalink / raw)
To: Steven Rostedt; +Cc: Linus Torvalds, LKML, AnishMulay, David Carlier
The pull request you sent on Tue, 14 Apr 2026 07:57:53 -0400:
> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git tracefs-v7.1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43cec30c44764c4b1401fdeb48bfd18c3fc7eff8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-16 0:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14 11:57 [GIT PULL] tracefs: Updates for v7.1 Steven Rostedt
2026-04-14 13:42 ` Steven Rostedt
2026-04-16 0:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox