[GIT PULL] arm64 fixes for 5.17-rc1

From: Catalin Marinas
Date: Fri Jan 21 2022 - 12:00:17 EST


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

--
Catalin