On Wed, Mar 27, 2024 at 9:44 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > On Thu, 28 Mar 2024 15:39:47 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > On Mon, 25 Mar 2024 23:16:55 -0700 Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote: > > > > > > Thanks! I'll change back all the instances in the documentation where > > > we replaced original names with _noprof versions. > > > > I now have the following: > > Sorry, some of those are not relevant here, just the _noprof stuff. https://lore.kernel.org/all/20240327044649.9199-1-rdunlap@xxxxxxxxxxxxx/ which seems to not yet been pulled into mm-unstable should fix the following warnings: include/linux/slab.h:730: warning: Function parameter or struct member '_n' not described in 'kcalloc' include/linux/slab.h:730: warning: Function parameter or struct member '_size' not described in 'kcalloc' include/linux/slab.h:730: warning: Function parameter or struct member '_flags' not described in 'kcalloc' include/linux/slab.h:730: warning: Excess function parameter 'n' description in 'kcalloc' include/linux/slab.h:730: warning: Excess function parameter 'size' description in 'kcalloc' include/linux/slab.h:730: warning: Excess function parameter 'flags' description in 'kcalloc' And https://lore.kernel.org/all/20240326054149.2121-1-rdunlap@xxxxxxxxxxxxx/ should handle the _noprof warnings. I can see this patch in mm-unstable and running "make htmldocs" in mm-unstable does not show the _noprof warnings anymore. Please let me know if I should try some other command to reproduce these. Thanks, Suren. > > -- > Cheers, > Stephen Rothwell