reproduce: # https://github.com/Xilinx/linux-xlnx/commit/65e0932bf145b76e3b3563346abc354c4b2158ab git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx git fetch --no-tags xilinx-xlnx master git checkout 65e0932bf145b76e3b3563346abc354c4b2158ab make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS # pip install -r Documentation/sphinx/requirements.txt make htmldocs