* [mic:next 15/15] htmldocs: Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
@ 2026-06-12 7:52 kernel test robot
2026-06-12 15:35 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-06-12 7:52 UTC (permalink / raw)
To: Matthieu Buffet; +Cc: oe-kbuild-all, Mickaël Salaün , linux-doc
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git next
head: a6f0a6f5377fae42a8028f63c89d544c68f24b60
commit: a6f0a6f5377fae42a8028f63c89d544c68f24b60 [15/15] landlock: Add documentation for UDP support
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project f43d6834093b19baf79beda8c0337ab020ac5f17)
docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
reproduce: (https://download.01.org/0day-ci/archive/20260612/202606120923.1nYYlfdb-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/202606120923.1nYYlfdb-lkp@intel.com/
All warnings (new ones prefixed by >>):
Scope flags
~~~~~~~~~~~ [docutils]
>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:40: ERROR: Unknown target name: "filesystem flags". [docutils]
Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:45: ERROR: Unknown target name: "network flags". [docutils]
Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:50: ERROR: Unknown target name: "scope flags". [docutils]
Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:24: ERROR: Unknown target name: "filesystem flags". [docutils]
Documentation/userspace-api/landlock:605: ./include/uapi/linux/landlock.h:168: ERROR: Unknown target name: "filesystem flags". [docutils]
vim +768 Documentation/userspace-api/landlock.rst
767
> 768 Starting with the Landlock ABI version 10, it is possible to restrict
769 setting the local port of UDP sockets with the
770 ``LANDLOCK_ACCESS_NET_BIND_UDP`` right. This includes restricting the
771 ability to trigger autobind of an ephemeral port by the kernel by e.g.
772 sending a first datagram or setting the remote peer of a socket.
773 The ``LANDLOCK_ACCESS_NET_CONNECT_SEND_UDP`` right controls setting the
774 remote port of UDP sockets (via :manpage:`connect(2)), and sending
775 datagrams to an explicit remote port (ignoring any destination set on
776 UDP sockets, via e.g. :manpage:`sendto(2)).
777
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mic:next 15/15] htmldocs: Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
2026-06-12 7:52 [mic:next 15/15] htmldocs: Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils] kernel test robot
@ 2026-06-12 15:35 ` Randy Dunlap
2026-06-12 17:35 ` Mickaël Salaün
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2026-06-12 15:35 UTC (permalink / raw)
To: kernel test robot, Matthieu Buffet
Cc: oe-kbuild-all, Mickaël Salaün, linux-doc
On 6/12/26 12:52 AM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git next
> head: a6f0a6f5377fae42a8028f63c89d544c68f24b60
> commit: a6f0a6f5377fae42a8028f63c89d544c68f24b60 [15/15] landlock: Add documentation for UDP support
> compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project f43d6834093b19baf79beda8c0337ab020ac5f17)
> docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
> reproduce: (https://download.01.org/0day-ci/archive/20260612/202606120923.1nYYlfdb-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/202606120923.1nYYlfdb-lkp@intel.com/
>
> All warnings (new ones prefixed by >>):
>
> Scope flags
> ~~~~~~~~~~~ [docutils]
>>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
>>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
> Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:40: ERROR: Unknown target name: "filesystem flags". [docutils]
> Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:45: ERROR: Unknown target name: "network flags". [docutils]
> Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:50: ERROR: Unknown target name: "scope flags". [docutils]
> Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:24: ERROR: Unknown target name: "filesystem flags". [docutils]
> Documentation/userspace-api/landlock:605: ./include/uapi/linux/landlock.h:168: ERROR: Unknown target name: "filesystem flags". [docutils]
>
>
In case it's not obvious:
> vim +768 Documentation/userspace-api/landlock.rst
>
> 767
> > 768 Starting with the Landlock ABI version 10, it is possible to restrict
> 769 setting the local port of UDP sockets with the
> 770 ``LANDLOCK_ACCESS_NET_BIND_UDP`` right. This includes restricting the
> 771 ability to trigger autobind of an ephemeral port by the kernel by e.g.
> 772 sending a first datagram or setting the remote peer of a socket.
> 773 The ``LANDLOCK_ACCESS_NET_CONNECT_SEND_UDP`` right controls setting the
> 774 remote port of UDP sockets (via :manpage:`connect(2)), and sending
missing ending `
> 775 datagrams to an explicit remote port (ignoring any destination set on
> 776 UDP sockets, via e.g. :manpage:`sendto(2)).
same here
> 777
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mic:next 15/15] htmldocs: Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
2026-06-12 15:35 ` Randy Dunlap
@ 2026-06-12 17:35 ` Mickaël Salaün
0 siblings, 0 replies; 3+ messages in thread
From: Mickaël Salaün @ 2026-06-12 17:35 UTC (permalink / raw)
To: Randy Dunlap; +Cc: kernel test robot, Matthieu Buffet, oe-kbuild-all, linux-doc
On Fri, Jun 12, 2026 at 08:35:57AM -0700, Randy Dunlap wrote:
>
>
> On 6/12/26 12:52 AM, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git next
> > head: a6f0a6f5377fae42a8028f63c89d544c68f24b60
> > commit: a6f0a6f5377fae42a8028f63c89d544c68f24b60 [15/15] landlock: Add documentation for UDP support
> > compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project f43d6834093b19baf79beda8c0337ab020ac5f17)
> > docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
> > reproduce: (https://download.01.org/0day-ci/archive/20260612/202606120923.1nYYlfdb-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/202606120923.1nYYlfdb-lkp@intel.com/
> >
> > All warnings (new ones prefixed by >>):
> >
> > Scope flags
> > ~~~~~~~~~~~ [docutils]
> >>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
> >>> Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils]
> > Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:40: ERROR: Unknown target name: "filesystem flags". [docutils]
> > Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:45: ERROR: Unknown target name: "network flags". [docutils]
> > Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:50: ERROR: Unknown target name: "scope flags". [docutils]
> > Documentation/userspace-api/landlock:596: ./include/uapi/linux/landlock.h:24: ERROR: Unknown target name: "filesystem flags". [docutils]
> > Documentation/userspace-api/landlock:605: ./include/uapi/linux/landlock.h:168: ERROR: Unknown target name: "filesystem flags". [docutils]
> >
> >
>
> In case it's not obvious:
>
> > vim +768 Documentation/userspace-api/landlock.rst
> >
> > 767
> > > 768 Starting with the Landlock ABI version 10, it is possible to restrict
> > 769 setting the local port of UDP sockets with the
> > 770 ``LANDLOCK_ACCESS_NET_BIND_UDP`` right. This includes restricting the
> > 771 ability to trigger autobind of an ephemeral port by the kernel by e.g.
> > 772 sending a first datagram or setting the remote peer of a socket.
> > 773 The ``LANDLOCK_ACCESS_NET_CONNECT_SEND_UDP`` right controls setting the
> > 774 remote port of UDP sockets (via :manpage:`connect(2)), and sending
>
> missing ending `
Thanks, fixed!
>
> > 775 datagrams to an explicit remote port (ignoring any destination set on
> > 776 UDP sockets, via e.g. :manpage:`sendto(2)).
>
> same here
>
> > 777
> >
> > --
> > 0-DAY CI Kernel Test Service
> > https://github.com/intel/lkp-tests/wiki
> >
>
> --
> ~Randy
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-12 17:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12 7:52 [mic:next 15/15] htmldocs: Documentation/userspace-api/landlock.rst:768: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils] kernel test robot
2026-06-12 15:35 ` Randy Dunlap
2026-06-12 17:35 ` Mickaël Salaün
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox