[GIT PULL] ARC updates for 5.17-rc1

From: Vineet Gupta
Date: Sun Jan 16 2022 - 22:27:45 EST


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(-)