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]
Message-ID: <202208281215.tlxpe8Ws-lkp@intel.com>
Date:   Sun, 28 Aug 2022 12:12:30 +0800
From:   kernel test robot <lkp@...el.com>
To:     Kuppuswamy Sathyanarayanan 
        <sathyanarayanan.kuppuswamy@...ux.intel.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        linux-doc@...r.kernel.org
Subject: [intel-tdx:guest-attest 3/9] htmldocs:
 Documentation/x86/tdx.rst:275: WARNING: Field list ends without a blank
 line; unexpected unindent.

tree:   https://github.com/intel/tdx.git guest-attest
head:   32e0f882efcb0632adda39679d116f589f249d27
commit: c7d3f5519cee8f4cc42ed709450b48dd41876418 [3/9] Documentation/x86: Document TDX attestation process
reproduce:
        # https://github.com/intel/tdx/commit/c7d3f5519cee8f4cc42ed709450b48dd41876418
        git remote add intel-tdx https://github.com/intel/tdx.git
        git fetch --no-tags intel-tdx guest-attest
        git checkout c7d3f5519cee8f4cc42ed709450b48dd41876418
        make menuconfig
        # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
        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/x86/tdx.rst:275: WARNING: Field list ends without a blank line; unexpected unindent.

vim +275 Documentation/x86/tdx.rst

   266	
   267	Input parameters: Parameters passed to the IOCTL and related details.
   268	Output          : Details about output data and return value (with details
 > 269	                  about the non common error values).
   270	
   271	TDX_CMD_GET_REPORT
   272	------------------
   273	
   274	:Input parameters: struct tdx_report_req
 > 275	:Output          : Upon successful execution, TDREPORT data is copied to
   276	                   tdx_report_req.tdreport and returns 0 or returns
   277	                   -EIO on TDCALL failure and standard error number on
   278	                   other common failures.
   279	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ