From: Michael Ellerman <mpe@ellerman.id.au>
To: Gautam Menghani <gautam@linux.ibm.com>,
npiggin@gmail.com, christophe.leroy@csgroup.eu,
aneesh.kumar@kernel.org, naveen.n.rao@linux.ibm.com,
corbet@lwn.net
Cc: linuxppc-dev@lists.ozlabs.org, linux-doc@vger.kernel.org,
kvm@vger.kernel.org, stable@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
Date: Thu, 06 Jun 2024 22:34:40 +1000 [thread overview]
Message-ID: <87le3ip7vj.fsf@mail.lhotse> (raw)
In-Reply-To: <yzixdicgdqcten6eglcc4zlhn3sbnqrax3ymzzqvdmxvdh63zx@xymyajel3aoh>
Gautam Menghani <gautam@linux.ibm.com> writes:
> On Wed, Jun 05, 2024 at 05:09:08PM GMT, Gautam Menghani wrote:
>> Doorbell emulation for KVM on PAPR guests is broken as support for DPDES
>> was not added in initial patch series [1].
>> Add DPDES support and doorbell handling support for V2 API.
>>
>> [1] lore.kernel.org/linuxppc-dev/20230914030600.16993-1-jniethe5@gmail.com
>>
>> Changes in v2:
>> 1. Split DPDES support into its own patch
>>
>> Gautam Menghani (2):
>> arch/powerpc/kvm: Add DPDES support in helper library for Guest state
>> buffer
>> arch/powerpc/kvm: Fix doorbell emulation for v2 API
>>
>> Documentation/arch/powerpc/kvm-nested.rst | 4 +++-
>> arch/powerpc/include/asm/guest-state-buffer.h | 3 ++-
>> arch/powerpc/include/asm/kvm_book3s.h | 1 +
>> arch/powerpc/kvm/book3s_hv.c | 5 +++++
>> arch/powerpc/kvm/book3s_hv_nestedv2.c | 7 +++++++
>> arch/powerpc/kvm/test-guest-state-buffer.c | 2 +-
>> 6 files changed, 19 insertions(+), 3 deletions(-)
>>
>> --
>> 2.45.1
>>
>
>
> Hi Michael,
>
> This patch series is to be backported for all kernels >= 6.7. So the tag
> should be
> Cc: stable@vger.kernel.org # v6.7+
>
> and not
> Cc: stable@vger.kernel.org # v6.7
>
> Should I send a new version of this series or can you please make this
> change when pulling in your tree?
I can make the change when applying.
cheers
WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: Gautam Menghani <gautam@linux.ibm.com>,
npiggin@gmail.com, christophe.leroy@csgroup.eu,
aneesh.kumar@kernel.org, naveen.n.rao@linux.ibm.com,
corbet@lwn.net
Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
stable@vger.kernel.org, kvm@vger.kernel.org,
linux-doc@vger.kernel.org
Subject: Re: [PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC
Date: Thu, 06 Jun 2024 22:34:40 +1000 [thread overview]
Message-ID: <87le3ip7vj.fsf@mail.lhotse> (raw)
In-Reply-To: <yzixdicgdqcten6eglcc4zlhn3sbnqrax3ymzzqvdmxvdh63zx@xymyajel3aoh>
Gautam Menghani <gautam@linux.ibm.com> writes:
> On Wed, Jun 05, 2024 at 05:09:08PM GMT, Gautam Menghani wrote:
>> Doorbell emulation for KVM on PAPR guests is broken as support for DPDES
>> was not added in initial patch series [1].
>> Add DPDES support and doorbell handling support for V2 API.
>>
>> [1] lore.kernel.org/linuxppc-dev/20230914030600.16993-1-jniethe5@gmail.com
>>
>> Changes in v2:
>> 1. Split DPDES support into its own patch
>>
>> Gautam Menghani (2):
>> arch/powerpc/kvm: Add DPDES support in helper library for Guest state
>> buffer
>> arch/powerpc/kvm: Fix doorbell emulation for v2 API
>>
>> Documentation/arch/powerpc/kvm-nested.rst | 4 +++-
>> arch/powerpc/include/asm/guest-state-buffer.h | 3 ++-
>> arch/powerpc/include/asm/kvm_book3s.h | 1 +
>> arch/powerpc/kvm/book3s_hv.c | 5 +++++
>> arch/powerpc/kvm/book3s_hv_nestedv2.c | 7 +++++++
>> arch/powerpc/kvm/test-guest-state-buffer.c | 2 +-
>> 6 files changed, 19 insertions(+), 3 deletions(-)
>>
>> --
>> 2.45.1
>>
>
>
> Hi Michael,
>
> This patch series is to be backported for all kernels >= 6.7. So the tag
> should be
> Cc: stable@vger.kernel.org # v6.7+
>
> and not
> Cc: stable@vger.kernel.org # v6.7
>
> Should I send a new version of this series or can you please make this
> change when pulling in your tree?
I can make the change when applying.
cheers
next prev parent reply other threads:[~2024-06-06 12:34 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 11:39 [PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC Gautam Menghani
2024-06-05 11:39 ` Gautam Menghani
2024-06-05 11:39 ` [PATCH v2 1/2] arch/powerpc/kvm: Add DPDES support in helper library for Guest state buffer Gautam Menghani
2024-06-05 11:39 ` Gautam Menghani
2024-06-06 2:59 ` Nicholas Piggin
2024-06-06 2:59 ` Nicholas Piggin
2024-06-05 11:39 ` [PATCH v2 2/2] arch/powerpc/kvm: Fix doorbell emulation for v2 API Gautam Menghani
2024-06-05 11:39 ` Gautam Menghani
2024-06-06 2:59 ` Nicholas Piggin
2024-06-06 2:59 ` Nicholas Piggin
2024-06-06 3:00 ` [PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC Nicholas Piggin
2024-06-06 3:00 ` Nicholas Piggin
2024-06-06 5:01 ` Gautam Menghani
2024-06-06 5:01 ` Gautam Menghani
2024-06-06 5:46 ` Gautam Menghani
2024-06-06 5:46 ` Gautam Menghani
2024-06-06 12:34 ` Michael Ellerman [this message]
2024-06-06 12:34 ` Michael Ellerman
2024-06-20 14:29 ` Michael Ellerman
2024-06-20 14:29 ` Michael Ellerman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87le3ip7vj.fsf@mail.lhotse \
--to=mpe@ellerman.id.au \
--cc=aneesh.kumar@kernel.org \
--cc=christophe.leroy@csgroup.eu \
--cc=corbet@lwn.net \
--cc=gautam@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=naveen.n.rao@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.