Skip to content

Commit 16c31dd

Browse files
sergey-senozhatskyojeda
authored andcommitted
Compiler Attributes: counted_by: bump min gcc version
GCC is expected to implement this feature in version 15, so bump the version. Signed-off-by: Sergey Senozhatsky <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Reviewed-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/e1c27b64ae7abe2ebe647be11b71cf1bca84f677.1704855495.git.senozhatsky@chromium.org Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6613476 commit 16c31dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/compiler_attributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#endif
9696

9797
/*
98-
* Optional: only supported since gcc >= 14
98+
* Optional: only supported since gcc >= 15
9999
* Optional: only supported since clang >= 18
100100
*
101101
* gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896

0 commit comments

Comments
 (0)