[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d7ae8e13-2b44-4466-b345-fb06b40a24d3@intel.com>
Date: Fri, 23 May 2025 08:58:54 -0700
From: Dave Hansen <dave.hansen@...el.com>
To: Jarkko Sakkinen <jarkko@...nel.org>,
Elena Reshetova <elena.reshetova@...el.com>
Cc: seanjc@...gle.com, kai.huang@...el.com, mingo@...nel.org,
linux-sgx@...r.kernel.org, linux-kernel@...r.kernel.org, x86@...nel.org,
asit.k.mallick@...el.com, vincent.r.scarlata@...el.com, chongc@...gle.com,
erdemaktas@...gle.com, vannapurve@...gle.com, dionnaglaze@...gle.com,
bondarn@...gle.com, scott.raynor@...el.com
Subject: Re: [PATCH v6 1/5] x86/sgx: Introduce a counter to count the
sgx_(vepc_)open()
On 5/23/25 08:54, Jarkko Sakkinen wrote:
>> +void sgx_dec_usage_count(void)
>> +{
>> + atomic64_dec(&sgx_usage_count);
>> +}
> I think these both should be static inlines in arch/x86/kernel/cpu/sgx.h.
> Global symbols is over the top. Even if I think disassembly (when doing
> debugging, bug hunting or similar tasks), it'd nicer that way.
If they're just used in a single file, make them 'static' and let the
compiler decide whether to inline them or not.
Powered by blists - more mailing lists