Merge branch 'for-next/late-arrivals' into for-next/core
authorWill Deacon <will@kernel.org>
Wed, 7 Oct 2020 13:36:24 +0000 (14:36 +0100)
committerWill Deacon <will@kernel.org>
Wed, 7 Oct 2020 13:36:24 +0000 (14:36 +0100)
Late patches for 5.10: MTE selftests, minor KCSAN preparation and removal
of some unused prototypes.

(Amit Daniel Kachhap and others)
* for-next/late-arrivals:
  arm64: random: Remove no longer needed prototypes
  arm64: initialize per-cpu offsets earlier
  kselftest/arm64: Check mte tagged user address in kernel
  kselftest/arm64: Verify KSM page merge for MTE pages
  kselftest/arm64: Verify all different mmap MTE options
  kselftest/arm64: Check forked child mte memory accessibility
  kselftest/arm64: Verify mte tag inclusion via prctl
  kselftest/arm64: Add utilities and a test to validate mte memory

1  2 
arch/arm64/kernel/head.S
tools/testing/selftests/arm64/Makefile

Simple merge
@@@ -4,7 -4,7 +4,7 @@@
  ARCH ?= $(shell uname -m 2>/dev/null || echo not)
  
  ifneq (,$(filter $(ARCH),aarch64 arm64))
- ARM64_SUBTARGETS ?= tags signal pauth fp
 -ARM64_SUBTARGETS ?= tags signal mte
++ARM64_SUBTARGETS ?= tags signal pauth fp mte
  else
  ARM64_SUBTARGETS :=
  endif