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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <X+uqMvJDXCHH199o@google.com>
Date:   Tue, 29 Dec 2020 14:14:10 -0800
From:   Sean Christopherson <seanjc@...gle.com>
To:     Uros Bizjak <ubizjak@...il.com>
Cc:     kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
        Paolo Bonzini <pbonzini@...hat.com>,
        Krish Sadhukhan <krish.sadhukhan@...cle.com>
Subject: Re: [PATCH v3] KVM/x86: Move definition of __ex to x86.h

On Mon, Dec 28, 2020, Sean Christopherson wrote:
> On Mon, Dec 21, 2020, Uros Bizjak wrote:
> > Merge __kvm_handle_fault_on_reboot with its sole user
> > and move the definition of __ex to a common include to be
> > shared between VMX and SVM.
> > 
> > v2: Rebase to the latest kvm/queue.
> > 
> > v3: Incorporate changes from review comments.
> 
> The v2, v3, ... vN patch history should go below the '---' so that it doesn't
> need to be manually stripped when applying.
> 
> > Cc: Paolo Bonzini <pbonzini@...hat.com>
> > Cc: Sean Christopherson <seanjc@...gle.com>
> > Signed-off-by: Uros Bizjak <ubizjak@...il.com>
> > Reviewed-by: Krish Sadhukhan <krish.sadhukhan@...cle.com>
> > ---
> 
> vN stuff down here
> 
> >  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/vmx/vmx.c          |  4 +---
> >  arch/x86/kvm/vmx/vmx_ops.h      |  4 +---
> >  arch/x86/kvm/x86.h              | 24 ++++++++++++++++++++++++
> >  6 files changed, 26 insertions(+), 35 deletions(-)
> 
> Reviewed-by: Sean Christopherson <seanjc@...gle.com>

Paolo, can you hold off on queuing this patch?  Long story short, this jogged my
memory for something tangentially related and I ended up with series that kills
off __ex() / ____kvm_handle_fault_on_reboot() completely.  It's coded up, I just
need to test.  I'm OOO for a few days, will hopefully get it posted next week.

Thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ