Re: [PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h

From: Miguel Ojeda
Date: Thu Aug 29 2019 - 16:24:46 EST


On Thu, Aug 29, 2019 at 12:55 AM Nick Desaulniers
<ndesaulniers@xxxxxxxxxx> wrote:
>
> Changes V2 -> V3:
> * s/__attribute__((__section/__attribute__((__section__ in commit
> messages as per Joe.

I have uploaded to -next v3 so that we get some feedback tomorrow
rather than waiting for Monday.

I added a few changes, please take a look at the commits:

https://github.com/ojeda/linux/commits/compiler-attributes

and let me know if you agree (look for the [...] text before my
signature). Specially this one since it is the one I re-added the
unused attribute as __maybe_unused:

https://github.com/ojeda/linux/commit/a103a32ac6a2c8bbb8fb217af92c9f6bd08e138c

Cheers,
Miguel