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@xxxxxxxxx> 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