OSDN Git Service

scripts: kernel-doc: Ignore __alloc_size() attribute
authorKees Cook <keescook@chromium.org>
Mon, 11 Oct 2021 18:06:50 +0000 (11:06 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 12 Oct 2021 20:11:06 +0000 (14:11 -0600)
commita40a8a1103051610fdee3d121a50ced09bcc1c54
tree25e434d3cd13ba307d8f1869a33db6670f88ed95
parentaa872e0647dc0bfd69d83c3342bfac3fb4bbbb4f
scripts: kernel-doc: Ignore __alloc_size() attribute

Fixes "Compiler Attributes: add __alloc_size() for better bounds checking"
so that the __alloc_size() macro is ignored for function prototypes when
generating kerndoc. Avoids warnings like:

./include/linux/slab.h:662: warning: Function parameter or member '1' not described in '__alloc_size'
./include/linux/slab.h:662: warning: Function parameter or member '2' not described in '__alloc_size'
./include/linux/slab.h:662: warning: expecting prototype for kcalloc().  Prototype was for __alloc_size() instead

Suggested-by: Matthew Wilcox <willy@infradead.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20211011180650.3603988-1-keescook@chromium.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc