mbox series

[GIT,PULL] arm64 fix for -rc6

Message ID 20230127174044.GA31044@willie-the-truck
State New
Headers show
Series [GIT,PULL] arm64 fix for -rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

Message

Will Deacon Jan. 27, 2023, 5:40 p.m. UTC
Hi Linus,

Please pull this CMN PMU driver fix for -rc6, which fixes a regression
in the event counting caused by a broken optimisation. Summary in the
tag.

Cheers,

Will

--->8

The following changes since commit 68a63a412d18bd2e2577c8928139f92541afa7a6:

  arm64: Fix build with CC=clang, CONFIG_FTRACE=y and CONFIG_STACK_TRACER=y (2023-01-09 15:59:42 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to a428eb4b99ab80454f06ad256b25e930fe8a4954:

  Partially revert "perf/arm-cmn: Optimise DTC counter accesses" (2023-01-26 13:55:38 +0000)

----------------------------------------------------------------
arm64 fix for -rc6

- Fix event counting regression in Arm CMN PMU driver due to broken optimisation

----------------------------------------------------------------
Robin Murphy (1):
      Partially revert "perf/arm-cmn: Optimise DTC counter accesses"

 drivers/perf/arm-cmn.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Jan. 27, 2023, 9:14 p.m. UTC | #1
The pull request you sent on Fri, 27 Jan 2023 17:40:45 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0d1e013fd9246fcf73a078999487ba47d1dd1bb9

Thank you!