Skip to content

Commit 5a2a15c

Browse files
committed
Merge tag 'compiler-attributes-6.9' of https://github.com/ojeda/linux
Pull compiler attributes update from Miguel Ojeda: "Trivial fixes to the __counted_by comments" * tag 'compiler-attributes-6.9' of https://github.com/ojeda/linux: Compiler Attributes: counted_by: fixup clang URL Compiler Attributes: counted_by: bump min gcc version
2 parents e5a3878 + 2993eb7 commit 5a2a15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/compiler_attributes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
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
102-
* clang: https://reviews.llvm.org/D148381
102+
* clang: https://github.com/llvm/llvm-project/pull/76348
103103
*/
104104
#if __has_attribute(__counted_by__)
105105
# define __counted_by(member) __attribute__((__counted_by__(member)))

0 commit comments

Comments
 (0)