Re: [PATCH v6 08/16] KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0

From: Yosry Ahmed

Date: Wed May 27 2026 - 19:21:18 EST


> > diff --git a/arch/x86/include/asm/kvm-x86-pmu-ops.h b/arch/x86/include/asm/kvm-x86-pmu-ops.h
> > index d5452b3433b7d..03ed2c917bb56 100644
> > --- a/arch/x86/include/asm/kvm-x86-pmu-ops.h
> > +++ b/arch/x86/include/asm/kvm-x86-pmu-ops.h
> > @@ -1,6 +1,7 @@
> > /* SPDX-License-Identifier: GPL-2.0 */
> > #if !defined(KVM_X86_PMU_OP) || \
> > - !defined(KVM_X86_PMU_OP_OPTIONAL)
> > + !defined(KVM_X86_PMU_OP_OPTIONAL) || \
> > + !defined(KVM_X86_PMU_OP_OPTIONAL_RET0)
>
> Align indentation.

When I did that checkpatch complained about spaces at the beginning of
the line. I will just ignore it.