mbox series

[GIT,PULL] arm64 fixes for 5.17-rc1

Message ID YermhR/kQO+dg7P/@arm.com
State New
Headers show
Series [GIT,PULL] arm64 fixes for 5.17-rc1 | expand

Pull-request

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

Message

Catalin Marinas Jan. 21, 2022, 4:59 p.m. UTC
Hi Linus,

Please pull the arm64 updates below, some fixes that turned up during
the merging window. Thanks.

The following changes since commit 945409a6ef442cfe5f2f14e5626d4306d53100f0:

  Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/core (2022-01-05 18:14:32 +0000)

are available in the Git repository at:

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

for you to fetch changes up to bb425a7598479fa0f171ec806033c440f218b0ce:

  arm64: mm: apply __ro_after_init to memory_limit (2022-01-20 09:15:16 +0000)

----------------------------------------------------------------
arm64 fixes/cleanups:

- Add brackets to the io_stop_wc macro.

- Avoid -Warray-bounds warning with the LSE atomics inline asm.

- Apply __ro_after_init to memory_limit.

----------------------------------------------------------------
Kees Cook (1):
      arm64: atomics: lse: Dereference matching size

Peng Fan (1):
      arm64: mm: apply __ro_after_init to memory_limit

Xiongfeng Wang (1):
      asm-generic: Add missing brackets for io_stop_wc macro

 arch/arm64/include/asm/atomic_lse.h | 2 +-
 arch/arm64/include/asm/cmpxchg.h    | 2 +-
 arch/arm64/mm/init.c                | 2 +-
 include/asm-generic/barrier.h       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 22, 2022, 8:06 a.m. UTC | #1
The pull request you sent on Fri, 21 Jan 2022 16:59:49 +0000:

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

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

Thank you!