Thread (21 messages) 21 messages, 8 authors, 2021-08-25

Re: [PATCH 2/5] slab: Add __alloc_size attributes for better bounds checking

From: Matthew Wilcox <willy@infradead.org>
Date: 2021-08-19 02:17:52
Also in: linux-doc, linux-hardening, linux-kbuild, lkml

On Wed, Aug 18, 2021 at 06:10:57PM -0700, Joe Perches wrote:
On Thu, 2021-08-19 at 01:27 +0100, Matthew Wilcox wrote:
quoted
On Tue, Aug 17, 2021 at 10:31:32PM -0700, Joe Perches wrote:
quoted
Lastly __alloc_size should probably be added to checkpatch

Maybe:
---
 scripts/checkpatch.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
[]
quoted
quoted
@@ -489,7 +489,8 @@ our $Attribute	= qr{
 			____cacheline_aligned|
 			____cacheline_aligned_in_smp|
 			____cacheline_internodealigned_in_smp|
-			__weak
+			__weak|
+			__alloc_size\s*\(\s*\d+\s*(?:,\s*d+\s*){0,5}\)
Should probably be added to kernel-doc as well.  Any other awful regexes
that need to be changed to understand it?  And can we commonise the
regexes that do exist into a perl helper library?
probably, but there would need to be some library work done and
changes made to both utilities so they could use the same $helpers.

And there are several nominally incomplete regexes already in
kernel-doc and I'm not at all familiar with kernel-doc.
Yes, kernel-doc is an awful example of perl gone wild.

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help