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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 8 Aug 2022 13:44:58 -0700
From:   Isaku Yamahata <isaku.yamahata@...il.com>
To:     Bagas Sanjaya <bagasdotme@...il.com>
Cc:     isaku.yamahata@...el.com, kvm@...r.kernel.org,
        linux-kernel@...r.kernel.org, isaku.yamahata@...il.com,
        Paolo Bonzini <pbonzini@...hat.com>, erdemaktas@...gle.com,
        Sean Christopherson <seanjc@...gle.com>,
        Sagi Shahar <sagis@...gle.com>
Subject: Re: [PATCH v8 000/103] KVM TDX basic feature support

On Mon, Aug 08, 2022 at 10:47:18AM +0700,
Bagas Sanjaya <bagasdotme@...il.com> wrote:

> On Sun, Aug 07, 2022 at 03:00:45PM -0700, isaku.yamahata@...el.com wrote:
> > From: Isaku Yamahata <isaku.yamahata@...el.com>
> > 
> > KVM TDX basic feature support
> > 
> > Hello.  This is v8 the patch series vof KVM TDX support.
> > This is based on v5.19-rc8 + kvm/queue branch + TDX HOST patch series.
> > The tree can be found at https://github.com/intel/tdx/tree/kvm-upstream
> > How to run/test: It's describe at https://github.com/intel/tdx/wiki/TDX-KVM
> > 
> > Major changes from v7:
> > - Use xarray to track whether GFN is private or shared. Drop SPTE_SHARED_MASK.
> >   The complex state machine with SPTE_SHARED_MASK was ditched.
> > - Large page support is implemented. But will be posted as independent RFC patch.
> > - fd-based private page v7 is integrated. This is mostly same to Chao's patches.
> >   It's in github.
> > 
> > Thanks,
> > Isaku Yamahata
> > 
> 
> Hi, thanks for the series.
> 
> When building htmldocs, I found new warnings:
> 
> Documentation/x86/tdx.rst:69: WARNING: Unexpected indentation.
> Documentation/x86/tdx.rst:70: WARNING: Block quote ends without a blank line; unexpected unindent.
> Documentation/virt/kvm/tdx-tdp-mmu.rst: WARNING: document isn't included in any toctree
> 
> I have applied the fixup (also with line blocks to code blocks conversion):

Thanks. I'll apply them.
-- 
Isaku Yamahata <isaku.yamahata@...il.com>

Powered by blists - more mailing lists