mbox series

[v1,0/2] HWCAP for FEAT_LSE128

Message ID 20231003124544.858804-1-joey.gouly@arm.com (mailing list archive)
Headers show
Series HWCAP for FEAT_LSE128 | expand

Message

Joey Gouly Oct. 3, 2023, 12:45 p.m. UTC
Hi,

Here's a small patch set to add a HWCAP for FEAT_LSE128.

Non-sequential HWCAP number since I have other HWCAP patches on the ML (LRCPC3, POE).

Thanks,
Joey

Joey Gouly (2):
  arm64: add FEAT_LSE128 HWCAP
  kselftest/arm64: add FEAT_LSE128 to hwcap test

 Documentation/arch/arm64/elf_hwcaps.rst   |  3 +++
 arch/arm64/include/asm/hwcap.h            |  1 +
 arch/arm64/include/uapi/asm/hwcap.h       |  1 +
 arch/arm64/kernel/cpufeature.c            |  1 +
 arch/arm64/kernel/cpuinfo.c               |  1 +
 arch/arm64/tools/sysreg                   |  1 +
 tools/testing/selftests/arm64/abi/hwcap.c | 21 +++++++++++++++++++++
 7 files changed, 29 insertions(+)

Comments

Catalin Marinas Oct. 13, 2023, 6:44 p.m. UTC | #1
On Tue, 03 Oct 2023 13:45:42 +0100, Joey Gouly wrote:
> Here's a small patch set to add a HWCAP for FEAT_LSE128.
> 
> Non-sequential HWCAP number since I have other HWCAP patches on the ML (LRCPC3, POE).
> 
> Thanks,
> Joey
> 
> [...]

Applied to arm64 (for-next/feat_lse128), thanks!

[1/2] arm64: add FEAT_LSE128 HWCAP
      https://git.kernel.org/arm64/c/94d0657f9f0d
[2/2] kselftest/arm64: add FEAT_LSE128 to hwcap test
      https://git.kernel.org/arm64/c/72e301956dbb