From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
Tyler Baker <tyler.baker@linaro.org>
Cc: frankja@linux.vnet.ibm.com, kvm@vger.kernel.org,
pmorel@linux.vnet.ibm.com, dan.carpenter@oracle.com,
"Kevin's boot bot" <khilman@kernel.org>
Subject: Re: [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
Date: Tue, 2 Feb 2016 20:37:12 +0100 [thread overview]
Message-ID: <56B10568.8020609@de.ibm.com> (raw)
In-Reply-To: <56B0E448.1020509@redhat.com>
On 02/02/2016 06:15 PM, Paolo Bonzini wrote:
>
>
> On 30/11/2015 09:38, Christian Borntraeger wrote:
>>
>> diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
>> index f7d6c8f..b26472a 100644
>> --- a/virt/kvm/kvm_main.c
>> +++ b/virt/kvm/kvm_main.c
>> @@ -671,12 +671,16 @@ static struct kvm *kvm_create_vm(unsigned long type)
>>
>> r = kvm_create_vm_debugfs(kvm);
>> if (r)
>> - goto out_err;
>> + goto out_mmu;
>>
>> preempt_notifier_inc();
>>
>> return kvm;
>>
>> +out_mmu:
>> +#if defined(CONFIG_MMU_NOTIFIER) && defined(KVM_ARCH_WANT_MMU_NOTIFIER)
>> + mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm);
>> +#endif
>> out_err:
>> cleanup_srcu_struct(&kvm->irq_srcu);
>> out_err_no_irq_srcu:
>
> Looking at old unread email in my inbox... can you resubmit this to
> kvm@vger.kernel.org as a proper patch (Signed-off-by, commit message, etc.)?
>
This patch was only necessary to fixup an earlier version of Janosch's patch.
upstream is fine.
next prev parent reply other threads:[~2016-02-02 19:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-26 16:17 [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM Tyler Baker
2015-11-26 20:47 ` Christian Borntraeger
2015-11-27 8:54 ` Christian Borntraeger
2015-11-27 17:08 ` Tyler Baker
2015-11-27 18:53 ` Tyler Baker
2015-11-27 20:42 ` Tyler Baker
2015-11-30 8:37 ` Janosch Frank
2015-11-30 15:10 ` Alex Bennée
2015-11-30 8:38 ` Christian Borntraeger
2015-11-30 17:00 ` Tyler Baker
2016-02-02 17:15 ` Paolo Bonzini
2016-02-02 19:37 ` Christian Borntraeger [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-23 11:24 [PATCH v2 0/2] RFC: kvm stat enhancements Christian Borntraeger
2015-11-23 11:24 ` [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM Christian Borntraeger
2015-11-18 13:11 [PATCH 0/2] kvm: provide kvm stat per process Christian Borntraeger
2015-11-18 13:11 ` [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM Christian Borntraeger
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=56B10568.8020609@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=dan.carpenter@oracle.com \
--cc=frankja@linux.vnet.ibm.com \
--cc=khilman@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=pmorel@linux.vnet.ibm.com \
--cc=tyler.baker@linaro.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.