On 10/31/23 15:04, Sean Christopherson wrote:
if (offset < 0 || !PAGE_ALIGNED(offset))- return -EINVAL; + goto err;Gah, I messed up when squashing a fix for v13. Paolo, assuming you're grabbing all the fixups for v14, please apply this one too.
Yes, it was already on my list. :) Paolo