[GIT PULL] x86/sgx for 6.12-rc1

From: Dave Hansen
Date: Wed Sep 11 2024 - 18:02:58 EST


Hi Linus,

Please pull some x86/sgx changes for 6.12-rc1. These fix a deadlock
in the SGX NUMA allocator. It's probably only triggerable today on
servers with buggy BIOSes, but it's theoretically possible it can
happen on less goofy systems.

--

The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:

Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sgx_for_6.12-rc1

for you to fetch changes up to c8ddc99eeba5f00b65efeae920eec3990bfc34ca:

x86/sgx: Log information when a node lacks an EPC section (2024-09-05 15:20:47 -0700)

----------------------------------------------------------------
Fix deadlock in SGX NUMA node search

----------------------------------------------------------------
Aaron Lu (2):
x86/sgx: Fix deadlock in SGX NUMA node search
x86/sgx: Log information when a node lacks an EPC section

arch/x86/kernel/cpu/sgx/main.c | 34 +++++++++++++++++++++-------------
1 file changed, 21 insertions(+), 13 deletions(-)