[GIT PULL] arm64 fixes for -rc3

From: Will Deacon
Date: Fri Sep 22 2023 - 12:19:16 EST


Hi Linus,

Please pull this small crop of relatively boring arm64 fixes for -rc3.

That's not to say we don't have any juicy bugs, however, it's just that
fixes for those are likely to come via -mm and -tip for a hugetlb and an
atomics issue respectively. I get left with the documentation...

Cheers,

Will

--->8

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 44a5b6b5c7fee5146572b4c57f0d9d9c398d1033:

arm64: Document missing userspace visible fields in ID_AA64ISAR2_EL1 (2023-09-18 11:59:02 +0100)

----------------------------------------------------------------
arm64 fixes for -rc3

- Fix detection of "ClearBHB" and "Hinted Conditional Branch" features

- Fix broken wildcarding for Arm PMU MAINTAINERS entry

- Add missing documentation for userspace-visible ID register fields

----------------------------------------------------------------
Kristina Martsenko (1):
arm64: cpufeature: Fix CLRBHB and BC detection

Mark Brown (3):
arm64/sme: Include ID_AA64PFR1_EL1.SME in cpu-feature-registers.rst
arm64/hbc: Document HWCAP2_HBC
arm64: Document missing userspace visible fields in ID_AA64ISAR2_EL1

Oliver Upton (1):
MAINTAINERS: Use wildcard pattern for ARM PMU headers

Documentation/arch/arm64/cpu-feature-registers.rst | 12 ++++++++++++
Documentation/arch/arm64/elf_hwcaps.rst | 3 +++
MAINTAINERS | 2 +-
arch/arm64/include/asm/cpufeature.h | 2 +-
arch/arm64/kernel/cpufeature.c | 3 ++-
arch/arm64/tools/sysreg | 6 +++++-
6 files changed, 24 insertions(+), 4 deletions(-)