Re: [PATCH v8 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves

From: Jarkko Sakkinen
Date: Sat Jul 19 2025 - 07:22:21 EST


On Tue, Jul 15, 2025 at 03:40:22PM +0300, Elena Reshetova wrote:
> -static int __maybe_unused sgx_update_svn(void)
> +static int sgx_update_svn(void)

I'd combine 4/5 and 5/5 because of this. Makes them so much easier to
backtrack changes later on if this type of stuff is avoided when
possible.

BR, Jarkko