Merge patch series "RISC-V: hwprobe: Introduce which-cpus"
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 3 Jan 2024 12:09:39 +0000 (04:09 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 10 Jan 2024 04:10:13 +0000 (20:10 -0800)
commit7a4749739c5f26daaecbdd46e5ab33b3432c6c40
treee5da197756655d7606cf6245d340f19937691b9b
parentcbc911392c05762d27b96a376d4be90c5f21f99d
parentef7d6abb2cf57a18d34b332f0865c4d03bd810a3
Merge patch series "RISC-V: hwprobe: Introduce which-cpus"

Andrew Jones <ajones@ventanamicro.com> says:

This series introduces a flag for the hwprobe syscall which effectively
reverses its behavior from getting the values of keys for a set of cpus
to getting the cpus for a set of key-value pairs.

* b4-shazam-merge:
  RISC-V: selftests: Add which-cpus hwprobe test
  RISC-V: hwprobe: Introduce which-cpus flag
  RISC-V: Move the hwprobe syscall to its own file
  RISC-V: hwprobe: Clarify cpus size parameter

Link: https://lore.kernel.org/r/20231122164700.127954-6-ajones@ventanamicro.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Documentation/arch/riscv/hwprobe.rst
arch/riscv/include/uapi/asm/hwprobe.h
arch/riscv/kernel/sys_hwprobe.c