2023-05-05 00:12:07

by kernel test robot

[permalink] [raw]
Subject: [tip:master 4/4] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst

tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master
head: da1c4f07aa4dd227a57103fef1215e7cef3f35a9
commit: da1c4f07aa4dd227a57103fef1215e7cef3f35a9 [4/4] Merge branch 'x86/shstk'
reproduce:
# https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=da1c4f07aa4dd227a57103fef1215e7cef3f35a9
git remote add tip https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
git fetch --no-tags tip master
git checkout da1c4f07aa4dd227a57103fef1215e7cef3f35a9
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 <[email protected]>
| Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/

All warnings (new ones prefixed by >>):

>> Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests


2023-05-05 00:36:54

by Randy Dunlap

[permalink] [raw]
Subject: Re: [tip:master 4/4] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst



On 5/4/23 16:13, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master
> head: da1c4f07aa4dd227a57103fef1215e7cef3f35a9
> commit: da1c4f07aa4dd227a57103fef1215e7cef3f35a9 [4/4] Merge branch 'x86/shstk'
> reproduce:
> # https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=da1c4f07aa4dd227a57103fef1215e7cef3f35a9
> git remote add tip https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
> git fetch --no-tags tip master
> git checkout da1c4f07aa4dd227a57103fef1215e7cef3f35a9
> 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 <[email protected]>
> | Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/
>
> All warnings (new ones prefixed by >>):
>
>>> Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst

which has been moved to Documentation/arch/x86/shstk.rst.

+cc: linux-doc

--
~Randy

2023-05-05 14:42:03

by Dave Hansen

[permalink] [raw]
Subject: Re: [tip:master 4/4] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst

On 5/4/23 17:17, Randy Dunlap wrote:
> which has been moved to Documentation/arch/x86/shstk.rst.

There's currently a pull request for this x86/shstk branch in Linus's
inbox. If he pulls it, we'll send along a fix on top. If not, we'll
fix it up before the next merge window. No biggie.