[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y8rXw6g8JZkajrZ5@google.com>
Date: Fri, 20 Jan 2023 18:04:51 +0000
From: Sean Christopherson <seanjc@...gle.com>
To: Bagas Sanjaya <bagasdotme@...il.com>
Cc: Freedesktop DRI List <dri-devel@...ts.freedesktop.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Documentation <linux-doc@...r.kernel.org>,
Linux KVM <kvm@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Oded Gabbay <ogabbay@...nel.org>,
Jonathan Corbet <corbet@....net>,
Paolo Bonzini <pbonzini@...hat.com>,
Jeffrey Hugo <quic_jhugo@...cinc.com>,
Ofir Bitton <obitton@...ana.ai>,
Aaron Lewis <aaronlewis@...gle.com>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH linux-next 3/3] kvm: x86/pmu: Add blank line separator
before KVM_CAP_PMU_EVENT_MASKED_EVENTS code path list
On Fri, Jan 20, 2023, Bagas Sanjaya wrote:
> Stephen Rothwell reported htmldocs warning when merging kvm-x86 tree:
>
> Documentation/virt/kvm/api.rst:5070: ERROR: Unexpected indentation.
>
> Fix the warning by adding a blank line separator before
> KVM_CAP_PMU_EVENT_MASKED_EVENTS code path list to determine guest access.
>
> Link: https://lore.kernel.org/linux-next/20230120130927.3100f935@canb.auug.org.au/
> Fixes: 651daa44b11c0e ("kvm: x86/pmu: Introduce masked events to the pmu event filter")
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
> ---
> Documentation/virt/kvm/api.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
> index a477186c57c193..83e3acc9e3211d 100644
> --- a/Documentation/virt/kvm/api.rst
> +++ b/Documentation/virt/kvm/api.rst
> @@ -5067,6 +5067,7 @@ An encoded event will follow this layout::
>
> When the guest attempts to program the PMU, these steps are followed in
> determining if the guest should have access:
> +
> 1. Match the event select from the guest against the filter events.
> 2. If a match is found, match the guest's unit mask to the mask and match
> values of the included filter events.
> --
Squashed this into the offending commit, thanks!
Powered by blists - more mailing lists