Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1220141

Re: [PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl
Date 2015-09-07 14:40 +0200
Message-ID <q63Si-5E0-35@gated-at.bofh.it> (permalink)
References <pXkfD-7xK-3@gated-at.bofh.it> <q4eyv-3NB-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 02/09/2015 12:31, Christian Borntraeger wrote:
> As far as I can see this should also work for s390 (when we implement 
> REQ_EXIT handling)
> 
> To double check my understanding: these improvements come with a changed
> userspace that does not use KVM_SET_SIGNAL_MASK and therefore this
> conditional is false
> 	if (vcpu->sigset_active)
> 		sigprocmask(SIG_SETMASK, &vcpu->sigset, &sigsaved);
> Correct?
> 
> That also means we improve exits that go to userspace but lightweight exits
> that stay inside the kernel are not affected. 

Yes, both observations are correct.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl Christian Borntraeger <borntraeger@de.ibm.com> - 2015-09-02 13:40 +0200
  Re: [PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl Paolo Bonzini <pbonzini@redhat.com> - 2015-09-07 14:40 +0200

csiph-web