mbox

[GIT,PULL,0/1] KVM: s390: Fix lockdep issue in vm memop

Message ID 20220502153053.6460-1-borntraeger@linux.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-5.18-1

Message

Christian Borntraeger May 2, 2022, 3:30 p.m. UTC
Paolo,

one patch that is sitting already too long in my tree (sorry, was out of
office some days).

The following changes since commit 3bcc372c9865bec3ab9bfcf30b2426cf68bc18af:

  KVM: s390: selftests: Add error memop tests (2022-03-14 16:12:27 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.18-1

for you to fetch changes up to 4aa5ac75bf79cbbc46369163eb2e3addbff0d434:

  KVM: s390: Fix lockdep issue in vm memop (2022-03-23 10:41:04 +0100)

----------------------------------------------------------------
KVM: s390: fix lockdep warning in new MEMOP call

----------------------------------------------------------------
Janis Schoetterl-Glausch (1):
      KVM: s390: Fix lockdep issue in vm memop

 arch/s390/kvm/kvm-s390.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Comments

Paolo Bonzini May 2, 2022, 3:39 p.m. UTC | #1
On 5/2/22 17:30, Christian Borntraeger wrote:
> Paolo,
> 
> one patch that is sitting already too long in my tree (sorry, was out of
> office some days).

Hi Christian,

at this point I don't have much waiting for 5.18.  Feel free to send it 
through the s390 tree.

Paolo

> The following changes since commit 3bcc372c9865bec3ab9bfcf30b2426cf68bc18af:
> 
>    KVM: s390: selftests: Add error memop tests (2022-03-14 16:12:27 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.18-1
> 
> for you to fetch changes up to 4aa5ac75bf79cbbc46369163eb2e3addbff0d434:
> 
>    KVM: s390: Fix lockdep issue in vm memop (2022-03-23 10:41:04 +0100)
> 
> ----------------------------------------------------------------
> KVM: s390: fix lockdep warning in new MEMOP call
> 
> ----------------------------------------------------------------
> Janis Schoetterl-Glausch (1):
>        KVM: s390: Fix lockdep issue in vm memop
> 
>   arch/s390/kvm/kvm-s390.c | 11 ++++++++++-
>   1 file changed, 10 insertions(+), 1 deletion(-)
>
Christian Borntraeger May 2, 2022, 3:41 p.m. UTC | #2
Am 02.05.22 um 17:39 schrieb Paolo Bonzini:
> On 5/2/22 17:30, Christian Borntraeger wrote:
>> Paolo,
>>
>> one patch that is sitting already too long in my tree (sorry, was out of
>> office some days).
> 
> Hi Christian,
> 
> at this point I don't have much waiting for 5.18.  Feel free to send it through the s390 tree.

OK.

Heiko, Vasily, can you queue this for your next pull request?

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
for carrying this via the s390 tree.

> 
> Paolo
> 
>> The following changes since commit 3bcc372c9865bec3ab9bfcf30b2426cf68bc18af:
>>
>>    KVM: s390: selftests: Add error memop tests (2022-03-14 16:12:27 +0100)
>>
>> are available in the Git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-master-5.18-1
>>
>> for you to fetch changes up to 4aa5ac75bf79cbbc46369163eb2e3addbff0d434:
>>
>>    KVM: s390: Fix lockdep issue in vm memop (2022-03-23 10:41:04 +0100)
>>
>> ----------------------------------------------------------------
>> KVM: s390: fix lockdep warning in new MEMOP call
>>
>> ----------------------------------------------------------------
>> Janis Schoetterl-Glausch (1):
>>        KVM: s390: Fix lockdep issue in vm memop
>>
>>   arch/s390/kvm/kvm-s390.c | 11 ++++++++++-
>>   1 file changed, 10 insertions(+), 1 deletion(-)
>>
>
Heiko Carstens May 2, 2022, 5:58 p.m. UTC | #3
On Mon, May 02, 2022 at 05:41:13PM +0200, Christian Borntraeger wrote:
> Am 02.05.22 um 17:39 schrieb Paolo Bonzini:
> > On 5/2/22 17:30, Christian Borntraeger wrote:
> > > Paolo,
> > > 
> > > one patch that is sitting already too long in my tree (sorry, was out of
> > > office some days).
> > 
> > Hi Christian,
> > 
> > at this point I don't have much waiting for 5.18.  Feel free to send it through the s390 tree.
> 
> OK.
> 
> Heiko, Vasily, can you queue this for your next pull request?
> 
> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
> for carrying this via the s390 tree.

It's now on the fixes branch:
https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/log/?h=fixes

Actually I was waiting if some fixes would come in, since the fixes
branch also had only one small fix until now.