projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6613476
)
Compiler Attributes: counted_by: bump min gcc version
author
Sergey Senozhatsky
<senozhatsky@chromium.org>
Wed, 10 Jan 2024 02:58:17 +0000
(11:58 +0900)
committer
Miguel 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
patch
|
blob
|
history
diff --git
a/include/linux/compiler_attributes.h
b/include/linux/compiler_attributes.h
index 28566624f008f49ebe334f1275f59aafaf0c75f4..215882a1341a3196988877a600c85a9ab03263c9 100644
(file)
--- a/
include/linux/compiler_attributes.h
+++ b/
include/linux/compiler_attributes.h
@@
-95,7
+95,7
@@
#endif
/*
- * Optional: only supported since gcc >= 1
4
+ * Optional: only supported since gcc >= 1
5
* Optional: only supported since clang >= 18
*
* gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896