diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 02:09:26 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-13 02:09:26 +0300 |
commit | c3e46874dfb9a2ef08085bb147dc371e72738673 (patch) | |
tree | bef2b1c2aa18123cf30875fa2c4ae2a6ed413bc0 /MAINTAINERS | |
parent | d41adc4e22c62640fa7de93f713a3c5b3638ab2e (diff) | |
parent | b83a908498d68fafca931e1276e145b339cac5fb (diff) | |
download | linux-c3e46874dfb9a2ef08085bb147dc371e72738673.tar.xz |
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linux
Pull compiler attributes updates from Miguel Ojeda:
- Fix __has_attribute(__no_sanitize_coverage__) for GCC 4 (Marco Elver)
- Add Nick as Reviewer for compiler_attributes.h (Nick Desaulniers)
- Move __compiletime_{error|warning} (Nick Desaulniers)
* tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linux:
compiler_attributes.h: move __compiletime_{error|warning}
MAINTAINERS: add Nick as Reviewer for compiler_attributes.h
Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7d46f03e5037..eeb4c70b3d5b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4684,6 +4684,7 @@ F: drivers/platform/x86/compal-laptop.c COMPILER ATTRIBUTES M: Miguel Ojeda <ojeda@kernel.org> +R: Nick Desaulniers <ndesaulniers@google.com> S: Maintained F: include/linux/compiler_attributes.h |