All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs
@ 2015-03-09 12:46 ` Suzuki K. Poulose
  0 siblings, 0 replies; 30+ messages in thread
From: Suzuki K. Poulose @ 2015-03-09 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Suzuki K. Poulose" <suzuki.poulose@arm.com>

This is a collection of fixes which denies grouping hardware events
from different PMUs. They also fix crashes triggered by perf_fuzzer
on Linux-4.0-rc2.

Pawel,

Similar fix is required in ARM CCN PMU driver. I didn't find it
straight forward to fix it there. Could you please take a look
into it ?


Suzuki K. Poulose (3):
  arm/pmu: Reject groups spanning multiple hardware PMUs
  arm64/pmu: Reject groups spanning multiple HW PMUs
  arm-cci: Reject groups spanning multiple HW PMUs

 arch/arm/kernel/perf_event.c   |   21 +++++++++++++++------
 arch/arm64/kernel/perf_event.c |   21 +++++++++++++++------
 drivers/bus/arm-cci.c          |   19 ++++++++++++++-----
 3 files changed, 44 insertions(+), 17 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCHv2 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs
@ 2015-03-17 18:14 Suzuki K. Poulose
  2015-03-17 18:14 ` [PATCH 1/3] arm/pmu: Reject groups spanning multiple hardware PMUs Suzuki K. Poulose
  0 siblings, 1 reply; 30+ messages in thread
From: Suzuki K. Poulose @ 2015-03-17 18:14 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Suzuki K. Poulose" <suzuki.poulose@arm.com>

This is a collection of fixes which denies grouping hardware events
from different PMUs. They also fix crashes triggered by perf_fuzzer
on Linux-4.0-rc2.

This series hasn't changed since V1, except for better commit messages.

Similar fixes are required in ARM-CCN PMU driver and is not straight forward
as these changes.

Suzuki K. Poulose (3):
  arm/pmu: Reject groups spanning multiple hardware PMUs
  arm64/pmu: Reject groups spanning multiple HW PMUs
  arm-cci: Reject groups spanning multiple HW PMUs

 arch/arm/kernel/perf_event.c   |   21 +++++++++++++++------
 arch/arm64/kernel/perf_event.c |   21 +++++++++++++++------
 drivers/bus/arm-cci.c          |   19 ++++++++++++++-----
 3 files changed, 44 insertions(+), 17 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 30+ messages in thread
* [PATCH 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs
@ 2015-03-09 12:43 a
  2015-03-09 12:43 ` [PATCH 1/3] arm/pmu: Reject groups spanning multiple hardware PMUs a
  0 siblings, 1 reply; 30+ messages in thread
From: a @ 2015-03-09 12:43 UTC (permalink / raw)
  To: will.deacon
  Cc: a.p.zijlstra, linux, acme, linux-kernel, linux-arm-kernel,
	punit.agrawal, pawel.moll, Suzuki K. Poulose

From: "Suzuki K. Poulose" <suzuki.poulose@arm.com>

This is a collection of fixes which denies grouping hardware events
from different PMUs. They also fix crashes triggered by perf_fuzzer
on Linux-4.0-rc2.

Pawel,

Similar fix is required in ARM CCN PMU driver. I didn't find it
straight forward to fix it there. Could you please take a look
into it ?


Suzuki K. Poulose (3):
  arm/pmu: Reject groups spanning multiple hardware PMUs
  arm64/pmu: Reject groups spanning multiple HW PMUs
  arm-cci: Reject groups spanning multiple HW PMUs

 arch/arm/kernel/perf_event.c   |   21 +++++++++++++++------
 arch/arm64/kernel/perf_event.c |   21 +++++++++++++++------
 drivers/bus/arm-cci.c          |   19 ++++++++++++++-----
 3 files changed, 44 insertions(+), 17 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2015-03-17 18:14 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 12:46 [PATCH 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs Suzuki K. Poulose
2015-03-09 12:46 ` Suzuki K. Poulose
2015-03-09 12:46 ` [PATCH 1/3] arm/pmu: Reject groups spanning multiple hardware PMUs Suzuki K. Poulose
2015-03-09 12:46   ` Suzuki K. Poulose
2015-03-10 11:27   ` Peter Zijlstra
2015-03-10 11:27     ` Peter Zijlstra
2015-03-10 12:00     ` Suzuki K. Poulose
2015-03-10 12:00       ` Suzuki K. Poulose
2015-03-10 12:05     ` Mark Rutland
2015-03-10 12:05       ` Mark Rutland
2015-03-10 12:53       ` Peter Zijlstra
2015-03-10 12:53         ` Peter Zijlstra
2015-03-10 13:00         ` Peter Zijlstra
2015-03-10 13:00           ` Peter Zijlstra
2015-03-10 13:57           ` Mark Rutland
2015-03-10 13:57             ` Mark Rutland
2015-03-10 14:05           ` Suzuki K. Poulose
2015-03-10 14:05             ` Suzuki K. Poulose
2015-03-10 15:09             ` Mark Rutland
2015-03-10 15:09               ` Mark Rutland
2015-03-10 15:36         ` Mark Rutland
2015-03-10 15:36           ` Mark Rutland
2015-03-10 15:44           ` Peter Zijlstra
2015-03-10 15:44             ` Peter Zijlstra
2015-03-09 12:46 ` [PATCH 2/3] arm64/pmu: Reject groups spanning multiple HW PMUs Suzuki K. Poulose
2015-03-09 12:46   ` Suzuki K. Poulose
2015-03-09 12:46 ` [PATCH 3/3] arm-cci: " Suzuki K. Poulose
2015-03-09 12:46   ` Suzuki K. Poulose
  -- strict thread matches above, loose matches on Subject: below --
2015-03-17 18:14 [PATCHv2 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs Suzuki K. Poulose
2015-03-17 18:14 ` [PATCH 1/3] arm/pmu: Reject groups spanning multiple hardware PMUs Suzuki K. Poulose
2015-03-09 12:43 [PATCH 0/3] [4.0] arm/arm64: Do not group hardware events from different PMUs a
2015-03-09 12:43 ` [PATCH 1/3] arm/pmu: Reject groups spanning multiple hardware PMUs a

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.