[PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST

Mike Rapoport rppt at kernel.org
Thu Mar 28 02:02:38 AEDT 2024


On Wed, Mar 27, 2024 at 02:05:37PM +0100, David Hildenbrand wrote:
> Nowadays, we call it "GUP-fast", the external interface includes
> functions like "get_user_pages_fast()", and we renamed all internal
> functions to reflect that as well.
> 
> Let's make the config option reflect that.
> 
> Signed-off-by: David Hildenbrand <david at redhat.com>

Reviewed-by: Mike Rapoport (IBM) <rppt at kernel.org>

> ---
>  arch/arm/Kconfig       | 2 +-
>  arch/arm64/Kconfig     | 2 +-
>  arch/loongarch/Kconfig | 2 +-
>  arch/mips/Kconfig      | 2 +-
>  arch/powerpc/Kconfig   | 2 +-
>  arch/s390/Kconfig      | 2 +-
>  arch/sh/Kconfig        | 2 +-
>  arch/x86/Kconfig       | 2 +-
>  include/linux/rmap.h   | 8 ++++----
>  kernel/events/core.c   | 4 ++--
>  mm/Kconfig             | 2 +-
>  mm/gup.c               | 6 +++---
>  mm/internal.h          | 2 +-
>  13 files changed, 19 insertions(+), 19 deletions(-)
> 


More information about the Linuxppc-dev mailing list