* [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
@ 2023-09-01 0:05 kernel test robot
2023-09-01 6:29 ` Daniel Borkmann
0 siblings, 1 reply; 12+ messages in thread
From: kernel test robot @ 2023-09-01 0:05 UTC (permalink / raw)
To: Eduard Zingerman; +Cc: oe-kbuild-all, Daniel Borkmann, linux-doc
tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
head: be8e754cbfac698d6304bb8382c8d18ac74424d3
commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
>> Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 0:05 [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc kernel test robot
@ 2023-09-01 6:29 ` Daniel Borkmann
2023-09-01 9:26 ` Eduard Zingerman
0 siblings, 1 reply; 12+ messages in thread
From: Daniel Borkmann @ 2023-09-01 6:29 UTC (permalink / raw)
To: kernel test robot, Eduard Zingerman; +Cc: oe-kbuild-all, linux-doc
Hi Eduard,
On 9/1/23 2:05 AM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
>
> All warnings (new ones prefixed by >>):
>
>>> Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
>>> Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
Could you send a follow-up fix for bpf tree?
Thanks,
Daniel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 6:29 ` Daniel Borkmann
@ 2023-09-01 9:26 ` Eduard Zingerman
2023-09-01 11:18 ` Eduard Zingerman
0 siblings, 1 reply; 12+ messages in thread
From: Eduard Zingerman @ 2023-09-01 9:26 UTC (permalink / raw)
To: Daniel Borkmann, kernel test robot; +Cc: oe-kbuild-all, linux-doc
On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> Hi Eduard,
>
> On 9/1/23 2:05 AM, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> >
> > All warnings (new ones prefixed by >>):
> >
> > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
>
> Could you send a follow-up fix for bpf tree?
Hi Daniel,
Will send the fix shortly. Strangely, I did check this syntax locally
before sending the original patch, and had no warnings reported.
Thanks,
Eduard
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 9:26 ` Eduard Zingerman
@ 2023-09-01 11:18 ` Eduard Zingerman
2023-09-01 11:22 ` Daniel Borkmann
0 siblings, 1 reply; 12+ messages in thread
From: Eduard Zingerman @ 2023-09-01 11:18 UTC (permalink / raw)
To: Daniel Borkmann, kernel test robot; +Cc: oe-kbuild-all, linux-doc
On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > Hi Eduard,
> >
> > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > >
> > > All warnings (new ones prefixed by >>):
> > >
> > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> >
> > Could you send a follow-up fix for bpf tree?
>
> Hi Daniel,
>
> Will send the fix shortly. Strangely, I did check this syntax locally
> before sending the original patch, and had no warnings reported.
I followed reproducing instructions but can't trigger this warning,
tried several sphinx versions:
- 1.7.9
- 2.4.4
- 4.3.2
I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
labels from the documents (and these are link labels, not actual
links), but it looks like I don't have a way to check the results in a
way compatible with test robot.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 11:18 ` Eduard Zingerman
@ 2023-09-01 11:22 ` Daniel Borkmann
2023-09-01 11:48 ` Eduard Zingerman
0 siblings, 1 reply; 12+ messages in thread
From: Daniel Borkmann @ 2023-09-01 11:22 UTC (permalink / raw)
To: Eduard Zingerman, kernel test robot; +Cc: oe-kbuild-all, linux-doc
On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
>> On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
>>> Hi Eduard,
>>>
>>> On 9/1/23 2:05 AM, kernel test robot wrote:
>>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
>>>> head: be8e754cbfac698d6304bb8382c8d18ac74424d3
>>>> commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
>>>> reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
>>>>
>>>> All warnings (new ones prefixed by >>):
>>>>
>>>>>> Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
>>>>>> Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
>>>
>>> Could you send a follow-up fix for bpf tree?
>>
>> Hi Daniel,
>>
>> Will send the fix shortly. Strangely, I did check this syntax locally
>> before sending the original patch, and had no warnings reported.
>
> I followed reproducing instructions but can't trigger this warning,
> tried several sphinx versions:
> - 1.7.9
> - 2.4.4
> - 4.3.2
>
> I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> labels from the documents (and these are link labels, not actual
> links), but it looks like I don't have a way to check the results in a
> way compatible with test robot.
Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
wrt Sphinx version.
Thanks,
Daniel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 11:22 ` Daniel Borkmann
@ 2023-09-01 11:48 ` Eduard Zingerman
2023-09-01 12:23 ` Philip Li
0 siblings, 1 reply; 12+ messages in thread
From: Eduard Zingerman @ 2023-09-01 11:48 UTC (permalink / raw)
To: Daniel Borkmann, kernel test robot; +Cc: oe-kbuild-all, linux-doc
On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > Hi Eduard,
> > > >
> > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > >
> > > > > All warnings (new ones prefixed by >>):
> > > > >
> > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > >
> > > > Could you send a follow-up fix for bpf tree?
> > >
> > > Hi Daniel,
> > >
> > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > before sending the original patch, and had no warnings reported.
> >
> > I followed reproducing instructions but can't trigger this warning,
> > tried several sphinx versions:
> > - 1.7.9
> > - 2.4.4
> > - 4.3.2
> >
> > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > labels from the documents (and these are link labels, not actual
> > links), but it looks like I don't have a way to check the results in a
> > way compatible with test robot.
>
> Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> wrt Sphinx version.
...sigh... I rebuilt the kernel and all of a sudden warnings are shown.
Sorry of all the noise, will send the fix soon.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 11:48 ` Eduard Zingerman
@ 2023-09-01 12:23 ` Philip Li
2023-09-01 12:27 ` Eduard Zingerman
0 siblings, 1 reply; 12+ messages in thread
From: Philip Li @ 2023-09-01 12:23 UTC (permalink / raw)
To: Eduard Zingerman
Cc: Daniel Borkmann, kernel test robot, oe-kbuild-all, linux-doc
On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
> On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> > On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > > Hi Eduard,
> > > > >
> > > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > > >
> > > > > > All warnings (new ones prefixed by >>):
> > > > > >
> > > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > > >
> > > > > Could you send a follow-up fix for bpf tree?
> > > >
> > > > Hi Daniel,
> > > >
> > > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > > before sending the original patch, and had no warnings reported.
> > >
> > > I followed reproducing instructions but can't trigger this warning,
> > > tried several sphinx versions:
> > > - 1.7.9
> > > - 2.4.4
> > > - 4.3.2
> > >
> > > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > > labels from the documents (and these are link labels, not actual
> > > links), but it looks like I don't have a way to check the results in a
> > > way compatible with test robot.
> >
> > Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> > wrt Sphinx version.
sorry for late info, this one is using 2.4.4 sphinx, the full make command is
like
make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
>
> ...sigh... I rebuilt the kernel and all of a sudden warnings are shown.
> Sorry of all the noise, will send the fix soon.
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 12:23 ` Philip Li
@ 2023-09-01 12:27 ` Eduard Zingerman
2023-09-01 12:33 ` Philip Li
0 siblings, 1 reply; 12+ messages in thread
From: Eduard Zingerman @ 2023-09-01 12:27 UTC (permalink / raw)
To: Philip Li; +Cc: Daniel Borkmann, kernel test robot, oe-kbuild-all, linux-doc
On Fri, 2023-09-01 at 20:23 +0800, Philip Li wrote:
> On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
> > On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> > > On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > > > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > > > Hi Eduard,
> > > > > >
> > > > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > > > >
> > > > > > > All warnings (new ones prefixed by >>):
> > > > > > >
> > > > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > > > >
> > > > > > Could you send a follow-up fix for bpf tree?
> > > > >
> > > > > Hi Daniel,
> > > > >
> > > > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > > > before sending the original patch, and had no warnings reported.
> > > >
> > > > I followed reproducing instructions but can't trigger this warning,
> > > > tried several sphinx versions:
> > > > - 1.7.9
> > > > - 2.4.4
> > > > - 4.3.2
> > > >
> > > > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > > > labels from the documents (and these are link labels, not actual
> > > > links), but it looks like I don't have a way to check the results in a
> > > > way compatible with test robot.
> > >
> > > Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> > > wrt Sphinx version.
>
> sorry for late info, this one is using 2.4.4 sphinx, the full make command is
> like
>
> make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
Hi Philip,
Thanks for info, I'll keep 2.4.4 locally to be in sync with test robot.
For some reason script/documentation-file-ref-check (which reports
this warning) did run for me until after I compiled the kernel.
Probably some issue on my side.
Thanks,
Eduard
>
> >
> > ...sigh... I rebuilt the kernel and all of a sudden warnings are shown.
> > Sorry of all the noise, will send the fix soon.
> >
> >
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 12:27 ` Eduard Zingerman
@ 2023-09-01 12:33 ` Philip Li
2023-09-01 12:49 ` Daniel Borkmann
0 siblings, 1 reply; 12+ messages in thread
From: Philip Li @ 2023-09-01 12:33 UTC (permalink / raw)
To: Eduard Zingerman
Cc: Daniel Borkmann, kernel test robot, oe-kbuild-all, linux-doc
On Fri, Sep 01, 2023 at 03:27:19PM +0300, Eduard Zingerman wrote:
> On Fri, 2023-09-01 at 20:23 +0800, Philip Li wrote:
> > On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
> > > On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> > > > On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > > > > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > > > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > > > > Hi Eduard,
> > > > > > >
> > > > > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > > > > >
> > > > > > > > All warnings (new ones prefixed by >>):
> > > > > > > >
> > > > > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > > > > >
> > > > > > > Could you send a follow-up fix for bpf tree?
> > > > > >
> > > > > > Hi Daniel,
> > > > > >
> > > > > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > > > > before sending the original patch, and had no warnings reported.
> > > > >
> > > > > I followed reproducing instructions but can't trigger this warning,
> > > > > tried several sphinx versions:
> > > > > - 1.7.9
> > > > > - 2.4.4
> > > > > - 4.3.2
> > > > >
> > > > > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > > > > labels from the documents (and these are link labels, not actual
> > > > > links), but it looks like I don't have a way to check the results in a
> > > > > way compatible with test robot.
> > > >
> > > > Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> > > > wrt Sphinx version.
> >
> > sorry for late info, this one is using 2.4.4 sphinx, the full make command is
> > like
> >
> > make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
>
> Hi Philip,
>
> Thanks for info, I'll keep 2.4.4 locally to be in sync with test robot.
You are welcome. For the robot side, we actually read the version from
Documentation/sphinx/requirements.txt of the test commit.
For this series, it is 2.4.4. And we also support other versions like
1.4.9, 1.7.9.
> For some reason script/documentation-file-ref-check (which reports
> this warning) did run for me until after I compiled the kernel.
> Probably some issue on my side.
Got it, thanks for the confirmation.
>
> Thanks,
> Eduard
>
> >
> > >
> > > ...sigh... I rebuilt the kernel and all of a sudden warnings are shown.
> > > Sorry of all the noise, will send the fix soon.
> > >
> > >
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 12:33 ` Philip Li
@ 2023-09-01 12:49 ` Daniel Borkmann
2023-09-01 12:57 ` Philip Li
0 siblings, 1 reply; 12+ messages in thread
From: Daniel Borkmann @ 2023-09-01 12:49 UTC (permalink / raw)
To: Philip Li, Eduard Zingerman; +Cc: kernel test robot, oe-kbuild-all, linux-doc
On 9/1/23 2:33 PM, Philip Li wrote:
> On Fri, Sep 01, 2023 at 03:27:19PM +0300, Eduard Zingerman wrote:
>> On Fri, 2023-09-01 at 20:23 +0800, Philip Li wrote:
>>> On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
>>>> On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
>>>>> On 9/1/23 1:18 PM, Eduard Zingerman wrote:
>>>>>> On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
>>>>>>> On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
>>>>>>>> Hi Eduard,
>>>>>>>>
>>>>>>>> On 9/1/23 2:05 AM, kernel test robot wrote:
>>>>>>>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
>>>>>>>>> head: be8e754cbfac698d6304bb8382c8d18ac74424d3
>>>>>>>>> commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
>>>>>>>>> reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
>>>>>>>>>
>>>>>>>>> All warnings (new ones prefixed by >>):
>>>>>>>>>
>>>>>>>>>>> Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
>>>>>>>>>>> Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
>>>>>>>>
>>>>>>>> Could you send a follow-up fix for bpf tree?
>>>>>>>
>>>>>>> Hi Daniel,
>>>>>>>
>>>>>>> Will send the fix shortly. Strangely, I did check this syntax locally
>>>>>>> before sending the original patch, and had no warnings reported.
>>>>>>
>>>>>> I followed reproducing instructions but can't trigger this warning,
>>>>>> tried several sphinx versions:
>>>>>> - 1.7.9
>>>>>> - 2.4.4
>>>>>> - 4.3.2
>>>>>>
>>>>>> I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
>>>>>> labels from the documents (and these are link labels, not actual
>>>>>> links), but it looks like I don't have a way to check the results in a
>>>>>> way compatible with test robot.
>>>>>
>>>>> Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
>>>>> wrt Sphinx version.
>>>
>>> sorry for late info, this one is using 2.4.4 sphinx, the full make command is
>>> like
>>>
>>> make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
>>
>> Hi Philip,
>>
>> Thanks for info, I'll keep 2.4.4 locally to be in sync with test robot.
>
> You are welcome. For the robot side, we actually read the version from
> Documentation/sphinx/requirements.txt of the test commit.
>
> For this series, it is 2.4.4. And we also support other versions like
> 1.4.9, 1.7.9.
Side-note: @Philip, if it's not too much effort, would it be possible to add
version info into the reproduce file as a # comment in future?
https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-lkp@intel.com/reproduce
Anyway, thanks everyone!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 12:49 ` Daniel Borkmann
@ 2023-09-01 12:57 ` Philip Li
2023-09-11 13:44 ` Philip Li
0 siblings, 1 reply; 12+ messages in thread
From: Philip Li @ 2023-09-01 12:57 UTC (permalink / raw)
To: Daniel Borkmann
Cc: Eduard Zingerman, kernel test robot, oe-kbuild-all, linux-doc
On Fri, Sep 01, 2023 at 02:49:32PM +0200, Daniel Borkmann wrote:
> On 9/1/23 2:33 PM, Philip Li wrote:
> > On Fri, Sep 01, 2023 at 03:27:19PM +0300, Eduard Zingerman wrote:
> > > On Fri, 2023-09-01 at 20:23 +0800, Philip Li wrote:
> > > > On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
> > > > > On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> > > > > > On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > > > > > > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > > > > > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > > > > > > Hi Eduard,
> > > > > > > > >
> > > > > > > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > > > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > > > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > > > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > > > > > > >
> > > > > > > > > > All warnings (new ones prefixed by >>):
> > > > > > > > > >
> > > > > > > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > > > > > > >
> > > > > > > > > Could you send a follow-up fix for bpf tree?
> > > > > > > >
> > > > > > > > Hi Daniel,
> > > > > > > >
> > > > > > > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > > > > > > before sending the original patch, and had no warnings reported.
> > > > > > >
> > > > > > > I followed reproducing instructions but can't trigger this warning,
> > > > > > > tried several sphinx versions:
> > > > > > > - 1.7.9
> > > > > > > - 2.4.4
> > > > > > > - 4.3.2
> > > > > > >
> > > > > > > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > > > > > > labels from the documents (and these are link labels, not actual
> > > > > > > links), but it looks like I don't have a way to check the results in a
> > > > > > > way compatible with test robot.
> > > > > >
> > > > > > Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> > > > > > wrt Sphinx version.
> > > >
> > > > sorry for late info, this one is using 2.4.4 sphinx, the full make command is
> > > > like
> > > >
> > > > make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
> > >
> > > Hi Philip,
> > >
> > > Thanks for info, I'll keep 2.4.4 locally to be in sync with test robot.
> >
> > You are welcome. For the robot side, we actually read the version from
> > Documentation/sphinx/requirements.txt of the test commit.
> >
> > For this series, it is 2.4.4. And we also support other versions like
> > 1.4.9, 1.7.9.
>
> Side-note: @Philip, if it's not too much effort, would it be possible to add
> version info into the reproduce file as a # comment in future?
Sure, we will implement this early next week.
>
> https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-lkp@intel.com/reproduce
>
> Anyway, thanks everyone!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
2023-09-01 12:57 ` Philip Li
@ 2023-09-11 13:44 ` Philip Li
0 siblings, 0 replies; 12+ messages in thread
From: Philip Li @ 2023-09-11 13:44 UTC (permalink / raw)
To: Daniel Borkmann
Cc: Eduard Zingerman, kernel test robot, oe-kbuild-all, linux-doc
On Fri, Sep 01, 2023 at 08:57:26PM +0800, Philip Li wrote:
> On Fri, Sep 01, 2023 at 02:49:32PM +0200, Daniel Borkmann wrote:
> > On 9/1/23 2:33 PM, Philip Li wrote:
> > > On Fri, Sep 01, 2023 at 03:27:19PM +0300, Eduard Zingerman wrote:
> > > > On Fri, 2023-09-01 at 20:23 +0800, Philip Li wrote:
> > > > > On Fri, Sep 01, 2023 at 02:48:26PM +0300, Eduard Zingerman wrote:
> > > > > > On Fri, 2023-09-01 at 13:22 +0200, Daniel Borkmann wrote:
> > > > > > > On 9/1/23 1:18 PM, Eduard Zingerman wrote:
> > > > > > > > On Fri, 2023-09-01 at 12:26 +0300, Eduard Zingerman wrote:
> > > > > > > > > On Fri, 2023-09-01 at 08:29 +0200, Daniel Borkmann wrote:
> > > > > > > > > > Hi Eduard,
> > > > > > > > > >
> > > > > > > > > > On 9/1/23 2:05 AM, kernel test robot wrote:
> > > > > > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git master
> > > > > > > > > > > head: be8e754cbfac698d6304bb8382c8d18ac74424d3
> > > > > > > > > > > commit: be4033d36070e44fba766a21ef2d0c24fa04c377 [6/15] docs/bpf: Add description for CO-RE relocations
> > > > > > > > > > > reproduce: (https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-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/202309010804.G3MpXo59-lkp@intel.com/
> > > > > > > > > > >
> > > > > > > > > > > All warnings (new ones prefixed by >>):
> > > > > > > > > > >
> > > > > > > > > > > > > Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc
> > > > > > > > > > > > > Warning: Documentation/bpf/llvm_reloc.rst references a file that doesn't exist: Documentation/bpf/btf
> > > > > > > > > >
> > > > > > > > > > Could you send a follow-up fix for bpf tree?
> > > > > > > > >
> > > > > > > > > Hi Daniel,
> > > > > > > > >
> > > > > > > > > Will send the fix shortly. Strangely, I did check this syntax locally
> > > > > > > > > before sending the original patch, and had no warnings reported.
> > > > > > > >
> > > > > > > > I followed reproducing instructions but can't trigger this warning,
> > > > > > > > tried several sphinx versions:
> > > > > > > > - 1.7.9
> > > > > > > > - 2.4.4
> > > > > > > > - 4.3.2
> > > > > > > >
> > > > > > > > I'll remove 'Documentation/bpf/llvm_reloc' and 'Documentation/bpf/btf'
> > > > > > > > labels from the documents (and these are link labels, not actual
> > > > > > > > links), but it looks like I don't have a way to check the results in a
> > > > > > > > way compatible with test robot.
> > > > > > >
> > > > > > > Strange, perhaps LKP folks could chime in and provide some more guidance e.g.
> > > > > > > wrt Sphinx version.
> > > > >
> > > > > sorry for late info, this one is using 2.4.4 sphinx, the full make command is
> > > > > like
> > > > >
> > > > > make W=1 --keep-going HOSTCC=gcc-12 CC=gcc-12 -j32 ARCH=x86_64 SPHINXOPTS=-j1 htmldocs
> > > >
> > > > Hi Philip,
> > > >
> > > > Thanks for info, I'll keep 2.4.4 locally to be in sync with test robot.
> > >
> > > You are welcome. For the robot side, we actually read the version from
> > > Documentation/sphinx/requirements.txt of the test commit.
> > >
> > > For this series, it is 2.4.4. And we also support other versions like
> > > 1.4.9, 1.7.9.
> >
> > Side-note: @Philip, if it's not too much effort, would it be possible to add
> > version info into the reproduce file as a # comment in future?
>
> Sure, we will implement this early next week.
Just FYI: the latest report with version info can be found at
https://download.01.org/0day-ci/archive/20230910/202309102306.O46hkAzJ-lkp@intel.com/reproduce
reproduce:
git remote add hverkuil-media-tree git://linuxtv.org/hverkuil/media_tree.git
git fetch --no-tags hverkuil-media-tree hdmi-dbg
git checkout 1eb159538ab221d1ffb1002a0cf8585906e75ca0
make menuconfig
# enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
# install Sphinx 2.4.4
make htmldocs
>
> >
> > https://download.01.org/0day-ci/archive/20230901/202309010804.G3MpXo59-lkp@intel.com/reproduce
> >
> > Anyway, thanks everyone!
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-09-11 21:18 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01 0:05 [bpf:master 6/15] htmldocs: Warning: Documentation/bpf/btf.rst references a file that doesn't exist: Documentation/bpf/llvm_reloc kernel test robot
2023-09-01 6:29 ` Daniel Borkmann
2023-09-01 9:26 ` Eduard Zingerman
2023-09-01 11:18 ` Eduard Zingerman
2023-09-01 11:22 ` Daniel Borkmann
2023-09-01 11:48 ` Eduard Zingerman
2023-09-01 12:23 ` Philip Li
2023-09-01 12:27 ` Eduard Zingerman
2023-09-01 12:33 ` Philip Li
2023-09-01 12:49 ` Daniel Borkmann
2023-09-01 12:57 ` Philip Li
2023-09-11 13:44 ` Philip Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox