Hi Jarkko, On 8/31/2022 10:38 AM, Jarkko Sakkinen wrote: > From: Haitao Huang <haitao.huang@xxxxxxxxxxxxxxx> > > VM_FAULT_NOPAGE is expected behaviour for -EBUSY failure path, when > augmenting a page, as this means that the reclaimer thread has been > triggered, and the intention is just to round-trip in ring-3, and > retry with a new page fault. > > Fixes: 5a90d2c3f5ef ("x86/sgx: Support adding of pages to an initialized enclave") > Signed-off-by: Haitao Huang <haitao.huang@xxxxxxxxxxxxxxx> > Tested-by: Vijay Dhanraj <vijay.dhanraj@xxxxxxxxx> > Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx> > Signed-off-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx> > --- > v3: > * Added Reinette's ack. The ack came with a caveat related to a white space issue that you did not fix in this version. Reinette