mbox series

[GIT,PULL] ARC updates for 5.17-rc1

Message ID 4af6c0e7-03a3-702c-f364-b0ebe0f8923a@kernel.org
State New
Headers show
Series [GIT,PULL] ARC updates for 5.17-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.17-rc1

Message

Vineet Gupta Jan. 17, 2022, 3:27 a.m. UTC
Hi Linus,

ARC fixes for 5.17. Nothing too exciting for now.

Thx,
-Vineet
------------------------------------------->
The following changes since commit fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

   Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-5.17-rc1

for you to fetch changes up to 8f67f65d121cc3bbb4ffaae80e880aeb307d49f4:

   arc: use swap() to make code cleaner (2021-12-28 19:49:44 -0800)

----------------------------------------------------------------
Fixes for ARC for 5.17

----------------------------------------------------------------
Alexey Brodkin (1):
       arc: perf: Move static structs to where they're really used

Colin Ian King (1):
       ARC: perf: Remove redundant initialization of variable idx

Kees Cook (1):
       arc: Replace lkml.org links with lore

Randy Dunlap (1):
       ARC: thread_info.h: correct two typos in a comment

Vineet Gupta (1):
       ARC: perf: fix misleading comment about pmu vs counter stop

Yihao Han (1):
       arc: use swap() to make code cleaner

  arch/arc/include/asm/irqflags-compact.h |   8 +-
  arch/arc/include/asm/perf_event.h       | 162 
-------------------------------
  arch/arc/include/asm/thread_info.h      |   4 +-
  arch/arc/kernel/perf_event.c            | 166 
+++++++++++++++++++++++++++++++-
  arch/arc/kernel/unwind.c                |  11 +--
  arch/arc/mm/dma.c                       |   2 +-
  arch/arc/plat-axs10x/axs10x.c           |   2 +-
  arch/arc/plat-hsdk/platform.c           |   2 +-
  8 files changed, 178 insertions(+), 179 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 18, 2022, 4:53 a.m. UTC | #1
The pull request you sent on Sun, 16 Jan 2022 19:27:35 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.17-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/62b488875c0551822ac3b961d04800d4c7a655d9

Thank you!