Re: [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer

From: Steven Rostedt
Date: Fri Apr 11 2025 - 14:30:22 EST


On Fri, 11 Apr 2025 14:24:27 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> > Yeah, if I bodge ftracetest to be a bash script then the test runs fine
> > so it'll be a bashism. We're running the tests in a Debian rootfs so
> > /bin/sh will be dash.
>
> Interesting, as one of the ftracetests checks for bashisms:
>
> test.d/selftest/bashisms.tc
>
> Did it not catch something?

Hmm, I just tested this, and it fails on my box too (I test on a debian VM).

It fails with and without setting it to bash. I'll take a look too.

-- Steve