Greetings,
I've got a small series of fixes for the CCN driver. A couple of them
are cc-ed to stable, starting at 3.17 (the very beginning of the
driver...).
Please consider pulling:
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
? Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
are available in the git repository at:
? git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.8
for you to fetch changes up to 787f718ca39c06144d70c496d22d7e5f72d3554e:
? arm-ccn: make event groups reliable (2016-08-17 11:42:48 +0100)
----------------------------------------------------------------
bus: ARM CCN PMU driver updates:
- Fixes and improvements for XP watchpoint and events handling
- Added missing condition checks for KVM-related exclusions
- Improved interrupt affinity handling
- Fix for hrtimer use in polling mode
- Event grouping implementation improvement
----------------------------------------------------------------
Mark Rutland (3):
??????arm-ccn: fix PMU interrupt flags
??????arm-ccn: fix hrtimer registration
??????arm-ccn: make event groups reliable
Pawel Moll (5):
??????bus: arm-ccn: Fix PMU handling of MN
??????bus: arm-ccn: Do not attempt to configure XPs for cycle counter
??????bus: arm-ccn: Fix XP watchpoint settings bitmask
??????bus: arm-ccn: Correct required arguments for XP PMU events
??????bus: arm-ccn: Add missing event attribute exclusions for host/guest
?Documentation/arm/CCN.txt |??16 ++++---
?drivers/bus/arm-ccn.c?????| 112 ++++++++++++++++++++++++++++++++--------------
?2 files changed, 89 insertions(+), 39 deletions(-)
Hi,
On Wed, Aug 17, 2016 at 12:05:08PM +0100, Pawel Moll wrote:
Greetings,
I've got a small series of fixes for the CCN driver. A couple of them
are cc-ed to stable, starting at 3.17 (the very beginning of the
driver...).
Please consider pulling:
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
?? Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
are available in the git repository at:
?? git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.8
for you to fetch changes up to 787f718ca39c06144d70c496d22d7e5f72d3554e:
?? arm-ccn: make event groups reliable (2016-08-17 11:42:48 +0100)
----------------------------------------------------------------
bus: ARM CCN PMU driver updates:
- Fixes and improvements for XP watchpoint and events handling
- Added missing condition checks for KVM-related exclusions
- Improved interrupt affinity handling
- Fix for hrtimer use in polling mode
- Event grouping implementation improvement
----------------------------------------------------------------
Mark Rutland (3):
????????????arm-ccn: fix PMU interrupt flags
????????????arm-ccn: fix hrtimer registration
????????????arm-ccn: make event groups reliable
Pawel Moll (5):
????????????bus: arm-ccn: Fix PMU handling of MN
????????????bus: arm-ccn: Do not attempt to configure XPs for cycle counter
????????????bus: arm-ccn: Fix XP watchpoint settings bitmask
????????????bus: arm-ccn: Correct required arguments for XP PMU events
????????????bus: arm-ccn: Add missing event attribute exclusions for host/guest
Huh, looks like you're making mutt when showing the whitespace above. Odd.
Please keep patch prefixes consistent between yourself and Mark,
by fixing up when you apply patches if nothing else. The last three patches
to that file have all been different:
bus/arm-ccn:
arm-ccn:
bus: arm-ccn:
I don't care much which specific one you use, but bus: arm-ccn: is the by far
most common one in the file history so it makes sense to stick to it.
Also, it seems that your PGP key lacks a single signature. Hopefully you can
get a few colleagues or other community members to sign your key soon.
Please respin with patch subjects fixed up.
-Olof
Greetings,
I've got a small series of fixes for the CCN driver. A couple of them
are cc-ed to stable, starting at 3.17 (the very beginning of the
driver...). I've unified the subject prefixes in this v2.
Please consider pulling:
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
are available in the git repository at:
git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/fixes-for-4.8-v2
for you to fetch changes up to d662ed2e50c9dab1d4c25e80fa3e01ebe257bd65:
bus: arm-ccn: make event groups reliable (2016-08-26 09:16:18 +0100)
----------------------------------------------------------------
bus: ARM CCN PMU driver updates:
- Fixes and improvements for XP watchpoint and events handling
- Added missing condition checks for KVM-related exclusions
- Improved interrupt affinity handling
- Fix for hrtimer use in polling mode
- Event grouping implementation improvement
----------------------------------------------------------------
Mark Rutland (3):
bus: arm-ccn: fix PMU interrupt flags
bus: arm-ccn: fix hrtimer registration
bus: arm-ccn: make event groups reliable
Pawel Moll (5):
bus: arm-ccn: Fix PMU handling of MN
bus: arm-ccn: Do not attempt to configure XPs for cycle counter
bus: arm-ccn: Fix XP watchpoint settings bitmask
bus: arm-ccn: Correct required arguments for XP PMU events
bus: arm-ccn: Add missing event attribute exclusions for host/guest
Documentation/arm/CCN.txt | 16 ++++---
drivers/bus/arm-ccn.c | 112 ++++++++++++++++++++++++++++++++--------------
2 files changed, 89 insertions(+), 39 deletions(-)