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>] [day] [month] [year] [list]
Date:   Tue, 5 Jul 2022 15:56:44 +0800
From:   kernel test robot <lkp@...el.com>
To:     Isaku Yamahata <isaku.yamahata@...el.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        linux-doc@...r.kernel.org
Subject: [intel-tdx:kvm-upstream-workaround 306/442] htmldocs:
 Documentation/virt/kvm/tdx-legacy-mmu.rst:49: WARNING: Unexpected
 indentation.

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@...el.com>

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ