> > * If we had a partial read, we will memset the read bytes to 0 and return > > -EFAULT > > Not read bytes, but all bytes. > copy_from_user zeros leftover for us, but access_process_vm doesn't > do this on partial read. I'll memset all bytes on error. Thanks for the suggestion! Kenny