On Sat, 24 Aug 2019 16:04:26 +0200 Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > Hello Linus and Steven, > > On Mon, Apr 08, 2019 at 04:29:15PM +0200, Linus Walleij wrote: > > On Mon, Apr 8, 2019 at 4:27 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > > > > On Mon, 8 Apr 2019 15:42:55 +0200 > > > Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > > > > > > > That's fine for me, but I'm a bit surprised you did that without an ack > > > > > from the tracing people? > > > > > > > > oOOPS no I guess I shouldn't, haha I just didn't > > > > look close enough, I thought for some reason it only > > > > applied in the GPIO subsystem. I'll back this out. > > > > > > No need to back it out. > > > > > > Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > > > > OK applied to the GPIO tree. > > I just found this patch in one of my older topic branches and it still > applies to current Linus (Torvald)'s master. > > Given that the only user is gone since 5.2-rc1 (commit > 12f2639038ef420fe796171ffb810b30d1ac0619) > > For reference, here comes it again, slightly adapted to reality. (Use > git am --scissors to apply.) I have some reservations against this patch. Mainly being that I'm starting to think that we should be able to compile out individual systems of trace events. The number of trace events continues to grow, and there are many that I don't care about. This could be use to make it easy to add configs that keep various trace event systems from being compiled into the kernel. -- Steve