Commit 54de197c9a5e for kernel

commit 54de197c9a5e8f522cb0a472e68e3e9888c91aa3
Merge: c76431e3b53a f2f22721aca4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Dec 2 14:03:05 2025 -0800

    Merge tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull x86 SGX updates from Dave HansenL
     "The main content here is adding support for the new EUPDATESVN SGX
      ISA. Before this, folks who updated microcode had to reboot before
      enclaves could attest to the new microcode. The new functionality lets
      them do this without a reboot.

      The rest are some nice, but relatively mundane comment and kernel-doc
      fixups.

      Summary:

       - Allow security version (SVN) updates so enclaves can attest to new
         microcode

       - Fix kernel docs typos"

    * tag 'x86_sgx_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute
      x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
      x86/sgx: Document structs and enums with '@', not '%'
      x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
      x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
      x86/sgx: Enable automatic SVN updates for SGX enclaves
      x86/sgx: Implement ENCLS[EUPDATESVN]
      x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
      x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
      x86/sgx: Introduce functions to count the sgx_(vepc_)open()

diff --cc arch/x86/include/asm/cpufeatures.h
index ee8876bbb10e,76364b6dd93b..9e54fc0e7ed3
--- a/arch/x86/include/asm/cpufeatures.h
+++ b/arch/x86/include/asm/cpufeatures.h
@@@ -499,9 -499,8 +499,10 @@@
  #define X86_FEATURE_IBPB_EXIT_TO_USER	(21*32+14) /* Use IBPB on exit-to-userspace, see VMSCAPE bug */
  #define X86_FEATURE_ABMC		(21*32+15) /* Assignable Bandwidth Monitoring Counters */
  #define X86_FEATURE_MSR_IMM		(21*32+16) /* MSR immediate form instructions */
+ #define X86_FEATURE_SGX_EUPDATESVN	(21*32+17) /* Support for ENCLS[EUPDATESVN] instruction */

 +#define X86_FEATURE_SDCIAE		(21*32+18) /* L3 Smart Data Cache Injection Allocation Enforcement */
 +
  /*
   * BUG word(s)
   */