2022-08-24 04:24:21

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warnings after merge of the slab tree

Hi all,

After merging the slab tree, today's linux-next build (htmldocs) produced
these warnings:

mm/slab_common.c:964: warning: Function parameter or member 'object' not described in 'kfree'
mm/slab_common.c:964: warning: Excess function parameter 'objp' description in 'kfree'

Introduced by commit

79c7527b9805 ("mm/sl[au]b: generalize kmalloc subsystem")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-08-24 13:32:05

by Vlastimil Babka

[permalink] [raw]
Subject: Re: linux-next: build warnings after merge of the slab tree

On 8/24/22 05:45, Stephen Rothwell wrote:
> Hi all,
>
> After merging the slab tree, today's linux-next build (htmldocs) produced
> these warnings:
>
> mm/slab_common.c:964: warning: Function parameter or member 'object' not described in 'kfree'
> mm/slab_common.c:964: warning: Excess function parameter 'objp' description in 'kfree'
>
> Introduced by commit
>
> 79c7527b9805 ("mm/sl[au]b: generalize kmalloc subsystem")
>

Thanks, should be fixed in the new for-next I just pushed.