On Tue, 20 May 2025 13:30:42 -0700 Stanislav Fomichev wrote:
sendmsg() with a single iov becomes ITER_UBUF, sendmsg() with multiple iovs becomes ITER_IOVEC. iter_iov_len does not return correct value for UBUF, so teach to treat UBUF differently.
Looks like this has been merged (silently), thanks!