Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Borislav Petkov:
"Prevent softlockups when tearing down large SGX enclaves"

* tag 'x86_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/sgx: Silence softlockup detection when releasing large enclaves

+2
+2
arch/x86/kernel/cpu/sgx/encl.c
··· 410 410 } 411 411 412 412 kfree(entry); 413 + /* Invoke scheduler to prevent soft lockups. */ 414 + cond_resched(); 413 415 } 414 416 415 417 xa_destroy(&encl->page_array);