tracing: Fix pid filtering when triggers are attached
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 26 Nov 2021 22:34:42 +0000 (17:34 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Dec 2021 08:19:01 +0000 (09:19 +0100)
commit092a58f0d9ef5013ad3c197a9a5ecf2d7f797a88
tree230a15922de75045c0aaccc0012791aebcc30fdb
parent68fa6bf7f1798edd07fbfc9865a7e9b92dfbef4c
tracing: Fix pid filtering when triggers are attached

commit a55f224ff5f238013de8762c4287117e47b86e22 upstream.

If a event is filtered by pid and a trigger that requires processing of
the event to happen is a attached to the event, the discard portion does
not take the pid filtering into account, and the event will then be
recorded when it should not have been.

Cc: stable@vger.kernel.org
Fixes: 3fdaf80f4a836 ("tracing: Implement event pid filtering")
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/trace.h