On Wed, Aug 31, 2022 at 11:08:33AM -0700, Reinette Chatre wrote: > 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, I'm sorry but I might possibly have some sort of blind spot here. I looked at the diff and I could not see any issues, and did not run into issues with checkpath. Can you point out what exactly is the whitespace issue? BR, Jarkko