On Mon, Sep 21, 2020 at 04:34:28PM +0200, Christoph Hellwig wrote: > +static int compat_copy_iovecs_from_user(struct iovec *iov, > + const struct iovec __user *uvector, unsigned long nr_segs) > +{ > + const struct compat_iovec __user *uiov = > + (const struct compat_iovec __user *)uvector; > + unsigned long i; ^^^^ Huh?
- RE: [PATCH 02/11] mm: call import_iovec() inste... David Laight
- [PATCH 01/11] compat.h: fix a spelling error in <linu... Christoph Hellwig
- [PATCH 10/11] mm: remove compat_process_vm_{readv,writev... Christoph Hellwig
- [PATCH 09/11] fs: remove compat_sys_vmsplice Christoph Hellwig
- [PATCH 11/11] security/keys: remove compat_keyctl_instan... Christoph Hellwig
- [PATCH 07/11] fs: remove various compat readv/writev hel... Christoph Hellwig
- [PATCH 08/11] fs: remove the compat readv/writev syscall... Christoph Hellwig
- [PATCH 06/11] iov_iter: handle the compat case in import... Christoph Hellwig
- [PATCH 05/11] iov_iter: merge the compat case into rw_co... Christoph Hellwig
- Re: [PATCH 05/11] iov_iter: merge the compat case i... Al Viro
- [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC... Christoph Hellwig
- [PATCH 03/11] iov_iter: move rw_copy_check_uvector() int... Christoph Hellwig