[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87v80j1ghs.ffs@tglx>
Date: Fri, 02 Aug 2024 10:22:23 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Aruna Ramakrishna <aruna.ramakrishna@...cle.com>,
linux-kernel@...r.kernel.org
Cc: x86@...nel.org, dave.hansen@...ux.intel.com, mingo@...nel.org,
linux-mm@...ck.org, keith.lucas@...cle.com, jeffxu@...omium.org,
rick.p.edgecombe@...el.com, jorgelo@...omium.org, keescook@...omium.org,
sroettger@...gle.com, jannh@...gle.com, aruna.ramakrishna@...cle.com
Subject: Re: [PATCH v8 5/5] selftests/mm: Add new testcases for pkeys
On Fri, Aug 02 2024 at 06:13, Aruna Ramakrishna wrote:
>
> -__attribute__((noinline)) int read_ptr(int *ptr);
> +noinline int read_ptr(int *ptr)
tools/include only defines noinline for gcc, so a clang build won't have
it ...
Sigh...
Powered by blists - more mailing lists