On Mon, Aug 04, 2025 at 06:26:55PM -0400, Mike Snitzer wrote: > FYI, I was able to avoid using iov_iter_is_aligned() in favor of > checks in earlier code (in both NFSD and NFS). Excellent! I promise removing the extra iteration is totally worth it. ;) I just know of one error case bug mentioned in patch 2, so unless I hear anything else, I'll spin out the new version with a fix for just that tomorrow.