[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471942474-1854-1-git-send-email-alexander.shishkin@linux.intel.com>
Date: Tue, 23 Aug 2016 11:54:31 +0300
From: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Ingo Molnar <mingo@...hat.com>, linux-kernel@...r.kernel.org,
vince@...ter.net, eranian@...gle.com,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Subject: [PATCH 0/3] perf, bts: Fallout from the fuzzer for perf/urgent
Hi,
Recently Vince has reported warnings and panics coming from the
general direction of AUX tracing. I found two bugs which manifest
similarly, one in intel_bts driver and one in AUX unmapping path.
Both are triggered by racing SET_OUTPUT against mmap_close while
running AUX tracing. I have a test case that set fire to the kernel
within a few seconds by doing this, which I can share if anyone
cares.
These are all good candidates for 4.7-stable and the BTS ones can be
theoretically backported further.
Alexander Shishkin (3):
perf/x86/intel/bts: Fix confused ordering of PMU callbacks
perf/x86/intel/bts: Kill a silly warning
perf: Fix a race between mmap_close and set_output of AUX events
arch/x86/events/intel/bts.c | 87 +++++++++++++++++++++++++++++++++------------
kernel/events/core.c | 31 ++++++++++++----
2 files changed, 89 insertions(+), 29 deletions(-)
--
2.8.1
Powered by blists - more mailing lists