On Thu, Nov 02, 2017 at 01:10:29PM -0700, Sean Christopherson wrote: > + list_for_each_entry(entry, &sgx_free_list, list) > kfree(entry); > - } Shouldn't you iterate 'epc_pages' in the rollback now? /Jarkko
On Thu, Nov 02, 2017 at 01:10:29PM -0700, Sean Christopherson wrote: > + list_for_each_entry(entry, &sgx_free_list, list) > kfree(entry); > - } Shouldn't you iterate 'epc_pages' in the rollback now? /Jarkko