]> xenbits.xensource.com Git - people/aperard/linux.git/commitdiff
Compiler Attributes: counted_by: bump min gcc version
authorSergey Senozhatsky <senozhatsky@chromium.org>
Wed, 10 Jan 2024 02:58:17 +0000 (11:58 +0900)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 23 Jan 2024 19:38:18 +0000 (20:38 +0100)
GCC is expected to implement this feature in version 15,
so bump the version.

Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/e1c27b64ae7abe2ebe647be11b71cf1bca84f677.1704855495.git.senozhatsky@chromium.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
include/linux/compiler_attributes.h

index 28566624f008f49ebe334f1275f59aafaf0c75f4..215882a1341a3196988877a600c85a9ab03263c9 100644 (file)
@@ -95,7 +95,7 @@
 #endif
 
 /*
- * Optional: only supported since gcc >= 14
+ * Optional: only supported since gcc >= 15
  * Optional: only supported since clang >= 18
  *
  *   gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896