reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/commit/?id=a6cdd3274e8a03e218fe6bf3ef711902adb76727 git remote add akpm-mm https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git git fetch --no-tags akpm-mm mm-new git checkout a6cdd3274e8a03e218fe6bf3ef711902adb76727 make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS # pip install -r Documentation/sphinx/requirements.txt make htmldocs