tree: https://github.com/intel/tdx.git kvm-upstream-workaround head: 8af973ebaf30642129fc1ca63f155a469f9615ed commit: b3b66d4ef5e175da9ce1ed41277130fee7cbdd84 [306/442] KVM: x86: design documentation on TDX support of x86 legacy KVM MMU reproduce: make htmldocs If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>): >> Documentation/virt/kvm/tdx-legacy-mmu.rst:49: WARNING: Unexpected indentation. >> Documentation/virt/kvm/tdx-legacy-mmu.rst:50: WARNING: Block quote ends without a blank line; unexpected unindent. >> Documentation/virt/kvm/tdx-legacy-mmu.rst:52: WARNING: Definition list ends without a blank line; unexpected unindent. >> Documentation/virt/kvm/tdx-legacy-mmu.rst: WARNING: document isn't included in any toctree vim +49 Documentation/virt/kvm/tdx-legacy-mmu.rst 44 45 (private EPT entry, shared EPT entry) = 46 (non-present, non-present): private mapping is allowed 47 (present, non-present): private mapping is mapped 48 (non-present | SPTE_SHARED_MASK, non-present): > 49 shared mapping is allowed > 50 (non-present | SPTE_SHARED_MASK, present): 51 shared mapping is mapped > 52 (present, present): invalid combination 53 54 -- 0-DAY CI Kernel Test Service https://01.org/lkp