mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 10:06:59 +00:00
The self testing for event filters does not really need preemption disabled as there are no races at the time of testing, but the functions it calls uses rcu_dereference_sched() which will complain if preemption is not disabled. Cc: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>