mbox series

[0/2] x86/sgx: Fixes for v6.0

Message ID 20220903060108.1709739-1-jarkko@kernel.org (mailing list archive)
Headers show
Series x86/sgx: Fixes for v6.0 | expand

Message

Jarkko Sakkinen Sept. 3, 2022, 6:01 a.m. UTC
Two critical fixes for v6.0.

Haitao Huang (1):
  x86/sgx: Handle VA page allocation failure for EAUG on PF.

Jarkko Sakkinen (1):
  x86/sgx: Do not fail on incomplete sanitization on premature stop of
    ksgxd

 arch/x86/kernel/cpu/sgx/encl.c |  5 ++++-
 arch/x86/kernel/cpu/sgx/main.c | 33 ++++++++++++++++++++++++++-------
 2 files changed, 30 insertions(+), 8 deletions(-)