Re: [PATCH 1/3] selftests/ftrace: fix glob selftest

From: Steven Rostedt
Date: Fri Dec 20 2019 - 20:23:51 EST


On Fri, 20 Dec 2019 08:32:40 +0100
Sven Schnelle <svens@xxxxxxxxxxxxx> wrote:


> > Thanks Steve to CC to me.
> > BTW, are there any reason why we use different symbols for different
> > glob patterns?
> > I mean we can use 'schedul*', '*chedule' and '*sch*ule' as test
> > glob patterns.
>
> Don't know, but i don't see a reason why we should have different patterns. If
> there's an agreement that we prefer a common pattern i can update the patch and
> resend.


I think I liked trying other functions just to make sure that it was
working to add a bit of churn to the mix (for the unlikely case that
schedule has some fluke case).

We could just switch it all to use schedule, or we can change "aw" to
"spin".

-- Steve