From: Miguel Ojeda <ojeda@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Marco Elver <elver@google.com>,
Nick Desaulniers <ndesaulniers@google.com>,
Miguel Ojeda <ojeda@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL v2] Compiler Attributes for v5.15-rc1
Date: Fri, 10 Sep 2021 21:17:34 +0200 [thread overview]
Message-ID: <20210910191734.GA8688@kernel.org> (raw)
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(-)
next reply other threads:[~2021-09-10 19:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-10 19:17 Miguel Ojeda [this message]
2021-09-12 23:21 ` [GIT PULL v2] Compiler Attributes for v5.15-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210910191734.GA8688@kernel.org \
--to=ojeda@kernel.org \
--cc=elver@google.com \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ndesaulniers@google.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.