]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:42 +0000 (12:00 +0200)
commit84a7fefc2b8c8747675a105a367e1272e6a588a0
treebc4cc4f411f7d0ef85610868e97548b207c3249c
parent8444283facf2571a74686cbe9912502139c2a78e
perf: Really fix event_function_call() locking

[ Upstream commit fe826cc2654e8561b64246325e6a51b62bf2488c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/events/core.c