[PATCH 0/4] perf: Fuzzer fixes

From: Jiri Olsa
Date: Wed Dec 28 2016 - 08:31:16 EST


hi,
sending out 3 fuzzer fixes, which kept my server
up and fuzzing over the xmas ;-)

Available also in here:
git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
perf/fuzzer

jirka


---
Jiri Olsa (4):
perf/x86/intel: Account interrupts for PEBS errors
perf/x86: Fix period for non sampling events
perf: Add perf_event_overflow_throttle function
perf/x86/intel: Throttle PEBS events only from pmi

arch/x86/events/core.c | 7 +++++++
arch/x86/events/intel/core.c | 2 +-
arch/x86/events/intel/ds.c | 21 +++++++++++++--------
arch/x86/events/perf_event.h | 2 +-
include/linux/perf_event.h | 5 +++++
kernel/events/core.c | 55 +++++++++++++++++++++++++++++++++++--------------------
6 files changed, 62 insertions(+), 30 deletions(-)