From: Steven Rostedt <rostedt@goodmis.org>
To: CaoRuichuang <create0818@163.com>,
Shuah Khan <skhan@linuxfoundation.org>
Cc: mhiramat@kernel.org, mathieu.desnoyers@efficios.com,
shuah@kernel.org, linux-kernel@vger.kernel.org,
linux-trace-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH] selftests/ftrace: Drop invalid top-level local in test_ownership
Date: Wed, 13 May 2026 11:02:08 -0400 [thread overview]
Message-ID: <20260513110208.3c14878b@gandalf.local.home> (raw)
In-Reply-To: <20260407203727.442b583c@gandalf.local.home>
Shuah,
Can you pull this into your urgent branch?
Thanks,
-- Steve
On Tue, 7 Apr 2026 20:37:27 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> Shuah,
>
> Care to take this through your tree. Probably could even add:
>
> Cc: stable@vger.kernel.org
> Fixes: 8b55572e51805 ("tracing/selftests: Add tracefs mount options test")
>
> As well as:
>
> Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
>
> -- Steve
>
>
> On Tue, 7 Apr 2026 18:26:13 +0800
> CaoRuichuang <create0818@163.com> wrote:
>
> > From: Cao Ruichuang <create0818@163.com>
> >
> > test_ownership.tc is sourced by ftracetest under /bin/sh.
> >
> > The script currently declares mount_point with local at file scope,
> > which makes /bin/sh abort with "local: not in a function" before the
> > test can reach the eventfs ownership checks.
> >
> > Replace the top-level local declaration with a normal shell variable so
> > kernels that support the gid= tracefs mount option can run the test at
> > all.
> >
> > Signed-off-by: Cao Ruichuang <create0818@163.com>
> > ---
> > tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> > index e71cc3ad0..6d00d3c0f 100644
> > --- a/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> > +++ b/tools/testing/selftests/ftrace/test.d/00basic/test_ownership.tc
> > @@ -6,7 +6,7 @@
> > original_group=`stat -c "%g" .`
> > original_owner=`stat -c "%u" .`
> >
> > -local mount_point=$(get_mount_point)
> > +mount_point=$(get_mount_point)
> >
> > mount_options=$(get_mnt_options "$mount_point")
> >
>
prev parent reply other threads:[~2026-05-13 15:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 10:26 [PATCH] selftests/ftrace: Drop invalid top-level local in test_ownership CaoRuichuang
2026-04-08 0:37 ` Steven Rostedt
2026-05-13 15:02 ` Steven Rostedt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260513110208.3c14878b@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=create0818@163.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=shuah@kernel.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox