[GIT PULL v2] Compiler Attributes for v5.15-rc1

From: Miguel Ojeda
Date: Fri Sep 10 2021 - 15:18:52 EST


Hi Linus,

Please pick up the following attribute improvements (2nd take).

The first two patches were in my tree for a long while.
The latest has been in -next for only a day, but that was
my mistake forgetting to upload it sooner to my tree.

You will find an easy conflict -- the end result should be
just adding the new attributes to the GCC 4 list.

(Sorry...)

Cheers,
Miguel

The following changes since commit 62fb9874f5da54fdb243003b386128037319b219:

Linux 5.13 (2021-06-27 15:21:11 -0700)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v5.15-rc1-v2

for you to fetch changes up to b83a908498d68fafca931e1276e145b339cac5fb:

compiler_attributes.h: move __compiletime_{error|warning} (2021-09-09 01:14:28 +0200)

----------------------------------------------------------------
Compiler Attributes improvements:

- 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)

----------------------------------------------------------------
Marco Elver (1):
Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4

Nick Desaulniers (2):
MAINTAINERS: add Nick as Reviewer for compiler_attributes.h
compiler_attributes.h: move __compiletime_{error|warning}

MAINTAINERS | 1 +
include/linux/compiler-gcc.h | 3 ---
include/linux/compiler_attributes.h | 25 +++++++++++++++++++++++++
include/linux/compiler_types.h | 6 ------
4 files changed, 26 insertions(+), 9 deletions(-)