On Tue, Jun 10, 2025 at 11:17:40AM +0200, Carlos Maiolino wrote: > On Tue, Jun 10, 2025 at 07:15:01AM +0200, Christoph Hellwig wrote: > > These buffers are not directly logged, just use a kvec and remove the > > xlog_copy_from_iovec helper only used here. > > This looks correct, I'm not much sure if using a kvec here is ok, so I'll rely > on other reviewers regarding this. So take my review more related to code > correctness. The kvec is just the non-__user pointer of the iovec and can be used everywhere. For userspace we'll need to add a trivial stub definition.