]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'for-next/feat_mte_store_only' into for-next/core
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 24 Jul 2025 15:03:34 +0000 (16:03 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 24 Jul 2025 15:03:34 +0000 (16:03 +0100)
commit5b1ae9de71335865d06ff0e60eadcf368a735edf
treeba90ccef6b9d755f51602c4358efb93e2d4bacfe
parent3ae8cef210dd52ae95fd5a87f9bea0932bd4e470
parent1f488fb91378e923dd67870292dcc36df85a814e
Merge branch 'for-next/feat_mte_store_only' into for-next/core

* for-next/feat_mte_store_only:
  : MTE feature to restrict tag checking to store only operations
  kselftest/arm64/mte: Add MTE_STORE_ONLY testcases
  kselftest/arm64/mte: Preparation for mte store only test
  kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap test
  KVM: arm64: Expose MTE_STORE_ONLY feature to guest
  arm64/hwcaps: Add MTE_STORE_ONLY hwcaps
  arm64/kernel: Support store-only mte tag check
  prctl: Introduce PR_MTE_STORE_ONLY
  arm64/cpufeature: Add MTE_STORE_ONLY feature
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/process.c
arch/arm64/tools/cpucaps
tools/testing/selftests/arm64/abi/hwcap.c
tools/testing/selftests/arm64/mte/check_prctl.c