[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72=exw5RUNiZ2svNobeiX4vOhcCB1xs4fQsma2LJDDM5zg@mail.gmail.com>
Date: Fri, 31 Aug 2018 19:30:37 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
Eli Friedman <efriedma@...eaurora.org>,
Christopher Li <sparse@...isli.org>,
Kees Cook <keescook@...omium.org>,
Ingo Molnar <mingo@...nel.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Joe Perches <joe@...ches.com>,
Dominique Martinet <asmadeus@...ewreck.org>,
Nick Desaulniers <ndesaulniers@...gle.com>
Subject: [PATCH v2 0/7] Compiler Attributes: cover letter
Hi all,
This is a quick cover letter for the series, explaining the
differences between v1-v2.
Added "features" of the patch series:
* Added direct URL links for all attributes to gcc & clang docs.
* Added proper support for gcc 4.8 and 4.9 (i.e. for assume_aligned
and no_sanitize_address).
* Added the reason for each optional attribute to be so, for future reference.
* Removed some __CHECKER__ tests
* Removed __deprecated_for_modules
* Removed noinline and noclone inside notrace since we are now post gcc 4.6
Modified v1 -> v2:
* Moved quite a few things out of the patch into 1-6, so that the
7th is easier to read.
* Sorted them all (whether they are optional or not) by attribute name
(this actually puts some similar ones in the same group, e.g.
format and unused
and I think it may be the best of both worlds).
* Moved __must_be_array out of compiler_types.h to compiler.h (since
it is not really used as a attribute).
I might be forgetting something. Also, note that I have not
compile-tested as much as last time, so please consider it untested
for the moment. Take a look!
Cheers,
Miguel
Powered by blists - more mailing lists