Hi Jarkko, On 9/2/2022 8:53 AM, Jarkko Sakkinen wrote: > On Fri, Sep 02, 2022 at 04:26:51PM +0300, Jarkko Sakkinen wrote: >> + if (ret) >> + pr_err("%ld unsanitized pages\n", left_dirty); > > Yeah, I know, should be 'left_dirty'. I just quickly drafted > the patch for the email. > No problem - you did mention that it was an informal patch. (btw ... also watch out for the long local parameter returned as an unsigned long and the signed vs unsigned printing format string.) I also continue to recommend that you trim that backtrace ... this patch is heading to x86 area where this is required. Reinette