On 02.01.2025 20:25, Andrew Cooper wrote: > ... and hook it up for RISC-V and PPC. > > On RISC-V at least, no combination of headers pulls in errno.h, so include it > explicitly. > > Guard the hypercalls array declaration based on NR_hypercalls existing. This > is sufficient to get PERF_COUNTERS fully working on RISC-V and PPC, so drop > the randconfig override.
And then perhaps also that from riscv64_defconfig? > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> Preferably with the added change: Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan