On Tue, May 18, 2021 at 10:49 PM David Laight <David.Laight at aculab.com> wrote: > > > > +static int put_compat_pages_array(const void __user *chunk_pages[], > > + const void __user * __user *pages, > > + unsigned long chunk_nr) > > +{ > > Should that be get_compat_pages_array() ? Nice catch, thanks! Fixed now. Arnd