Re: [PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: lock_iovec will lock an I/O vec and the memory to which it referrs and create a iovec in the host space that referrs to it, with full error unwinding. Signed-off-by: Warner Losh --- bsd-user/freebsd/os-syscall.c | 92 +++ 1

Re: [PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec

2022-02-01 Thread Kyle Evans
On Tue, Feb 1, 2022 at 5:15 AM Warner Losh wrote: > > lock_iovec will lock an I/O vec and the memory to which it referrs and > create a iovec in the host space that referrs to it, with full error > unwinding. > s/referrs/refers/ twice > Signed-off-by: Warner Losh > --- >

[PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec

2022-02-01 Thread Warner Losh
lock_iovec will lock an I/O vec and the memory to which it referrs and create a iovec in the host space that referrs to it, with full error unwinding. Signed-off-by: Warner Losh --- bsd-user/freebsd/os-syscall.c | 92 +++ 1 file changed, 92 insertions(+) diff