On Mon, Jun 13, 2022 at 04:16:12PM +0000, Adam Turner wrote: > > Can confirm the bug I mentioned is now present on at least > > https://www.kernel.org/doc/html/latest/core-api/mm-api.html#c.folio_add_wait_queue > > > What should be the link to 'struct folio' is instead a link to > > folio_add_wait_queue. > > >From a skim of the "view source" link, I think it is probably a problem in the kernel-doc directive, offending lines copied below: > > .. code-block:: restructuredtext > > Filemap > ------- > > .. kernel-doc:: mm/filemap.c > :export: > > Happy to take a look on the Sphinx side for any regressions we've introduced, though I don't know anything about the kernel's documentation tooling so can't help from that side. Jon's pretty sure it's our bug, https://lore.kernel.org/linux-doc/87tu91ieiw.fsf@xxxxxxxxxxxx/ Our tooling is an unholy mess of perl and python, so it may take some time to track down.