diff for duplicates of <20190524201621.23eb7c44@bahia.lan> diff --git a/a/1.txt b/N1/1.txt index fefaa11..d59982f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -54,7 +54,7 @@ Passing xive instead of kvm and using xive->kvm would make more sense IMHO. Maybe fold the following into your patch ? -====================================== +============================================================================ --- a/arch/powerpc/kvm/book3s_xive.c +++ b/arch/powerpc/kvm/book3s_xive.c @@ -272,9 +272,9 @@ static int xive_provision_queue(struct kvm_vcpu *vcpu, u8 prio) @@ -87,7 +87,7 @@ Maybe fold the following into your patch ? mutex_unlock(&xive->lock); /* Target interrupt */ -====================================== +============================================================================ The rest looks good. @@ -166,7 +166,7 @@ The rest looks good. > + mutex_unlock(&xive->lock); > > /* Target interrupt */ -> if (rc = 0) +> if (rc == 0) > @@ -1963,6 +1965,7 @@ static int kvmppc_xive_create(struct kvm_device *dev, u32 type) > dev->private = xive; > xive->dev = dev; diff --git a/a/content_digest b/N1/content_digest index b8330d0..664512c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190524132030.6349-1-clg@kaod.org\0" "From\0Greg Kurz <groug@kaod.org>\0" "Subject\0Re: [PATCH] KVM: PPC: Book3S HV: XIVE: introduce a KVM device lock\0" - "Date\0Fri, 24 May 2019 18:16:21 +0000\0" + "Date\0Fri, 24 May 2019 20:16:21 +0200\0" "To\0C\303\251dric Le Goater <clg@kaod.org>\0" "Cc\0Paul Mackerras <paulus@samba.org>" Alexey Kardashevskiy <aik@ozlabs.ru> @@ -66,7 +66,7 @@ "\n" "Maybe fold the following into your patch ?\n" "\n" - "======================================\n" + "============================================================================\n" "--- a/arch/powerpc/kvm/book3s_xive.c\n" "+++ b/arch/powerpc/kvm/book3s_xive.c\n" "@@ -272,9 +272,9 @@ static int xive_provision_queue(struct kvm_vcpu *vcpu, u8 prio)\n" @@ -99,7 +99,7 @@ " \t\tmutex_unlock(&xive->lock);\n" " \n" " \t\t/* Target interrupt */\n" - "======================================\n" + "============================================================================\n" "\n" "The rest looks good.\n" "\n" @@ -178,7 +178,7 @@ "> +\t\tmutex_unlock(&xive->lock);\n" "> \n" "> \t\t/* Target interrupt */\n" - "> \t\tif (rc = 0)\n" + "> \t\tif (rc == 0)\n" "> @@ -1963,6 +1965,7 @@ static int kvmppc_xive_create(struct kvm_device *dev, u32 type)\n" "> \tdev->private = xive;\n" "> \txive->dev = dev;\n" @@ -263,4 +263,4 @@ "> \t/*\n" "> \t * Allocate a bunch of VPs. KVM_MAX_VCPUS is a large value for" -38497a14689295e4975c3f1f331e47ab64252610f11a666bab43a0b1d0ad69d2 +5413e1aa6591fc502915dca5c6a47a7bb898a93a67639c8831804bcce6df5c7c
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.