Hello, On Thu, Jun 17, 2021 at 09:43:25PM +0100, Matthew Wilcox (Oracle) wrote: > The kernel-doc was written, but not included in the html documentation. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > --- > Documentation/core-api/mm-api.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/core-api/mm-api.rst b/Documentation/core-api/mm-api.rst > index e46f01c4b200..89a53ac00249 100644 > --- a/Documentation/core-api/mm-api.rst > +++ b/Documentation/core-api/mm-api.rst > @@ -87,6 +87,12 @@ DMA pools > .. kernel-doc:: mm/dmapool.c > :export: > > +Per-CPU memory allocation > +========================= > + > +.. kernel-doc:: mm/percpu.c > + :export: > + > More Memory Management Functions > ================================ > > -- > 2.30.2 > > Acked-by: Dennis Zhou <dennis@xxxxxxxxxx> Thanks, Dennis