lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 23 Aug 2022 14:55:33 +0000
From:   Liam Howlett <liam.howlett@...cle.com>
To:     Stephen Rothwell <sfr@...b.auug.org.au>
CC:     Andrew Morton <akpm@...ux-foundation.org>,
        "Matthew Wilcox (Oracle)" <willy@...radead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build warnings after merge of the mm tree

* Stephen Rothwell <sfr@...b.auug.org.au> [220822 23:54]:
> Hi all,
> 
> After merging the mm tree, today's linux-next build (htmldocs) produced
> these warnings:
> 
> include/linux/maple_tree.h:230: warning: Function parameter or member '__flags' not described in 'MTREE_INIT'
> include/linux/maple_tree.h:230: warning: Excess function parameter 'flags' description in 'MTREE_INIT'
> include/linux/maple_tree.h:243: warning: Function parameter or member '__flags' not described in 'MTREE_INIT_EXT'
> include/linux/maple_tree.h:243: warning: Function parameter or member '__lock' not described in 'MTREE_INIT_EXT'
> include/linux/maple_tree.h:243: warning: Excess function parameter 'flags' description in 'MTREE_INIT_EXT'
> include/linux/maple_tree.h:243: warning: Excess function parameter 'lock' description in 'MTREE_INIT_EXT'
> include/linux/maple_tree.h:523: warning: Function parameter or member '__mas' not described in 'mas_for_each'
> include/linux/maple_tree.h:523: warning: Function parameter or member '__entry' not described in 'mas_for_each'
> include/linux/maple_tree.h:523: warning: Function parameter or member '__max' not described in 'mas_for_each'
> include/linux/maple_tree.h:523: warning: Excess function parameter 'mas' description in 'mas_for_each'
> include/linux/maple_tree.h:523: warning: Excess function parameter 'entry' description in 'mas_for_each'
> include/linux/maple_tree.h:523: warning: Excess function parameter 'max' description in 'mas_for_each'
> include/linux/maple_tree.h:658: warning: Function parameter or member '__tree' not described in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Function parameter or member '__entry' not described in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Function parameter or member '__index' not described in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Function parameter or member '__max' not described in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Excess function parameter 'tree' description in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Excess function parameter 'entry' description in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Excess function parameter 'index' description in 'mt_for_each'
> include/linux/maple_tree.h:658: warning: Excess function parameter 'max' description in 'mt_for_each'
> 
> Introduced by commit
> 
>   96ba2a9525fb ("Maple Tree: add new data structure")
> 

Thanks.  I forgot to update the docs when I updated the arguments.  I'll
send out a patch shortly.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ