mbox series

[GIT,PULL] ARC fixes for 5.18-rc4

Message ID 7b513e98-0cc4-13b9-a26b-d281314c0f74@kernel.org
State New
Headers show
Series [GIT,PULL] ARC fixes for 5.18-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.18-rc4

Message

Vineet Gupta April 23, 2022, 10:23 p.m. UTC
Hi Linus,

Please pull.

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

   Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ 
tags/arc-5.18-rc4

for you to fetch changes up to c6ed4d84a2c49de7d6f490144cca7b4a4831fb6e:

   ARC: remove redundant READ_ONCE() in cmpxchg loop (2022-04-18 
14:47:05 -0700)

----------------------------------------------------------------
ARC fixes for 5.18-rc4

  - Assorted fixes

----------------------------------------------------------------
Bang Li (1):
       ARC: remove redundant READ_ONCE() in cmpxchg loop

Christophe JAILLET (1):
       ARC: Remove a redundant memset()

Julia Lawall (1):
       ARC: fix typos in comments

Krzysztof Kozlowski (1):
       ARC: dts: align SPI NOR node name with dtschema

Rolf Eike Beer (1):
       arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely

Sergey Matyukevich (2):
       ARC: entry: fix syscall_trace_exit argument
       ARC: atomic: cleanup atomic-llsc definitions

  arch/arc/boot/dts/hsdk.dts            |  2 +-
  arch/arc/include/asm/atomic-llsc.h    | 32 
++++++++++++++++----------------
  arch/arc/include/asm/pgtable-levels.h |  3 ---
  arch/arc/kernel/disasm.c              |  3 +--
  arch/arc/kernel/entry.S               |  1 +
  arch/arc/kernel/signal.c              |  2 +-
  arch/arc/kernel/smp.c                 |  4 ++--
  arch/arc/kernel/unaligned.c           |  2 +-
  arch/arc/mm/cache.c                   |  2 +-
  9 files changed, 24 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org April 23, 2022, 11:26 p.m. UTC | #1
The pull request you sent on Sat, 23 Apr 2022 15:23:45 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-5.18-rc4

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

Thank you!