[patch 0/4] perf/x86, jump_label: Cure serialization issues

Thomas Gleixner posted 4 patches 1 year, 8 months ago
arch/x86/events/core.c |    3 ++
kernel/jump_label.c    |   67 ++++++++++++++++++++++++++++---------------------
2 files changed, 42 insertions(+), 28 deletions(-)
[patch 0/4] perf/x86, jump_label: Cure serialization issues
Posted by Thomas Gleixner 1 year, 8 months ago
Yue and Xingwei reported a syzkaller crash related to the rdpmc attribute
file and jump labels. It turns out to be lack of serialization in the
attribute write path and non-robustness on the jump label side.

The following series addresses these issues.

Thanks,

	tglx
---
 arch/x86/events/core.c |    3 ++
 kernel/jump_label.c    |   67 ++++++++++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 28 deletions(-)