* [GIT PULL] CCN driver fixes for 4.8
@ 2016-08-17 11:05 Pawel Moll
2016-08-26 0:18 ` Olof Johansson
0 siblings, 1 reply; 3+ messages in thread
From: Pawel Moll @ 2016-08-17 11:05 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] CCN driver fixes for 4.8
2016-08-17 11:05 [GIT PULL] CCN driver fixes for 4.8 Pawel Moll
@ 2016-08-26 0:18 ` Olof Johansson
2016-08-26 8:31 ` [GIT PULL v2] " Pawel Moll
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2016-08-26 0:18 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL v2] CCN driver fixes for 4.8
2016-08-26 0:18 ` Olof Johansson
@ 2016-08-26 8:31 ` Pawel Moll
0 siblings, 0 replies; 3+ messages in thread
From: Pawel Moll @ 2016-08-26 8:31 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-26 8:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 11:05 [GIT PULL] CCN driver fixes for 4.8 Pawel Moll
2016-08-26 0:18 ` Olof Johansson
2016-08-26 8:31 ` [GIT PULL v2] " Pawel Moll
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).