linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
@ 2024-07-30  0:58 kernel test robot
  2024-07-30  3:53 ` Dongliang Mu
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2024-07-30  0:58 UTC (permalink / raw)
  To: Dongliang Mu
  Cc: oe-kbuild-all, linux-doc, Jonathan Corbet, Alex Shi, Yanteng Si

tree:   git://git.lwn.net/linux.git docs-next
head:   60666fbc81ac91af2cf2f511d60859288f7ea8e5
commit: e6a5af90f0a24f08445e3b8a11b727ac84a9520c [2/8] docs/zh_CN: add the translation of kbuild/headers_install.rst
reproduce: (https://download.01.org/0day-ci/archive/20240730/202407300812.1VvDFdxD-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202407300812.1VvDFdxD-lkp@intel.com/

All warnings (new ones prefixed by >>):

   Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
   Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
   Warning: Documentation/hwmon/g762.rst references a file that doesn't exist: Documentation/devicetree/bindings/hwmon/g762.txt
>> Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
   Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/reserved-memory/qcom
   Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/exynos/
   Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
   Using alabaster theme

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
  2024-07-30  0:58 [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index kernel test robot
@ 2024-07-30  3:53 ` Dongliang Mu
  2024-07-30 15:19   ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Dongliang Mu @ 2024-07-30  3:53 UTC (permalink / raw)
  To: kernel test robot
  Cc: Dongliang Mu, oe-kbuild-all, linux-doc, Jonathan Corbet, Alex Shi,
	Yanteng Si

On Tue, Jul 30, 2024 at 8:59 AM kernel test robot <lkp@intel.com> wrote:
>
> tree:   git://git.lwn.net/linux.git docs-next
> head:   60666fbc81ac91af2cf2f511d60859288f7ea8e5
> commit: e6a5af90f0a24f08445e3b8a11b727ac84a9520c [2/8] docs/zh_CN: add the translation of kbuild/headers_install.rst
> reproduce: (https://download.01.org/0day-ci/archive/20240730/202407300812.1VvDFdxD-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202407300812.1VvDFdxD-lkp@intel.com/
>
> All warnings (new ones prefixed by >>):
>
>    Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
>    Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
>    Warning: Documentation/hwmon/g762.rst references a file that doesn't exist: Documentation/devicetree/bindings/hwmon/g762.txt
> >> Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index

This is my problem.

But curious: why does my local `make htmldocs` not report this issue?
I tested it locally again, but no such warning is reported.

I will send a patch to fix this issue.

Dongliang Mu

>    Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/reserved-memory/qcom
>    Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/exynos/
>    Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
>    Using alabaster theme
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
  2024-07-30  3:53 ` Dongliang Mu
@ 2024-07-30 15:19   ` Jonathan Corbet
  2024-07-31  2:13     ` Dongliang Mu
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2024-07-30 15:19 UTC (permalink / raw)
  To: Dongliang Mu, kernel test robot
  Cc: Dongliang Mu, oe-kbuild-all, linux-doc, Alex Shi, Yanteng Si

Dongliang Mu <mudongliangabcd@gmail.com> writes:

> On Tue, Jul 30, 2024 at 8:59 AM kernel test robot <lkp@intel.com> wrote:
>>
>> tree:   git://git.lwn.net/linux.git docs-next
>> head:   60666fbc81ac91af2cf2f511d60859288f7ea8e5
>> commit: e6a5af90f0a24f08445e3b8a11b727ac84a9520c [2/8] docs/zh_CN: add the translation of kbuild/headers_install.rst
>> reproduce: (https://download.01.org/0day-ci/archive/20240730/202407300812.1VvDFdxD-lkp@intel.com/reproduce)
>>
>> If you fix the issue in a separate patch/commit (i.e. not just a new version of
>> the same patch/commit), kindly add following tags
>> | Reported-by: kernel test robot <lkp@intel.com>
>> | Closes: https://lore.kernel.org/oe-kbuild-all/202407300812.1VvDFdxD-lkp@intel.com/
>>
>> All warnings (new ones prefixed by >>):
>>
>>    Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
>>    Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
>>    Warning: Documentation/hwmon/g762.rst references a file that doesn't exist: Documentation/devicetree/bindings/hwmon/g762.txt
>> >> Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
>
> This is my problem.
>
> But curious: why does my local `make htmldocs` not report this issue?
> I tested it locally again, but no such warning is reported.

I'm guessing they are running scripts/documentation-file-ref-check.  I
should probably do that more regularly myself...

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
  2024-07-30 15:19   ` Jonathan Corbet
@ 2024-07-31  2:13     ` Dongliang Mu
  0 siblings, 0 replies; 4+ messages in thread
From: Dongliang Mu @ 2024-07-31  2:13 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: kernel test robot, Dongliang Mu, oe-kbuild-all, linux-doc,
	Alex Shi, Yanteng Si

On Tue, Jul 30, 2024 at 11:19 PM Jonathan Corbet <corbet@lwn.net> wrote:
>
> Dongliang Mu <mudongliangabcd@gmail.com> writes:
>
> > On Tue, Jul 30, 2024 at 8:59 AM kernel test robot <lkp@intel.com> wrote:
> >>
> >> tree:   git://git.lwn.net/linux.git docs-next
> >> head:   60666fbc81ac91af2cf2f511d60859288f7ea8e5
> >> commit: e6a5af90f0a24f08445e3b8a11b727ac84a9520c [2/8] docs/zh_CN: add the translation of kbuild/headers_install.rst
> >> reproduce: (https://download.01.org/0day-ci/archive/20240730/202407300812.1VvDFdxD-lkp@intel.com/reproduce)
> >>
> >> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> >> the same patch/commit), kindly add following tags
> >> | Reported-by: kernel test robot <lkp@intel.com>
> >> | Closes: https://lore.kernel.org/oe-kbuild-all/202407300812.1VvDFdxD-lkp@intel.com/
> >>
> >> All warnings (new ones prefixed by >>):
> >>
> >>    Warning: Documentation/devicetree/bindings/power/wakeup-source.txt references a file that doesn't exist: Documentation/devicetree/bindings/input/qcom,pm8xxx-keypad.txt
> >>    Warning: Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/siliconmitus,sm5703.yaml
> >>    Warning: Documentation/hwmon/g762.rst references a file that doesn't exist: Documentation/devicetree/bindings/hwmon/g762.txt
> >> >> Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index
> >
> > This is my problem.
> >
> > But curious: why does my local `make htmldocs` not report this issue?
> > I tested it locally again, but no such warning is reported.
>
> I'm guessing they are running scripts/documentation-file-ref-check.  I
> should probably do that more regularly myself...

I see. Next time I will check this before sending patches.

>
> jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-31  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30  0:58 [lwn:docs-next 2/8] htmldocs: Warning: Documentation/translations/zh_CN/kbuild/index.rst references a file that doesn't exist: Documentation/kbuild/index kernel test robot
2024-07-30  3:53 ` Dongliang Mu
2024-07-30 15:19   ` Jonathan Corbet
2024-07-31  2:13     ` Dongliang Mu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).