Re: [PATCHv2 7/7] x86/mm: Switch to generic get_user_page_fast() implementation

2017-03-17 Thread Kirill A. Shutemov
On Fri, Mar 17, 2017 at 12:39:06AM +0300, Kirill A. Shutemov wrote: > The patch provides all required hooks to match generic > get_user_pages_fast() behaviour to x86 and switch x86 over. > > Signed-off-by: Kirill A. Shutemov > --- > v2: > - Fix build on non-PAE 32-bit x86; Fixup for allmodc

[PATCHv2 7/7] x86/mm: Switch to generic get_user_page_fast() implementation

2017-03-16 Thread Kirill A. Shutemov
The patch provides all required hooks to match generic get_user_pages_fast() behaviour to x86 and switch x86 over. Signed-off-by: Kirill A. Shutemov --- v2: - Fix build on non-PAE 32-bit x86; - Rename HAVE_GENERIC_RCU_GUP to HAVE_GENERIC_GUP and update comment; --- arch/arm/Kconfig