[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72k9y-sh1fUyxdvXgYEfZOS_CSwRK+LyR6nVtRaOjYJbwQ@mail.gmail.com>
Date: Thu, 12 Nov 2020 10:36:21 +0100
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Ard Biesheuvel <ardb@...nel.org>
Cc: Joe Perches <joe@...ches.com>,
Russell King <linux@...linux.org.uk>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>, X86 ML <x86@...nel.org>,
"H. Peter Anvin" <hpa@...or.com>, Marco Elver <elver@...gle.com>,
Dmitry Vyukov <dvyukov@...gle.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
Andrey Ryabinin <aryabinin@...tuozzo.com>,
Alexander Potapenko <glider@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-efi <linux-efi@...r.kernel.org>,
kasan-dev <kasan-dev@...glegroups.com>,
Linux Crypto Mailing List <linux-crypto@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>
Subject: Re: [PATCH -next] treewide: Remove stringification from __alias macro definition
On Wed, Nov 11, 2020 at 8:19 AM Ard Biesheuvel <ardb@...nel.org> wrote:
>
> I am still not convinced we need this change, as I don't see how the
> concerns regarding __section apply to __alias. But if we do, can we
> please use the same approach, i.e., revert the current patch, and
> queue it again after v5.11-rc1 with all new occurrences covered as
> well?
In general, it would be nice to move all compiler attributes to use
the `__` syntax, which is independent of compiler vendor, gives us a
level of indirection to modify behavior between compilers and is
shorter/nicer for users.
But it is low priority, so it should go in whenever it causes the
least amount of trouble.
Cheers,
Miguel
Powered by blists - more mailing lists