Re: [PATCH v3 2/4] mm: simplify compat_sys_move_pages
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-05-19 13:42:36
Also in:
kexec, linux-arm-kernel, linux-mm, lkml
From: Arnd Bergmann <arnd@kernel.org>
Date: 2021-05-19 13:42:36
Also in:
kexec, linux-arm-kernel, linux-mm, lkml
On Tue, May 18, 2021 at 10:49 PM David Laight [off-list ref] wrote:
quoted
+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