[PATCH v7 4/5] smccc/kvm_guest: Enable errata based on implementation CPUs

Sebastian Ott sebott at redhat.com
Fri Feb 14 08:12:02 PST 2025


On Fri, 14 Feb 2025, Shameer Kolothum wrote:
> +++ b/arch/arm64/kernel/cpu_errata.c
> @@ -14,6 +14,9 @@
> #include <asm/kvm_asm.h>
> #include <asm/smp_plat.h>
>
> +u32 target_impl_cpu_num;
> +struct target_impl_cpu *target_impl_cpus;

These should be exported (for configs using
CONFIG_CORESIGHT_SOURCE_ETM4X=m)

Sebastian




More information about the linux-arm-kernel mailing list