lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 19:40:38 +0200 From: Paolo Bonzini <pbonzini@...hat.com> To: Sean Christopherson <seanjc@...gle.com> Cc: Vitaly Kuznetsov <vkuznets@...hat.com>, Wanpeng Li <wanpengli@...cent.com>, Jim Mattson <jmattson@...gle.com>, Joerg Roedel <joro@...tes.org>, kvm@...r.kernel.org, linux-kernel@...r.kernel.org, Uros Bizjak <ubizjak@...il.com>, Like Xu <like.xu.linux@...il.com> Subject: Re: [PATCH v2 0/2] KVM: x86: Purge __ex() and __kvm_spurious_fault() On 09/08/21 19:39, Sean Christopherson wrote: > Two patches to remove __ex() and __kvm_spurious_fault(), and hide > kvm_spurious_fault() in x86.h. These were part of a larger series that > received the magic "Queued, thanks", but got lost at some point. > > v1: https://lore.kernel.org/kvm/20201231002702.2223707-1-seanjc@google.com/ > > Sean Christopherson (1): > KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot() > > Uros Bizjak (1): > KVM: x86: Move declaration of kvm_spurious_fault() to x86.h > > arch/x86/include/asm/kvm_host.h | 25 ------------------------- > arch/x86/kvm/svm/sev.c | 2 -- > arch/x86/kvm/svm/svm.c | 2 -- > arch/x86/kvm/svm/svm_ops.h | 2 +- > arch/x86/kvm/vmx/vmx_ops.h | 4 +--- > arch/x86/kvm/x86.c | 9 ++++++++- > arch/x86/kvm/x86.h | 2 ++ > 7 files changed, 12 insertions(+), 34 deletions(-) > Queued, thanks. Paolo
Powered by blists - more mailing lists