linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Compiler Attributes: cover letter
@ 2018-08-31 17:30 Miguel Ojeda
  2018-08-31 17:35 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2018-08-31 17:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Miguel Ojeda, Eli Friedman, Christopher Li,
	Kees Cook, Ingo Molnar, Geert Uytterhoeven, Arnd Bergmann,
	Greg Kroah-Hartman, Masahiro Yamada, Joe Perches,
	Dominique Martinet, Nick Desaulniers

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 0/7] Compiler Attributes: cover letter
  2018-08-31 17:30 [PATCH v2 0/7] Compiler Attributes: cover letter Miguel Ojeda
@ 2018-08-31 17:35 ` Miguel Ojeda
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2018-08-31 17:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Miguel Ojeda, Eli Friedman, Christopher Li,
	Kees Cook, Ingo Molnar, Geert Uytterhoeven, Arnd Bergmann,
	Greg Kroah-Hartman, Masahiro Yamada, Joe Perches,
	Dominique Martinet, Nick Desaulniers

On Fri, Aug 31, 2018 at 7:30 PM, Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:
>
>   * Removed noinline and noclone inside notrace since we are now post gcc 4.6

s/notrace/naked/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-31 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 17:30 [PATCH v2 0/7] Compiler Attributes: cover letter Miguel Ojeda
2018-08-31 17:35 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).