]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf: Really fix event_function_call() locking
authorNamhyung Kim <namhyung@kernel.org>
Tue, 13 Aug 2024 20:55:11 +0000 (22:55 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 14 Aug 2024 05:39:09 +0000 (07:39 +0200)
commitfe826cc2654e8561b64246325e6a51b62bf2488c
treeb9e56954867f519127029d26b3f16847346b3f4f
parent3e15a3fe3a2a170c5be52783667706875c088f96
perf: Really fix event_function_call() locking

Commit 558abc7e3f89 ("perf: Fix event_function_call() locking") lost
IRQ disabling by mistake.

Fixes: 558abc7e3f89 ("perf: Fix event_function_call() locking")
Reported-by: Pengfei Xu <pengfei.xu@intel.com>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Tested-by: Pengfei Xu <pengfei.xu@intel.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
kernel/events/core.c