Re: [PATCH 0/3] Get rid of BUG()

2017-01-28 Thread Andy Shevchenko
On Thu, Jan 26, 2017 at 11:20 PM, Jarkko Sakkinen wrote: > The use of BUG() is not favored for any new kernel code. This patch set > implements more reasonable error recovery. In all cases the recovery is not > ideal but it is an improvement to the current situation. > > In addition, sgx_free_page

[PATCH 0/3] Get rid of BUG()

2017-01-26 Thread Jarkko Sakkinen
The use of BUG() is not favored for any new kernel code. This patch set implements more reasonable error recovery. In all cases the recovery is not ideal but it is an improvement to the current situation. In addition, sgx_free_page() has been simplified by removing the parameter for skipping EREMO